Skip to content

Commit 84fce20

Browse files
committed
do not use phpunit 6
1 parent 6c1647b commit 84fce20

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
@@ -29,7 +29,7 @@
2929
"ext-mbstring": "*"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "*",
32+
"phpunit/phpunit": "^4.8|^5.7",
3333
"friendsofphp/php-cs-fixer": "^2.0"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)