Skip to content

Commit

Permalink
Allow composer/installers ^2 in composer.json requires (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDemea authored Feb 18, 2022
1 parent 60b780c commit 3fe24fe
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 @@ -48,7 +48,7 @@
"require": {
"php": ">=7.1",
"cedaro/wp-plugin": "^0.4.0",
"composer/installers": "^1.0",
"composer/installers": "^1.0 || ^2.0",
"composer/semver": "^3.2",
"pimple/pimple": "^3.2",
"psr/container": "^1.0",
Expand Down

0 comments on commit 3fe24fe

Please sign in to comment.