Skip to content

Commit

Permalink
Temp change psr7-integration-tests package version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Nov 16, 2023
1 parent 078057f commit f3a836f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3a836f

Please sign in to comment.