Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit d59382d

Browse files
authored
Fixes #2789: Require minimum Composer API version. (#2790)
1 parent eb7862a commit d59382d

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
@@ -15,7 +15,7 @@
1515
"license": "GPL-2.0-only",
1616
"require": {
1717
"php": ">=5.6",
18-
"composer-plugin-api": "^1.0.0",
18+
"composer-plugin-api": "^1.1.0",
1919
"composer/installers": "^1.2.0",
2020
"composer/semver": "^1.4",
2121
"consolidation/config": "^1.0.0",

0 commit comments

Comments
 (0)