Skip to content

Commit 2c04c1b

Browse files
Update composer/installers dependency requirement (#202)
This PR updates the composer/installers dependency requirement to allow installation of the 2.x branch.
1 parent 374e372 commit 2c04c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=5.2",
20-
"composer/installers": "^1.0"
20+
"composer/installers": "^1.0 || ^2.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": ">4.8.20 <6.0",

0 commit comments

Comments
 (0)