/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Collections/composer.json
47 строк
1 KB
Jesper Noordsij
[13.x] Add support for `SortDirection` enum to query builder classes (#59865)
05 май 2026, 23:55
Не верифицирован
05 май 2026, 23:55
3e8e48b
Код
Авторство
О чём код?
{ "name": "illuminate/collections", "description": "The Illuminate Collections 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/conditionable": "^13.0", "illuminate/contracts": "^13.0", "illuminate/macroable": "^13.0", "symfony/polyfill-php84": "^1.36", "symfony/polyfill-php85": "^1.36", "symfony/polyfill-php86": "^1.36" }, "suggest": { "illuminate/http": "Required to convert collections to API resources (^13.0).", "symfony/var-dumper": "Required to use the dump method (^7.4 || ^8.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "functions.php", "helpers.php" ] }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }