diff --git a/build.xml b/build.xml index 0e12667..ab4fffa 100644 --- a/build.xml +++ b/build.xml @@ -119,6 +119,20 @@ Options: ================================================================= --> + + + + + + + + + + + + + diff --git a/composer.json b/composer.json index 84f032e..a25524e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,8 @@ }, "require-dev": { "silverstripe/compass": "*", - "silverstripe/docsviewer": "*" + "silverstripe/docsviewer": "*", + "phpunit/phpunit": "3.7.*" }, "minimum-stability": "dev" -} \ No newline at end of file +}