/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Routing/composer.json
58 строк
2 KB
Graham Campbell
Revert "[13.x] Bump minimum versions (#61033)" (#61118)
10 авг 2026, 03:02
Не верифицирован
10 авг 2026, 03:02
0e0efb4
Код
Авторство
О чём код?
{ "name": "illuminate/routing", "description": "The Illuminate Routing 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-filter": "*", "ext-hash": "*", "illuminate/collections": "^13.0", "illuminate/conditionable": "^13.0", "illuminate/container": "^13.0", "illuminate/contracts": "^13.0", "illuminate/http": "^13.0", "illuminate/macroable": "^13.0", "illuminate/pipeline": "^13.0", "illuminate/reflection": "^13.0", "illuminate/session": "^13.0", "illuminate/support": "^13.0", "symfony/http-foundation": "^7.4.0 || ^8.0.0", "symfony/http-kernel": "^7.4.0 || ^8.0.0", "symfony/polyfill-php84": "^1.36", "symfony/polyfill-php85": "^1.36", "symfony/routing": "^7.4.0 || ^8.0.0" }, "suggest": { "illuminate/console": "Required to use the make commands (^13.0).", "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).", "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.4 || ^8.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Routing\\": "" } }, "config": { "allow-plugins": { "php-http/discovery": false }, "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }