EVOLUTION-MANAGER
Edit File: composer.json
{ "name": "illuminate/queue", "description": "The Illuminate Queue package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": ">=5.6.4", "illuminate/console": "5.4.*", "illuminate/container": "5.4.*", "illuminate/contracts": "5.4.*", "illuminate/database": "5.4.*", "illuminate/filesystem": "5.4.*", "illuminate/support": "5.4.*", "nesbot/carbon": "~1.20", "symfony/debug": "~3.2", "symfony/process": "~3.2" }, "autoload": { "psr-4": { "Illuminate\\Queue\\": "" } }, "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "suggest": { "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).", "illuminate/redis": "Required to use the Redis queue driver (5.4.*).", "pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }