PHPUnit 6 requires PHP 7, trying composer config pipes

This commit is contained in:
Ismo Vuorinen
2017-09-13 20:35:40 +03:00
parent 6b786f27df
commit bc6ce3d8a4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,6 @@
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~5.7 || ~6.0"
}
}