diff --git a/composer.json b/composer.json index 106be84..fff5b84 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,13 @@ "license": "MIT", "homepage": "https://github.com/antennaio/laravel-clyde", "require": { + "illuminate/config": "^5.1", + "illuminate/contracts": "^5.1", + "illuminate/routing": "^5.1", + "illuminate/support": "^5.1", "league/glide": "^1.0", - "league/glide-symfony": "^1.0" + "league/glide-symfony": "^1.0", + "symfony/http-foundation": "2.8.*|3.0.*" }, "require-dev": { "phpunit/phpunit": "5.*",