Skip to content

Commit 0b49e33

Browse files
authored
Merge pull request #9514 from magento-gl/update_php-amqplib
Removed restriction php-amqplib/php-amqplib
2 parents a430861 + 50779a6 commit 0b49e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Amqp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"magento/framework": "*",
1414
"php": "~8.2.0||~8.3.0||~8.4.0",
15-
"php-amqplib/php-amqplib": "~3.2.0"
15+
"php-amqplib/php-amqplib": "^3.2"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)