Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Use 2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 18, 2020
1 parent a47aa4c commit 254cc71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ services:

env:
global:
- COMPOSER_ROOT_VERSION=2.5.x-dev
- COMPOSER_ROOT_VERSION=2.x-dev

matrix:
include:
Expand Down
26 changes: 13 additions & 13 deletions composer.json
Expand Up @@ -6,19 +6,19 @@
"require": {
"php": ">=7.1.0",
"silverstripe/recipe-plugin": "^1",
"cwp/cwp-recipe-core": "2.5.x-dev",
"cwp/cwp-recipe-cms": "2.5.x-dev",
"silverstripe/recipe-blog": "1.5.x-dev",
"silverstripe/recipe-form-building": "1.5.x-dev",
"silverstripe/recipe-authoring-tools": "1.5.x-dev",
"silverstripe/recipe-collaboration": "1.5.x-dev",
"silverstripe/recipe-reporting-tools": "1.5.x-dev",
"cwp/cwp-recipe-search": "2.5.x-dev",
"silverstripe/recipe-services": "1.5.x-dev",
"silverstripe/subsites": "2.3.x-dev",
"tractorcow/silverstripe-fluent": "4.4.x-dev",
"silverstripe/registry": "2.2.x-dev",
"cwp/starter-theme": "3.0.x-dev"
"cwp/cwp-recipe-core": "2.x-dev",
"cwp/cwp-recipe-cms": "2.x-dev",
"silverstripe/recipe-blog": "1.x-dev",
"silverstripe/recipe-form-building": "1.x-dev",
"silverstripe/recipe-authoring-tools": "1.x-dev",
"silverstripe/recipe-collaboration": "1.x-dev",
"silverstripe/recipe-reporting-tools": "1.x-dev",
"cwp/cwp-recipe-search": "2.x-dev",
"silverstripe/recipe-services": "1.x-dev",
"silverstripe/subsites": "2.x-dev",
"tractorcow/silverstripe-fluent": "4.x-dev",
"silverstripe/registry": "2.x-dev",
"cwp/starter-theme": "3.x-dev"
},
"suggest": {
"silverstripe/recipe-content-blocks": "Supplement the CMS with a 'content block' approach to editing"
Expand Down

0 comments on commit 254cc71

Please sign in to comment.