Skip to content

Commit 10b6f2b

Browse files
committed
Update phpunit to stable
We can not switch to 6.x to have API compatible with 4.8 for older PHP versions. Signed-off-by: Michal Čihař <[email protected]>
1 parent 2a12b25 commit 10b6f2b

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
@@ -20,8 +20,8 @@
2020
"ext-mbstring": "*"
2121
},
2222
"require-dev": {
23-
"phpunit/php-code-coverage": "~2.0 || ~3.0",
24-
"phpunit/phpunit": "~4.8 || ~5.1"
23+
"phpunit/php-code-coverage": "*",
24+
"phpunit/phpunit": "~4.8 || ~5.7"
2525
},
2626
"conflict": {
2727
"phpmyadmin/motranslator": "<3.0"

0 commit comments

Comments
 (0)