Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 56d71d3

Browse files
committed
Tweak the allowance of PHPUnit version.
1 parent f790e7e commit 56d71d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "A custom printer for PHPUnit.",
44
"type": "library",
55
"require": {
6-
"php": ">=5.5",
7-
"phpunit/phpunit": "^5.5 || ^6.0 || ^7.0"
6+
"php": ">=7.0",
7+
"phpunit/phpunit": "^6.0 || ^7.0"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)