D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Auth
/
Filename :
composer.json
back
Copy
{ "name": "illuminate/auth", "description": "The Illuminate Auth package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^7.2", "illuminate/contracts": "^6.0", "illuminate/http": "^6.0", "illuminate/queue": "^6.0", "illuminate/support": "^6.0" }, "autoload": { "psr-4": { "Illuminate\\Auth\\": "" } }, "extra": { "branch-alias": { "dev-master": "6.0-dev" } }, "suggest": { "illuminate/console": "Required to use the auth:clear-resets command (^6.0).", "illuminate/queue": "Required to fire login / logout events (^6.0).", "illuminate/session": "Required to use the session based guard (^6.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }