From 98c5dab4a46ad3c5cb4914be4ed12af2da8be733 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 18 Feb 2014 18:16:07 +1300 Subject: [PATCH] FIX: subsites v0.4 doesn't work with SilverStripe v3.1 --- .travis.yml | 5 ----- composer.json | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f0b93e..44682d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,6 @@ php: env: - DB=MYSQL CORE_RELEASE=3.0 -matrix: - include: - - php: 5.4 - env: DB=MYSQL CORE_RELEASE=master - before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss diff --git a/composer.json b/composer.json index 3a2cff1..acc3bb8 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { - "silverstripe/framework": "3.*", - "silverstripe/cms": "3.*" + "silverstripe/framework": "3.0.*", + "silverstripe/cms": "3.0.*" } }