/var/www/cobraambalaj/vendor/laravel/framework/src/Illuminate/Session
NameSizeModeActions
Console/-0755rm
Middleware/-0755rm
ArraySessionHandler.php23400644editdlrm
CacheBasedSessionHandler.php17490755editdlrm
composer.json11180755editdlrm
CookieSessionHandler.php24810755editdlrm
DatabaseSessionHandler.php65840644editdlrm
EncryptedStore.php16450644editdlrm
ExistenceAwareInterface.php2540644editdlrm
FileSessionHandler.php23210644editdlrm
LICENSE.md10750644editdlrm
NullSessionHandler.php7890644editdlrm
SessionManager.php63270755editdlrm
SessionServiceProvider.php14860755editdlrm
Store.php140750755editdlrm
TokenMismatchException.php1120755editdlrm
Edit: /var/www/cobraambalaj/vendor/laravel/framework/src/Illuminate/Session/composer.json (1118B)
{ "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.3|^8.0", "ext-json": "*", "illuminate/collections": "^8.0", "illuminate/contracts": "^8.0", "illuminate/filesystem": "^8.0", "illuminate/support": "^8.0", "symfony/finder": "^5.1.4", "symfony/http-foundation": "^5.1.4" }, "autoload": { "psr-4": { "Illuminate\\Session\\": "" } }, "extra": { "branch-alias": { "dev-master": "8.x-dev" } }, "suggest": { "illuminate/console": "Required to use the session:table command (^8.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }