From e95cb4f4d43c220b4753a93244acee883cf048a8 Mon Sep 17 00:00:00 2001 From: micmania1 Date: Thu, 10 Oct 2013 00:22:12 +0100 Subject: [PATCH] updated composer --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 164d50e..41a68a4 100755 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: - phpenv rehash - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - - cd ~/builds/ss + - cd ~/builds/ss script: - phpunit silverstripe-blog/tests/ \ No newline at end of file diff --git a/composer.json b/composer.json index 6487742..2cbf59a 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["silverstripe", "blog", "news"], "type": "silverstripe-module", "require": { - "silverstripe/cms": ">=3.1.x-dev" + "silverstripe/cms": "~3.1" }, "license": "BSD-2-Clause", "authors": [