Skip to content

Commit c6e2483

Browse files
authored
Fixes drupal-composer#72: Require Composer API ^1.1.
1 parent 76342f9 commit c6e2483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=5.4.5",
8-
"composer-plugin-api": "^1.0.0",
8+
"composer-plugin-api": "^1.1.0",
99
"composer/semver": "^1.4"
1010
},
1111
"autoload": {

0 commit comments

Comments
 (0)