Skip to content

Commit

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orchestra/widget",
"description": "Orchestra Platform Widget Component",
"description": "Orchestra Platform 2 Widget Component",
"homepage": "http://orchestraplatform.com/docs/2.0/components/widget/",
"keywords": ["orchestra-platform", "orchestral", "laravel"],
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
},
"require": {
"php": ">=5.3.3",
"orchestra/support": "self.version"
"orchestra/support": "2.0.*"
},
"require-dev": {
"mockery/mockery": "0.8.0",
Expand All @@ -27,8 +27,8 @@
"satooshi/php-coveralls": "~0.6"
},
"suggest": {
"laravel/framework": "Allow using orchestra/widget component outside of Orchestra Platform",
"orchestra/foundation": "Allow using orchestra/widget with Orchestra Platform"
"laravel/framework": "Allow using orchestra/widget component outside of Orchestra Platform 2",
"orchestra/foundation": "Allow using orchestra/widget with Orchestra Platform 2"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit adfc35d

Please sign in to comment.