Skip to content

Commit 58b04bb

Browse files
authored
Use 2.12.2
This version is the only one that disallows installation on PHP 8.0. While 2.12.0 and 2.12.1 are installable on php: >=5.6.3. In SimpleBus we test our dependencies with `lowest` and therefore this fails on PHP 8.0. See PR with failing tests SimpleBus/SimpleBus#115 Of course, we could add a conflict, but I believe this should be done here.
1 parent ef71c9b commit 58b04bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/config": "^4.3|^5.0",
1616
"symfony/yaml": "^4.3|^5.0",
1717
"symfony/console": "^4.3|^5.0",
18-
"php-amqplib/php-amqplib": "^2.12|^3.0",
18+
"php-amqplib/php-amqplib": "^2.12.2|^3.0",
1919
"psr/log": "^1.0",
2020
"symfony/http-kernel": "^4.4|^5.0",
2121
"symfony/framework-bundle": "^4.4|^5.0"

0 commit comments

Comments
 (0)