* Use queues for notifications #1154 * Styles * Update defaults * Include queueworker
This commit is contained in:
59
composer.lock
generated
59
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": "9306757768b0fad9102766b70d4e18d8",
|
||||
"content-hash": "8ab12b349948ff95fed99c6e898f1a89",
|
||||
"packages": [
|
||||
{
|
||||
"name": "akaunting/money",
|
||||
@@ -5642,6 +5642,63 @@
|
||||
},
|
||||
"time": "2017-10-23T01:57:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "queueworker/sansdaemon",
|
||||
"version": "v1.2.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/orobogenius/sansdaemon.git",
|
||||
"reference": "b23ae9d22202bb2a59a5c3ce275c27fc00100060"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/orobogenius/sansdaemon/zipball/b23ae9d22202bb2a59a5c3ce275c27fc00100060",
|
||||
"reference": "b23ae9d22202bb2a59a5c3ce275c27fc00100060",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^6.0|^7.0|^8.0",
|
||||
"php": "^7.2|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.1",
|
||||
"orchestra/testbench": "^4.0",
|
||||
"phpunit/phpunit": "^8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Queueworker\\SansDaemon\\SansDaemonServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Queueworker\\SansDaemon\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Lucky Ozoka",
|
||||
"email": "orobolucky@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Batch process Laravel Queue without a daemon; Processes queue jobs and kills the process",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"queue"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/orobogenius/sansdaemon/issues",
|
||||
"source": "https://github.com/orobogenius/sansdaemon/tree/v1.2.4"
|
||||
},
|
||||
"time": "2021-02-12T11:09:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ralouphie/getallheaders",
|
||||
"version": "3.0.3",
|
||||
|
||||
Reference in New Issue
Block a user