From 0e57bebbabbfc5b9f34f70830821fa679438e756 Mon Sep 17 00:00:00 2001 From: Nathan Glasl Date: Wed, 16 Mar 2016 10:16:17 +1100 Subject: [PATCH] Relaxing composer dependencies. --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff9a31f..3492c00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [misdirection](https://packagist.org/packages/nglasl/silverstripe-misdirection) -_The current release is **2.2.0**_ +_The current release is **2.2.1**_ A module for SilverStripe which will allow both simple and regular expression link redirections based on customisable mappings, either hooking into a page not found or @@ -10,7 +10,7 @@ This is based upon the existing [link mapping](https://github.com/silverstripe-a ## Requirement -* SilverStripe 3.2.X +* SilverStripe 3.1.X or **3.2.X** This module does **not** require the CMS. diff --git a/composer.json b/composer.json index 953c3a9..155838b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "email": "nathan@silverstripe.com.au" }], "require": { - "silverstripe/framework": "3.2.*" + "silverstripe/framework": "~3.2" }, "extra": { "installer-name": "misdirection",