diff --git a/composer.json b/composer.json index 20d74af..e35aedb 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "orchestra/resources", - "description": "Resources Component for Orchestra Platform", + "description": "[Deprecated] Resources Component for Orchestra Platform", "homepage": "http://orchestraplatform.com/docs/latest/components/resources/", "keywords": ["orchestra-platform", "orchestral", "laravel"], "license": "MIT", @@ -18,14 +18,14 @@ }, "require": { "php": ">=5.5.0", - "orchestra/routing": "~3.2.0", - "orchestra/support-facades": "~3.2.0" + "orchestra/routing": "~3.2", + "orchestra/support-facades": "~3.2" }, "require-dev": { "mockery/mockery": "0.9.*", - "illuminate/events": "~5.2.0", - "illuminate/http": "~5.2.0", - "orchestra/facile": "~3.2.0" + "illuminate/events": "~5.2", + "illuminate/http": "~5.2", + "orchestra/facile": "~3.2" }, "suggest": { "laravel/framework": "Allow using orchestra/resources component outside of Orchestra Platform (~5.2).",