Skip to content

Commit

Permalink
Update composer/installers dependency requirement (#202)
Browse files Browse the repository at this point in the history
This PR updates the composer/installers dependency requirement to allow installation of the 2.x branch.
  • Loading branch information
SteelWagstaff authored Sep 19, 2024
1 parent 374e372 commit 2c04c1b
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 @@ -17,7 +17,7 @@
},
"require": {
"php": ">=5.2",
"composer/installers": "^1.0"
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": ">4.8.20 <6.0",
Expand Down

0 comments on commit 2c04c1b

Please sign in to comment.