/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Console/composer.json
54 строки
2 KB
Graham Campbell
Revert "[13.x] Bump minimum versions (#61033)" (#61118)
10 авг 2026, 03:02
Не верифицирован
10 авг 2026, 03:02
0e0efb4
Код
Авторство
О чём код?
{ "name": "illuminate/console", "description": "The Illuminate Console 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", "ext-mbstring": "*", "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/reflection": "^13.0", "illuminate/support": "^13.0", "illuminate/view": "^13.0", "laravel/prompts": "^0.3.11", "nunomaduro/termwind": "^2.0", "symfony/console": "^7.4.0 || ^8.0.0", "symfony/polyfill-php84": "^1.37", "symfony/process": "^7.4.5 || ^8.0.5" }, "suggest": { "ext-pcntl": "Required to use signal trapping.", "dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).", "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.8).", "illuminate/bus": "Required to use the scheduled job dispatcher (^13.0).", "illuminate/container": "Required to use the scheduler (^13.0).", "illuminate/filesystem": "Required to use the generator command (^13.0).", "illuminate/queue": "Required to use closures for scheduled jobs (^13.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Console\\": "" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }