Skip to content

Commit 2a3169d

Browse files
committed
change phpunit version for support PHP 7.0 - 8.0 versions
1 parent 838c4a4 commit 2a3169d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"nyholm/psr7": "^1.3",
21-
"phpunit/phpunit": "^6.5",
21+
"phpunit/phpunit": ">=6.5",
2222
"squizlabs/php_codesniffer": "^3.5"
2323
},
2424
"suggest": {

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
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)