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

Commit

Permalink
No longer needing minimum-stability: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed Jan 30, 2013
1 parent 9aca0a2 commit 57849f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -17,10 +17,6 @@ Composer will take care of installing the plugin into the correct location. Incl

```json
{
"minimum-stability": "dev",
"config": {
"vendor-dir": "Vendor"
},
"require": {
"paulredmond/chosen-cakephp": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.2.6",
"composer/installers": "dev-master"
"composer/installers": "1.*"
},
"config": {
"vendor-dir": "Vendor"
Expand Down

0 comments on commit 57849f9

Please sign in to comment.