We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e8099 commit 9ee9588Copy full SHA for 9ee9588
composer.json
@@ -16,7 +16,7 @@
16
"ext-mbstring": "*"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^4.8.35 || ^5.7",
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || 9.3",
20
"squizlabs/php_codesniffer": "^3.5"
21
22
"suggest": {
phpunit.xml.dist
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit bootstrap="vendor/autoload.php" colors="true">
+<phpunit bootstrap="vendor/autoload.php" colors="true" cacheResult="false">
3
<testsuites>
4
<testsuite name="all">
5
<directory>tests</directory>
0 commit comments