mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #4958 from turbo124/v5-develop
Change PostMark Package
This commit is contained in:
commit
7abb352965
@ -35,8 +35,10 @@
|
||||
"beganovich/snappdf": "^1.0",
|
||||
"checkout/checkout-sdk-php": "^1.0",
|
||||
"cleverit/ubl_invoice": "^1.3",
|
||||
"coconutcraig/laravel-postmark": "^2.10",
|
||||
"composer/composer": "^2",
|
||||
"czproject/git-php": "^3.17",
|
||||
"dacastro4/laravel-gmail": "dev-master",
|
||||
"doctrine/dbal": "^2.10",
|
||||
"fideloper/proxy": "^4.2",
|
||||
"fzaninotto/faker": "^1.4",
|
||||
@ -64,7 +66,6 @@
|
||||
"sentry/sentry-laravel": "^2",
|
||||
"stripe/stripe-php": "^7.50",
|
||||
"turbo124/beacon": "^1",
|
||||
"dacastro4/laravel-gmail": "dev-master",
|
||||
"webpatser/laravel-countries": "dev-master#75992ad",
|
||||
"wildbit/swiftmailer-postmark": "^3.3"
|
||||
},
|
||||
|
80
composer.lock
generated
80
composer.lock
generated
@ -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": "c63d4d9025355e21bd3876fa5410547d",
|
||||
"content-hash": "92627dd8c4b3734341ca730af796f4f1",
|
||||
"packages": [
|
||||
{
|
||||
"name": "authorizenet/authorizenet",
|
||||
@ -489,6 +489,84 @@
|
||||
],
|
||||
"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",
|
||||
"version": "1.2.9",
|
||||
|
Loading…
Reference in New Issue
Block a user