diff --git a/composer.json b/composer.json index 7896b29..dee00a5 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.5", - "php-http/psr7-integration-tests": "^1.3", + "php-http/psr7-integration-tests": "1.x-dev", "squizlabs/php_codesniffer": "^3.7", "vimeo/psalm": "^4.9|^5.2" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7b2260e..fe4773f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -5,9 +5,9 @@ beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" - convertWarningsToExceptions="true" - convertNoticesToExceptions="true" - convertErrorsToExceptions="true" + convertWarningsToExceptions="false" + convertNoticesToExceptions="false" + convertErrorsToExceptions="false" resolveDependencies="true" stopOnFailure="false" failOnWarning="true"