Skip to content

Commit

Permalink
Merge pull request #158 from tractorcow/pulls/0.5/compat
Browse files Browse the repository at this point in the history
Fix composer and travis to framework 3.1
  • Loading branch information
halkyon committed Aug 26, 2014
2 parents 4203a70 + 71e3b9d commit 62f4762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

language: php

php:
php:
- 5.4

env:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require":
{
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1"
"silverstripe/framework": "~3.1.0",
"silverstripe/cms": "~3.1.0"
}
}

0 comments on commit 62f4762

Please sign in to comment.