/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Process/composer.json
39 строк
999 B
Lucas Michot
Add missing illuminate/conditionable, illuminate/reflection, illuminate/macroable requires (#60980)
02 авг 2026, 23:32
Не верифицирован
02 авг 2026, 23:32
9334084
Код
Авторство
О чём код?
{ "name": "illuminate/process", "description": "The Illuminate Process 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/conditionable": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "illuminate/support": "^13.0", "symfony/process": "^7.4.5 || ^8.0.5" }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Process\\": "" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }