From cfba4cbe3602c666bd3481b9786b5b9bd5932336 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 30 Apr 2019 09:21:53 +1200 Subject: [PATCH] Fixed core dependency to 4.x-dev Likely caused by repeated unreviewed merges from 4.4 (and 4.3) onto the 4 branch here (e.g. through https://github.com/silverstripe/silverstripe-installer/commit/fa67bc614b390ee615dc0484a85eb58f9a7e118f). Note this isn't changing the branch alias, which should still point to 4.5.x-dev here. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d39534a..ffe45f3 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": ">=5.6.0", "silverstripe/recipe-plugin": "^1.2", - "silverstripe/recipe-cms": "4.4.x-dev", + "silverstripe/recipe-cms": "4.x-dev", "silverstripe-themes/simple": "~3.2.0" }, "require-dev": {