/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Auth/composer.json
45 строк
1 KB
Lucas Michot
Normalize composer.json files (#58996)
25 фев 2026, 19:07
Не верифицирован
25 фев 2026, 19:07
14cd4bb
Код
Авторство
О чём код?
{ "name": "illuminate/auth", "description": "The Illuminate Auth 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-hash": "*", "illuminate/collections": "^13.0", "illuminate/contracts": "^13.0", "illuminate/http": "^13.0", "illuminate/macroable": "^13.0", "illuminate/queue": "^13.0", "illuminate/support": "^13.0" }, "suggest": { "illuminate/console": "Required to use the auth:clear-resets command (^13.0).", "illuminate/queue": "Required to fire login / logout events (^13.0).", "illuminate/session": "Required to use the session based guard (^13.0)." }, "minimum-stability": "dev", "autoload": { "psr-4": { "Illuminate\\Auth\\": "" } }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "13.0.x-dev" } } }