composer.json
| 1 KB | Satir:
0
| json
Geri
{ "name": "illuminate/session", "description": "The Illuminate Session 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", "ext-json": "*", "illuminate/contracts": "^6.0", "illuminate/filesystem": "^6.0", "illuminate/support": "^6.0", "symfony/finder": "^4.3.4", "symfony/http-foundation": "^4.3.4" }, "autoload": { "psr-4": { "Illuminate\\Session\\": "" } }, "extra": { "branch-alias": { "dev-master": "6.x-dev" } }, "suggest": { "illuminate/console": "Required to use the session:table command (^6.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }
Kaydet
Ctrl+S ile kaydet