mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
cfba4cbe36
commit
3e7294ea70
@ -5,7 +5,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=5.6.0",
|
||||||
"silverstripe/recipe-plugin": "^1.2",
|
"silverstripe/recipe-plugin": "^1.2",
|
||||||
"silverstripe/recipe-cms": "4.x-dev",
|
"silverstripe/recipe-cms": "4.5.x-dev",
|
||||||
"silverstripe-themes/simple": "~3.2.0"
|
"silverstripe-themes/simple": "~3.2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
Loading…
Reference in New Issue
Block a user