����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.220.9.180 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/laravel/horizon/ |
Upload File : |
{ "name": "laravel/horizon", "description": "Dashboard and code-driven configuration for Laravel queues.", "keywords": ["laravel", "queue"], "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^7.3|^8.0", "ext-json": "*", "ext-pcntl": "*", "ext-posix": "*", "illuminate/contracts": "^8.17", "illuminate/queue": "^8.17", "illuminate/support": "^8.17", "nesbot/carbon": "^2.17", "ramsey/uuid": "^4.0", "symfony/process": "^5.0", "symfony/error-handler": "^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)." }, "autoload": { "psr-4": { "Laravel\\Horizon\\": "src/" } }, "autoload-dev": { "psr-4": { "Laravel\\Horizon\\Tests\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "5.x-dev" }, "laravel": { "providers": [ "Laravel\\Horizon\\HorizonServiceProvider" ], "aliases": { "Horizon": "Laravel\\Horizon\\Horizon" } } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }