From 58585110780fc58ab0d8fbbcca15b8e1547aa8e0 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 8 May 2017 16:24:25 +1200 Subject: [PATCH] Bump minimum version requirements for framework and CMS to 3.5 --- .travis.yml | 10 +--------- README.md | 1 + composer.json | 4 ++-- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e23565..9771753 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,20 +11,12 @@ php: - 5.6 env: - - DB=MYSQL CORE_RELEASE=3.2 + - DB=MYSQL CORE_RELEASE=3.5 matrix: include: - php: 7.1 env: DB=MYSQL CORE_RELEASE=3 COVERAGE="--coverage-clover=coverage.xml" - - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3.1 - - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3.3 - - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3.4 - - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3.5 before_script: - composer self-update || true diff --git a/README.md b/README.md index b0a53a6..1f930bc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ For information on configuring and using this module, please see [the documentat ## Requirements * PHP 5.3 with the "fileinfo" module (or alternatively the "whereis" and "file" Unix commands) + * SilverStripe framework/CMS ^3.5 * (optional) [Pagination of Documents in the CMS](https://github.com/silverstripe-big-o/gridfieldpaginatorwithshowall) * (optional) [Sorting of Documents in the CMS](https://github.com/silverstripe-big-o/SortableGridField) * (optional) [Full text search of Documents](https://github.com/silverstripe-big-o/silverstripe-fulltextsearch) diff --git a/composer.json b/composer.json index b399756..d751f94 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "email": "julian@silverstripe.com" }], "require": { - "silverstripe/framework": "~3.1", - "silverstripe/cms": "~3.1", + "silverstripe/framework": "^3.5", + "silverstripe/cms": "^3.5", "silverstripe-australia/gridfieldextensions": "^1.1.0" }, "extra": {