EVOLUTION-MANAGER
Edit File: composer.json
{ "name": "illuminate/cookie", "description": "The Illuminate Cookie 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.1.3", "illuminate/contracts": "5.7.*", "illuminate/support": "5.7.*", "symfony/http-foundation": "^4.1", "symfony/http-kernel": "^4.1" }, "autoload": { "psr-4": { "Illuminate\\Cookie\\": "" } }, "extra": { "branch-alias": { "dev-master": "5.7-dev" } }, "config": { "sort-packages": true }, "minimum-stability": "dev" }