Change PostMark Package

This commit is contained in:
David Bomba 2021-02-22 12:12:14 +11:00
parent 0317bae985
commit eebbba66c1
2 changed files with 81 additions and 2 deletions

View File

@ -35,8 +35,10 @@
"beganovich/snappdf": "^1.0", "beganovich/snappdf": "^1.0",
"checkout/checkout-sdk-php": "^1.0", "checkout/checkout-sdk-php": "^1.0",
"cleverit/ubl_invoice": "^1.3", "cleverit/ubl_invoice": "^1.3",
"coconutcraig/laravel-postmark": "^2.10",
"composer/composer": "^2", "composer/composer": "^2",
"czproject/git-php": "^3.17", "czproject/git-php": "^3.17",
"dacastro4/laravel-gmail": "dev-master",
"doctrine/dbal": "^2.10", "doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.2", "fideloper/proxy": "^4.2",
"fzaninotto/faker": "^1.4", "fzaninotto/faker": "^1.4",
@ -64,7 +66,6 @@
"sentry/sentry-laravel": "^2", "sentry/sentry-laravel": "^2",
"stripe/stripe-php": "^7.50", "stripe/stripe-php": "^7.50",
"turbo124/beacon": "^1", "turbo124/beacon": "^1",
"dacastro4/laravel-gmail": "dev-master",
"webpatser/laravel-countries": "dev-master#75992ad", "webpatser/laravel-countries": "dev-master#75992ad",
"wildbit/swiftmailer-postmark": "^3.3" "wildbit/swiftmailer-postmark": "^3.3"
}, },

80
composer.lock generated
View File

@ -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": "c63d4d9025355e21bd3876fa5410547d", "content-hash": "92627dd8c4b3734341ca730af796f4f1",
"packages": [ "packages": [
{ {
"name": "authorizenet/authorizenet", "name": "authorizenet/authorizenet",
@ -489,6 +489,84 @@
], ],
"time": "2020-10-02T12:38:20+00:00" "time": "2020-10-02T12:38:20+00:00"
}, },
{
"name": "coconutcraig/laravel-postmark",
"version": "v2.10.0",
"source": {
"type": "git",
"url": "https://github.com/craigpaul/laravel-postmark.git",
"reference": "c4899114a9364930123f4e53aafff41c94021788"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/craigpaul/laravel-postmark/zipball/c4899114a9364930123f4e53aafff41c94021788",
"reference": "c4899114a9364930123f4e53aafff41c94021788",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/mail": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0 || ^6.0",
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"suggest": {
"mvdnbrk/postmark-inbound": "Allows you to process Postmark Inbound Webhooks."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
"Coconuts\\Mail\\PostmarkServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Coconuts\\Mail\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Craig Paul",
"email": "craig.paul@coconutcalendar.com",
"homepage": "https://coconutcalendar.com",
"role": "Developer"
}
],
"description": "Laravel package for sending mail via the Postmark API",
"homepage": "https://github.com/craigpaul/laravel-postmark",
"keywords": [
"coconutcraig",
"email",
"laravel",
"mail",
"postmark",
"wildbit"
],
"support": {
"issues": "https://github.com/craigpaul/laravel-postmark/issues",
"source": "https://github.com/craigpaul/laravel-postmark/tree/v2.10.0"
},
"funding": [
{
"url": "https://github.com/mvdnbrk",
"type": "github"
}
],
"time": "2020-10-30T13:54:22+00:00"
},
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
"version": "1.2.9", "version": "1.2.9",