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

Commit

Permalink
Update for 2.6 (#15)
Browse files Browse the repository at this point in the history
* Update for 2.6

* Fix typo

Co-authored-by: Maxime Rainville <maxime@silverstripe.com>
  • Loading branch information
emteknetnz and maxime-rainville committed Jun 15, 2020
1 parent d44c82a commit e550db2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ services:

env:
global:
- COMPOSER_ROOT_VERSION="2.x-dev" DB=MYSQL
- COMPOSER_ROOT_VERSION="2.6.x-dev" DB=MYSQL

php:
- 7.1
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -6,11 +6,11 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-cms": "4.x-dev",
"cwp/cwp-recipe-core": "2.x-dev",
"cwp/cwp": "2.x-dev",
"cwp/cwp-pdfexport": "1.x-dev",
"silverstripe/html5": "2.x-dev"
"silverstripe/recipe-cms": "4.6.x-dev",
"cwp/cwp-recipe-core": "2.6.x-dev",
"cwp/cwp": "2.6.x-dev",
"cwp/cwp-pdfexport": "1.1.x-dev",
"silverstripe/html5": "2.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down

0 comments on commit e550db2

Please sign in to comment.