test horizon but no jobs yet

This commit is contained in:
2020-09-10 17:30:25 +02:00
parent 69f5dd9323
commit 5d3d8a5423
14 changed files with 1147 additions and 1 deletions

76
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": "5eb5309302a9537ceba55622220336a9",
"content-hash": "4540d4ed3980d029b2338e3470bbe158",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1161,6 +1161,79 @@
],
"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",
@@ -6681,6 +6754,7 @@
"keywords": [
"tokenizer"
],
"abandoned": true,
"time": "2019-09-17T06:23:10+00:00"
},
{