queueable email sharing

This commit is contained in:
Peter Papp
2021-07-23 18:13:58 +02:00
parent c2771be913
commit f8cb879e42
9 changed files with 103 additions and 16 deletions

86
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": "50eedc067d37499da24bee315d3008da",
"content-hash": "e4a7f5591e1c7216ee06ab20feba09d3",
"packages": [
{
"name": "amphp/amp",
@@ -7284,6 +7284,90 @@
],
"time": "2021-07-05T14:17:44+00:00"
},
{
"name": "spatie/laravel-queueable-action",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-queueable-action.git",
"reference": "27c156a8b41d2d5ef191594fc91f2bed73f4c2e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-queueable-action/zipball/27c156a8b41d2d5ef191594fc91f2bed73f4c2e1",
"reference": "27c156a8b41d2d5ef191594fc91f2bed73f4c2e1",
"shasum": ""
},
"require": {
"laravel/framework": "^8.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.4|^9.3"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\QueueableAction\\QueueableActionServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\QueueableAction\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brent Roose",
"email": "brent@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Alex Vanderbist",
"email": "alex@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Queueable action support in Laravel",
"homepage": "https://github.com/spatie/laravel-queueable-action",
"keywords": [
"laravel-queueable-action",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-queueable-action/issues",
"source": "https://github.com/spatie/laravel-queueable-action/tree/2.12.0"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
}
],
"time": "2021-06-01T11:45:12+00:00"
},
{
"name": "spatie/laravel-tail",
"version": "4.3.3",