Skip to content

Commit

Permalink
Update Composer / Travis config to CMS 4.5 series
Browse files Browse the repository at this point in the history
  • Loading branch information
Garion Herman committed Nov 14, 2019
1 parent 966184e commit a7f6ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:

env:
global:
- COMPOSER_ROOT_VERSION=1.x-dev
- COMPOSER_ROOT_VERSION=1.5.x-dev

matrix:
include:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-cms": "^4",
"silverstripe/segment-field": "2.x-dev",
"silverstripe/userforms": "5.x-dev"
"silverstripe/recipe-cms": "^4.5",
"silverstripe/segment-field": "2.2.x-dev",
"silverstripe/userforms": "5.4.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down

0 comments on commit a7f6ce0

Please sign in to comment.