Skip to content

Commit

Permalink
Merge pull request #355 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 Sep 27, 2023
2 parents 781c90c + 40d5ee3 commit 5d1d521
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"require": {
"php": "^7.2.5 || ^8.0",
"composer/installers": "^1.12.0"
"composer/installers": "^1.12.0 || ^2.0"
},
"require-dev": {
"yoast/wp-test-utils": "^1.1.1",
Expand Down
36 changes: 15 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d1d521

Please sign in to comment.