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)
This commit is contained in:
Ingo Schommer 2019-04-30 11:03:06 +12:00 committed by GitHub
parent cfba4cbe36
commit 3e7294ea70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {