Skip to content

Commit 3cb1903

Browse files
committed
Downgrade phpunit to version 10.1.3
1 parent b13a3b7 commit 3cb1903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"jetbrains/phpstorm-attributes": "^1.0",
6969
"phpmd/phpmd": "^2.13",
7070
"phpstan/phpstan": "^1.9",
71-
"phpunit/phpunit": "^10.5"
71+
"phpunit/phpunit": "10.1.3"
7272
},
7373
"minimum-stability": "dev",
7474
"prefer-stable": true,

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false"
33
bootstrap="vendor/autoload.php" colors="true" stopOnError="false" stopOnFailure="false"
44
stopOnIncomplete="false" stopOnSkipped="false"
5-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
66
cacheDirectory=".phpunit.cache">
77
<coverage>
88
<report>

0 commit comments

Comments
 (0)