Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Based on an email from @Seldaek, raising security concern. This is a better practice.
  • Loading branch information
mnsami committed Jun 12, 2015
1 parent f2247c4 commit a6fce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.3",
"composer-plugin-api": "*"
"composer-plugin-api": "^1.0"
},
"autoload": {
"psr-0": {"Composer\\CustomDirectoryInstaller": "src/"}
Expand Down

0 comments on commit a6fce96

Please sign in to comment.