Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d01f3e

Browse files
committed
change phpunit vesion for PHP 7.0 - 8.0 support
1 parent 795ca69 commit 5d01f3e

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
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"nyholm/psr7": "^1.3",
23-
"phpunit/phpunit": "^6.5",
23+
"phpunit/phpunit": ">=6.5",
2424
"squizlabs/php_codesniffer": "^3.5"
2525
},
2626
"provide": {

‎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)

AltStyle によって変換されたページ (->オリジナル) /