Skip to content

Commit

Permalink
Change composer-plugin-api version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
cweagans committed Mar 3, 2016
1 parent 0d75c63 commit 972fac4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.3.0",
"composer-plugin-api": "~1.0"
"composer-plugin-api": "^1.0"
},
"require-dev": {
"composer/composer": "~1.0",
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 972fac4

Please sign in to comment.