horizon + redis

This commit is contained in:
Andras Bacsai
2023-05-10 09:26:25 +02:00
parent 3b43b7aa65
commit 48e2ce2ca4
23 changed files with 1225 additions and 84 deletions

80
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": "76cbf08c8a60e542b25b1d96f9f4e265",
"content-hash": "d48b2dcd8be8f84ae1ed016cdbff4c64",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -1684,6 +1684,84 @@
},
"time": "2023-04-25T13:47:18+00:00"
},
{
"name": "laravel/horizon",
"version": "v5.15.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
"reference": "952c2a0caa79b3fdc513e8db668029004f3a0f35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/952c2a0caa79b3fdc513e8db668029004f3a0f35",
"reference": "952c2a0caa79b3fdc513e8db668029004f3a0f35",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"illuminate/contracts": "^8.17|^9.0|^10.0",
"illuminate/queue": "^8.17|^9.0|^10.0",
"illuminate/support": "^8.17|^9.0|^10.0",
"nesbot/carbon": "^2.17",
"php": "^7.3|^8.0",
"ramsey/uuid": "^4.0",
"symfony/error-handler": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0",
"predis/predis": "^1.1|^2.0"
},
"suggest": {
"ext-redis": "Required to use the Redis PHP driver.",
"predis/predis": "Required when not using the Redis PHP driver (^1.1|^2.0)."
},
"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"
],
"support": {
"issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.15.1"
},
"time": "2023-04-26T16:00:44+00:00"
},
{
"name": "laravel/sanctum",
"version": "v3.2.5",