clean horizon & redis

This commit is contained in:
2020-09-11 18:45:37 +02:00
parent 5d3d8a5423
commit a56b845516
7 changed files with 11 additions and 323 deletions

95
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": "4540d4ed3980d029b2338e3470bbe158",
"content-hash": "5eb5309302a9537ceba55622220336a9",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1161,79 +1161,6 @@
],
"time": "2020-09-08T15:15:32+00:00"
},
{
"name": "laravel/horizon",
"version": "v5.0.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "1093218e2bad6a5037389a72b4ecef19af763c10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/1093218e2bad6a5037389a72b4ecef19af763c10",
"reference": "1093218e2bad6a5037389a72b4ecef19af763c10",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"illuminate/contracts": "^8.0",
"illuminate/queue": "^8.0",
"illuminate/support": "^8.0",
"nesbot/carbon": "^2.17",
"php": "^7.3",
"ramsey/uuid": "^4.0",
"symfony/error-handler": "^5.0",
"symfony/process": "^5.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"predis/predis": "^1.1"
},
"suggest": {
"ext-redis": "Required to use the Redis PHP driver.",
"predis/predis": "Required when not using the Redis PHP driver (^1.1)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Horizon\\HorizonServiceProvider"
],
"aliases": {
"Horizon": "Laravel\\Horizon\\Horizon"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Horizon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Dashboard and code-driven configuration for Laravel queues.",
"keywords": [
"laravel",
"queue"
],
"time": "2020-09-08T15:23:07+00:00"
},
{
"name": "laravel/passport",
"version": "v10.0.0",
@@ -1953,16 +1880,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.39.1",
"version": "2.39.2",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "7af467873250583cc967a59ee9df29fabab193c1"
"reference": "326efde1bc09077a26cb77f6e2e32e13f06c27f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7af467873250583cc967a59ee9df29fabab193c1",
"reference": "7af467873250583cc967a59ee9df29fabab193c1",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/326efde1bc09077a26cb77f6e2e32e13f06c27f2",
"reference": "326efde1bc09077a26cb77f6e2e32e13f06c27f2",
"shasum": ""
},
"require": {
@@ -2038,7 +1965,7 @@
"type": "tidelift"
}
],
"time": "2020-09-04T13:11:37+00:00"
"time": "2020-09-10T12:16:42+00:00"
},
{
"name": "nikic/php-parser",
@@ -2946,16 +2873,16 @@
},
{
"name": "ramsey/collection",
"version": "1.1.0",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "044184884e3c803e4cbb6451386cb71562939b18"
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/044184884e3c803e4cbb6451386cb71562939b18",
"reference": "044184884e3c803e4cbb6451386cb71562939b18",
"url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"shasum": ""
},
"require": {
@@ -3011,7 +2938,7 @@
"type": "github"
}
],
"time": "2020-08-11T00:57:21+00:00"
"time": "2020-09-10T20:58:17+00:00"
},
{
"name": "ramsey/uuid",