From 24b2d064243de17843b30e4c8b105407340b0f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sam=20Minn=C3=A9e?= Date: Wed, 12 Jul 2017 13:36:11 +1200 Subject: [PATCH] FIX: Don't assume SS4 compatibility Major versions won't automatically work, and so I've amended the composer requirements not to allow SS4. This will also ensure that addons.silverstripe.org correctly reports which modules work with SS4. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ed03b54..920c6f3 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ ], "require": { - "silverstripe/framework": ">=3.1", - "silverstripe/cms": ">=3.1" + "silverstripe/framework": "^3.1", + "silverstripe/cms": "^3.1" }, "extra": {