Skip to content

Commit 9ee9588

Browse files
committed
add supported phpunit versions
1 parent e8e8099 commit 9ee9588

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
@@ -16,7 +16,7 @@
1616
"ext-mbstring": "*"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^4.8.35 || ^5.7",
19+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || 9.3",
2020
"squizlabs/php_codesniffer": "^3.5"
2121
},
2222
"suggest": {

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="vendor/autoload.php" colors="true">
2+
<phpunit bootstrap="vendor/autoload.php" colors="true" cacheResult="false">
33
<testsuites>
44
<testsuite name="all">
55
<directory>tests</directory>

0 commit comments

Comments
 (0)