Skip to content

Commit 4b695ae

Browse files
authored
Merge pull request #8 from pavelkovar/composer_update
Allow Symfony 4 and bunny 0.3||0.4
2 parents da0ad3f + c2c77d1 commit 4b695ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require": {
2626
"php": ">=7.1",
27-
"bunny/bunny": "^0.2.4",
28-
"symfony/console": "~3.3"
27+
"bunny/bunny": "^0.2.4 || ^0.3 || ^0.4",
28+
"symfony/console": "~3.3 || ^4.0"
2929
}
3030
}

0 commit comments

Comments
 (0)