Skip to content

Commit 0af2e7c

Browse files
committed
change dev-requirement phpunit version for support PHP 7.0 - 8.0 versions
1 parent 47997ea commit 0af2e7c

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
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"nyholm/psr7": "^1.3",
22-
"phpunit/phpunit": "^6.5",
22+
"phpunit/phpunit": ">=6.5",
2323
"squizlabs/php_codesniffer": "^3.5",
2424
"webclient/fake-http-client": "^1.0"
2525
},

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)