Skip to content

Commit 3b1530a

Browse files
committed
Downgrade PHPUnit
1 parent 4a9dd60 commit 3b1530a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"guzzlehttp/guzzle": "^7.9",
4848
"php-http/discovery": "^1.20",
4949
"php-http/mock-client": "^1.6",
50-
"phpunit/phpunit": "^12.2",
50+
"phpunit/phpunit": "^11.5",
5151
"psy/psysh": "*",
5252
"sandfox.dev/code-standard": "^1.2025.05.07",
5353
"squizlabs/php_codesniffer": "*",

phpunit.dist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
displayDetailsOnTestsThatTriggerWarnings="true"
66
displayDetailsOnTestsThatTriggerDeprecations="true"
77
executionOrder="random"
8-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.2/phpunit.xsd">
8+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd">
99
<testsuites>
1010
<testsuite name="all">
1111
<directory>tests</directory>

0 commit comments

Comments
 (0)