Skip to content

Commit 7ca8975

Browse files
committed
EMP-1641 Allow any version of composer/installers
This allows using composer/installers v2 which is required if we want to update to composer v2.
1 parent c5b4d8e commit 7ca8975

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
@@ -27,7 +27,7 @@
2727
],
2828
"require": {
2929
"php": ">=5.3",
30-
"composer/installers": "~1.0",
30+
"composer/installers": "*",
3131
"predis/predis": "v0.8.5"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)