Skip to content

Commit

Permalink
2.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jun 19, 2013
1 parent 64b50ec commit c03af6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ To install through composer, simply put the following in your `composer.json` fi
{
"require": {
"orchestra/support": "2.0.*"
},
"minimum-stability": "dev"
}
}
```

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orchestra/support",
"description": "Orchestra Platform Support Component",
"description": "Orchestra Platform 2 Support Component",
"homepage": "http://orchestraplatform.com/docs/2.0/components/support/",
"keywords": ["orchestra-platform", "orchestral", "laravel"],
"license": "MIT",
Expand All @@ -26,8 +26,8 @@
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform",
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform"
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform 2",
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform 2"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit c03af6a

Please sign in to comment.