Skip to content

Commit

Permalink
bugfix-ComposerWarning
Browse files Browse the repository at this point in the history
Fixing warning of potential breakage in composer.
  • Loading branch information
spekary committed Feb 15, 2016
1 parent 3640347 commit 2f5a3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["qcubed", "composer", "install"],
"license": "MIT",
"require": {
"composer-plugin-api": "1.0.0"
"composer-plugin-api": "^1.0"
},
"autoload": {
"psr-4": { "QCubed\\Composer\\": "" }
Expand Down

0 comments on commit 2f5a3d1

Please sign in to comment.