Add Postmark package #1067

This commit is contained in:
nabeelio
2021-03-08 11:35:11 -05:00
parent d94d754961
commit f1c54bcc7c
2 changed files with 47 additions and 2 deletions

View File

@@ -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",

46
composer.lock generated
View File

@@ -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",