From c9e2c249c2f4fd31ac2f47a7dfa9df6370ba17c3 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 27 Feb 2017 09:19:43 +1100 Subject: [PATCH] FIX: Allow pre-release versions of SS4. Since SS4 has not yet been released, and this module is used to test pre-release versions of SS4, we need to have @dev on the requirement to make it as flexible as possible. As a general rule, modules that plug *into* SS4 rather than making *use* of it should have @dev on the end of their dependencies. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f70ac76..fd9329fe 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "silverstripe/framework": "^4.0" + "silverstripe/framework": "^4.0@dev" }, "extra": { "branch-alias": {