Skip to content

Commit 3e51a4f

Browse files
Merge pull request #16 from Traackr/EMP-1641-composer-updates
EMP-1641 Allow any version of composer/installers
2 parents c5b4d8e + 7ca8975 commit 3e51a4f

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)