Merge pull request #10 from alwinkpc/master

Limit phpunit to version 4.8
This commit is contained in:
Alexey Kopytko 2017-02-19 13:24:41 +09:00 committed by GitHub
commit 866621dfcb
1 changed files with 1 additions and 1 deletions

View File

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