Merge pull request #158 from tractorcow/pulls/0.5/compat

Fix composer and travis to framework 3.1
This commit is contained in:
Sean Harvey 2014-08-27 09:23:21 +12:00
commit 62f47628e3
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
language: php language: php
php: php:
- 5.4 - 5.4
env: env:

View File

@ -11,7 +11,7 @@
], ],
"require": "require":
{ {
"silverstripe/framework": "~3.1", "silverstripe/framework": "~3.1.0",
"silverstripe/cms": "~3.1" "silverstripe/cms": "~3.1.0"
} }
} }