Skip to content

Commit

Permalink
Fixes #2789: Require minimum Composer API version. (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored May 2, 2018
1 parent eb7862a commit d59382d
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 @@ -15,7 +15,7 @@
"license": "GPL-2.0-only",
"require": {
"php": ">=5.6",
"composer-plugin-api": "^1.0.0",
"composer-plugin-api": "^1.1.0",
"composer/installers": "^1.2.0",
"composer/semver": "^1.4",
"consolidation/config": "^1.0.0",
Expand Down

0 comments on commit d59382d

Please sign in to comment.