Require-dev for PHPUnit

If not set, it breaks the root composer.json generation in travis-support, since it falls back to PHPUnit 3.7.
See https://github.com/silverstripe-labs/silverstripe-travis-support/blob/master/src/ComposerGenerator.php

See d9e292ba28
for same fix on cms module.
This commit is contained in:
Ingo Schommer 2016-03-07 20:41:05 +13:00
parent d031f53e73
commit 3c6c4b33db
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
}
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
"phpunit/PHPUnit": "~4.8"
}
}