Fix composer and travis to framework 3.1

This commit is contained in:
Damian Mooyman 2014-08-27 08:59:58 +12:00
parent 4203a707bc
commit 71e3b9db2d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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