Merge pull request #78 from EmanueleMinotto/patch-1

Allow PHPUnit v5
This commit is contained in:
Frank de Jonge 2016-06-08 22:32:40 +02:00
commit a2ff1d9c22

View file

@ -20,7 +20,7 @@
"php" : "~5.5|~7.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
"phpunit/phpunit" : "~4.0||~5.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3"
},