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

Commit f790e7e

Browse files
authored
Merge pull request #1 from SmoshySmosh/update-phpunit
Update - Bump PHPUnit to 7.0
2 parents 2c2cecf + bad4941 commit f790e7e

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": ">=7.0",
7-
"phpunit/phpunit": "^6.0"
6+
"php": ">=5.5",
7+
"phpunit/phpunit": "^5.5 || ^6.0 || ^7.0"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)