Skip to content

Commit

Permalink
Update phpunit to stable
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nijel committed May 5, 2017
1 parent 2a12b25 commit 10b6f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/php-code-coverage": "~2.0 || ~3.0",
"phpunit/phpunit": "~4.8 || ~5.1"
"phpunit/php-code-coverage": "*",
"phpunit/phpunit": "~4.8 || ~5.7"
},
"conflict": {
"phpmyadmin/motranslator": "<3.0"
Expand Down

0 comments on commit 10b6f2b

Please sign in to comment.