From 3e7294ea705096d9a3200ba6f46963b1d0884f88 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 30 Apr 2019 11:03:06 +1200 Subject: [PATCH] Bump to 4.5.x-dev This conflicts with an earlier commit (cfba4cb), but after talking to Robbie this new commit is consistent with how we handle other recipes (CWP and core). Both ways are viable, but we've implicitly standardised on this way (set minor release constraints in the main release branch, e.g. constraint to recipe:4.5.x-dev on installer:4.x-dev) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ffe45f3..5eed5f8 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.x-dev", + "silverstripe/recipe-cms": "4.5.x-dev", "silverstripe-themes/simple": "~3.2.0" }, "require-dev": {