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

Commit 20a08dd

Browse files
committed
Lock PHPUnit to pre-6.0.
1 parent f75d6fc commit 20a08dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A custom printer for PHPUnit.",
44
"type": "library",
55
"require": {
6-
"phpunit/phpunit": "*"
6+
"phpunit/phpunit": "< 6.0"
77
},
88
"license": "MIT",
99
"authors": [

0 commit comments

Comments
 (0)