FIX Ensure tests pass by reducing PHPUnit to 7.1.3

See https://github.com/silverstripe/silverstripe-framework/pull/8271
This commit is contained in:
Robbie Averill 2018-08-17 21:04:00 +12:00
parent 4157408adb
commit fb412d2c46
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7@dev"
"phpunit/phpunit": "7.1.3"
},
"extra": {
"branch-alias": {