Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Mark project as deprecated.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 30, 2015
1 parent 58dc093 commit e88ba7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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",
Expand All @@ -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).",
Expand Down

0 comments on commit e88ba7c

Please sign in to comment.