composer.json: update to the stable supported PHPUnit branch below version 6

This commit is contained in:
Alexey Kopytko 2017-05-24 10:07:19 +09:00
parent 21d8e6a7a6
commit 096c12c43c
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
"phpunit/phpunit": "<6.0"
}
}