From 43d4224286840ccf84df78ce88abae7702ed029c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 28 Mar 2013 22:18:08 +0100 Subject: [PATCH] Require cms in 2.4 composer.json (which is used in travis) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1aa80df55..433cae4f1 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ ], "require": { "php": ">=5.2.4", - "composer/installers": "*" + "composer/installers": "*", + "silverstripe/cms": "2.4.*" } } \ No newline at end of file