/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Queue/composer.json
55 строк
2 KB
Graham Campbell
Revert "[13.x] Bump minimum versions (#61033)" (#61118)
10 авг 2026, 03:02
Не верифицирован
10 авг 2026, 03:02
0e0efb4
Код
Авторство
О чём код?
{ "name": "illuminate/queue", "description": "The Illuminate Queue package.", "license": "MIT", "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "require": { "php": "^8.3", "illuminate/collections": "^13.0", "illuminate/console": "^13.0", "illuminate/container": "^13.0", "illuminate/contracts": "^13.0", "illuminate/database": "^13.0", "illuminate/filesystem": "^13.0", "illuminate/pipeline": "^13.0", "illuminate/reflection": "^13.0", "illuminate/support": "^13.0", "laravel/serializable-closure": "^2.0.10", "ramsey/uuid": "^4.7", "symfony/process": "^7.4.5 || ^8.0.5" }, "suggest": { "ext-filter": "Required to use the SQS queue worker.", "ext-mbstring": "Required to use the database failed job providers.", "ext-pcntl": "Required to use all features of the queue worker.", "ext-pdo": "Required to use the database queue worker.", "ext-posix": "Required to use all features of the queue worker.", "aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.322.9).", "illuminate/redis": "Required to use the Redis queue driver (^13.0).", "pda/pheanstalk": "Required to use the Beanstalk queue driver (^7.0 || ^8.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Queue\\": "" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }