Skip to content

Commit 455cdbd

Browse files
authored
Merge pull request #422 from carusogabriel/phpunit-5
Support PHPUnit 5 in composer.json
2 parents da1f205 + 2811e4d commit 455cdbd

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
@@ -14,7 +14,7 @@
1414
},
1515
"require-dev": {
1616
"php": ">=5.5.17",
17-
"phpunit/phpunit": "^4.8.35"
17+
"phpunit/phpunit": "^4.8.35 || ^5.7"
1818
},
1919
"suggest": {
2020
"php-64bit": ">=5.5.9"

0 commit comments

Comments
 (0)