Add Postmark package #1067
This commit is contained in:
parent
d94d754961
commit
f1c54bcc7c
@ -61,7 +61,8 @@
|
|||||||
"madnest/madzipper": "^1.1.0",
|
"madnest/madzipper": "^1.1.0",
|
||||||
"elcobvg/laravel-opcache": "^0.4.1",
|
"elcobvg/laravel-opcache": "^0.4.1",
|
||||||
"laravel/legacy-factories": "^1.1",
|
"laravel/legacy-factories": "^1.1",
|
||||||
"fakerphp/faker": "^1.13"
|
"fakerphp/faker": "^1.13",
|
||||||
|
"wildbit/swiftmailer-postmark": "^3.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-debugbar": "^3.5",
|
"barryvdh/laravel-debugbar": "^3.5",
|
||||||
|
|||||||
46
composer.lock
generated
46
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "9c810647ebea1e88f066d7c0679d9b4c",
|
"content-hash": "4180601e7a77313a007604954b01f071",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akaunting/money",
|
"name": "akaunting/money",
|
||||||
@ -9348,6 +9348,50 @@
|
|||||||
},
|
},
|
||||||
"time": "2020-12-14T12:45:59+00:00"
|
"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",
|
"name": "willdurand/geocoder",
|
||||||
"version": "4.4.0",
|
"version": "4.4.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user