SS 4.0 - Include PHPUnit in composer.json

This commit is contained in:
Brett Tasker 2017-05-01 21:19:22 +12:00
parent 8adb3171f0
commit 4ff4404f9f
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
"monolog/monolog": "~1.15"
},
"require-dev": {
"silverstripe/cms": "4.0.x-dev"
"silverstripe/cms": "4.0.x-dev",
"phpunit/phpunit": "*@stable"
},
"extra": {
"branch-alias": {