Skip to content

Commit

Permalink
Merge pull request #328 from Yoast/JRF/composer-allow-composer-instal…
Browse files Browse the repository at this point in the history
…lers-2

Composer: allow composer installers 2.x
  • Loading branch information
jrfnl authored Oct 4, 2023
2 parents 1d842f2 + 27e4918 commit 6c9f430
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 @@ -24,7 +24,7 @@
},
"require": {
"php": "^7.2.5 || ^8.0",
"composer/installers": "^1.12.0"
"composer/installers": "^1.12.0 || ^2.0"
},
"require-dev": {
"yoast/yoastcs": "^2.3.1",
Expand Down

0 comments on commit 6c9f430

Please sign in to comment.