/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Http/composer.json
50 строк
1 KB
Graham Campbell
Revert "[13.x] Bump minimum versions (#61033)" (#61118)
10 авг 2026, 03:02
Не верифицирован
10 авг 2026, 03:02
0e0efb4
Код
Авторство
О чём код?
{ "name": "illuminate/http", "description": "The Illuminate Http 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": "*", "fruitcake/php-cors": "^1.3", "guzzlehttp/guzzle": "^7.8.2", "guzzlehttp/uri-template": "^1.0", "illuminate/collections": "^13.0", "illuminate/conditionable": "^13.0", "illuminate/macroable": "^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/mime": "^7.4.0 || ^8.0.0", "symfony/polyfill-php85": "^1.36" }, "suggest": { "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "illuminate/image": "Required to retrieve uploaded files as images (^13.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Http\\": "" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }