mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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
This commit is contained in:
parent
8f2e486dc5
commit
d9e292ba28
@ -22,6 +22,9 @@
|
||||
"silverstripe/reports": "*",
|
||||
"silverstripe/siteconfig": "^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~4.8"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.0.x-dev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user