diff --git a/composer.json b/composer.json index cedaf30..6f530bf 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,9 @@ ], "require": { "php" : "^7.0", - "laravel/framework": "~5.5.0|~5.6.0|~5.7.0" + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/view": "~5.5.0|~5.6.0|~5.7.0", + "illuminate/cookie": "~5.5.0|~5.6.0|~5.7.0" }, "require-dev": { "fzaninotto/faker": "~1.4",