We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13a3b7 commit 3cb1903Copy full SHA for 3cb1903
composer.json
@@ -68,7 +68,7 @@
68
"jetbrains/phpstorm-attributes": "^1.0",
69
"phpmd/phpmd": "^2.13",
70
"phpstan/phpstan": "^1.9",
71
- "phpunit/phpunit": "^10.5"
+ "phpunit/phpunit": "10.1.3"
72
},
73
"minimum-stability": "dev",
74
"prefer-stable": true,
phpunit.xml.dist
@@ -2,7 +2,7 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false"
3
bootstrap="vendor/autoload.php" colors="true" stopOnError="false" stopOnFailure="false"
4
stopOnIncomplete="false" stopOnSkipped="false"
5
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
6
cacheDirectory=".phpunit.cache">
7
<coverage>
8
<report>
0 commit comments