Skip to content

Commit 29a41cb

Browse files
committed
Allow PHPUnit 5.x for unit tests
1 parent 91503bd commit 29a41cb

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
@@ -15,7 +15,7 @@
1515
"ext-curl": "*"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "4.6.*"
18+
"phpunit/phpunit": "4.6.* || ~5.0"
1919
},
2020
"suggest": {
2121
"phpdocumentor/phpdocumentor": "2.*"

0 commit comments

Comments
 (0)