Update composer.json

Just to accept the latest PHPUnit version
This commit is contained in:
Victor Hugo Avelar 2017-04-03 18:50:45 -05:00 committed by GitHub
parent eea377a312
commit 03e1f7e71c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"php" : "~5.6|~7.0"
},
"require-dev": {
"phpunit/phpunit" : "~4.0||~5.0",
"phpunit/phpunit" : "~4.0||~5.0||~6.0",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {