Skip to content

Commit 6475052

Browse files
committed
Support php-amqplib 3.0
1 parent 2932bbf commit 6475052

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
"require": {
1818
"php": ">=5.6.0 <9.0",
1919
"codeception/codeception": "^4.0",
20-
"php-amqplib/php-amqplib": "^2.10.0"
20+
"php-amqplib/php-amqplib": "^2.10|^3.0"
2121
},
2222
"autoload":{
2323
"classmap": ["src/"]

0 commit comments

Comments
 (0)