silverstripe / cwp-recipe-cms

CWP CMS requirements recipe
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Patch up the composer.json for the major branch 2 #14

Closed dnsl48 closed 4 years ago

dnsl48 commented 4 years ago

https://github.com/silverstripe/cwp-recipe-kitchen-sink/issues/46

the build requires https://github.com/silverstripe/cwp-recipe-core/pull/13 to get merged first

dnsl48 commented 4 years ago

need to rerun it when cwp-recipe-core is merged

dnsl48 commented 4 years ago

CWP recipes target specific versions of everything you install. 2.4.x would be the next release, which is why the constraints are here. If there is a 2.4 branch created then you’d update the constraints in master to be the next minor for each of the lock stepped modules (CWP modules, recipes, and core modules and recipes).

We'd like to try and keep those constraints within minor branches. That means we'd like to create minor branches and amend these constraints in there rather than updating masters.