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.*" } }