diff --git a/composer.json b/composer.json --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require": { "php": ">=8.1.0", - "php-amqplib/php-amqplib": "2.5.*" + "php-amqplib/php-amqplib": "^3.5.2" }, "require-dev": { "phpunit/phpunit": "10.0.*", diff --git a/phpunit.xml b/phpunit.xml --- a/phpunit.xml +++ b/phpunit.xml @@ -3,6 +3,7 @@ backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" + displayDetailsOnTestsThatTriggerDeprecations="true" cacheDirectory=".phpunit.cache" backupStaticProperties="false">