We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9dd60 commit 3b1530aCopy full SHA for 3b1530a
2 files changed
composer.json
@@ -47,7 +47,7 @@
47
"guzzlehttp/guzzle": "^7.9",
48
"php-http/discovery": "^1.20",
49
"php-http/mock-client": "^1.6",
50
- "phpunit/phpunit": "^12.2",
+ "phpunit/phpunit": "^11.5",
51
"psy/psysh": "*",
52
"sandfox.dev/code-standard": "^1.2025.05.07",
53
"squizlabs/php_codesniffer": "*",
phpunit.dist.xml
@@ -5,7 +5,7 @@
5
displayDetailsOnTestsThatTriggerWarnings="true"
6
displayDetailsOnTestsThatTriggerDeprecations="true"
7
executionOrder="random"
8
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.2/phpunit.xsd">
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd">
9
<testsuites>
10
<testsuite name="all">
11
<directory>tests</directory>
0 commit comments