From f1c54bcc7c219d2974905af70488a339657cd65a Mon Sep 17 00:00:00 2001 From: nabeelio Date: Mon, 8 Mar 2021 11:35:11 -0500 Subject: [PATCH] Add Postmark package #1067 --- composer.json | 3 ++- composer.lock | 46 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 249effa7..16203195 100755 --- a/composer.json +++ b/composer.json @@ -61,7 +61,8 @@ "madnest/madzipper": "^1.1.0", "elcobvg/laravel-opcache": "^0.4.1", "laravel/legacy-factories": "^1.1", - "fakerphp/faker": "^1.13" + "fakerphp/faker": "^1.13", + "wildbit/swiftmailer-postmark": "^3.3" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.5", diff --git a/composer.lock b/composer.lock index 4d7f9dd8..e50fddc0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9c810647ebea1e88f066d7c0679d9b4c", + "content-hash": "4180601e7a77313a007604954b01f071", "packages": [ { "name": "akaunting/money", @@ -9348,6 +9348,50 @@ }, "time": "2020-12-14T12:45:59+00:00" }, + { + "name": "wildbit/swiftmailer-postmark", + "version": "3.3.0", + "source": { + "type": "git", + "url": "https://github.com/wildbit/swiftmailer-postmark.git", + "reference": "44ccab7834de8b220d292647ecb2cb683f9962ee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/wildbit/swiftmailer-postmark/zipball/44ccab7834de8b220d292647ecb2cb683f9962ee", + "reference": "44ccab7834de8b220d292647ecb2cb683f9962ee", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0|^7.0", + "swiftmailer/swiftmailer": "^6.0.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Postmark\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Postmark", + "email": "support@postmarkapp.com" + } + ], + "description": "A Swiftmailer Transport for Postmark.", + "support": { + "issues": "https://github.com/wildbit/swiftmailer-postmark/issues", + "source": "https://github.com/wildbit/swiftmailer-postmark/tree/3.3.0" + }, + "time": "2020-09-10T10:54:20+00:00" + }, { "name": "willdurand/geocoder", "version": "4.4.0",