Details
-
Improvement
-
Resolution: Duplicate
-
Major
-
3.0 Final
-
None
Description
For instance, the dms module depends on adminInterface 3.0
At the moment, if we use it with adminInterface 3.0.1, it will just not deploy.
We should be able to
- declare dependencies without version requirement (i.e "I need adminInterface, no matter what version")
- declare dependencies with a minimal version requirement (i.e "I need adminInterface, at least version 3.0, ignoring minor versions // I need adminInterface at least 3.0.2")
- declare dependencies with minimal and maximal version requirements (i.e "I need adminInterface, at least version 3.0, but I won't run with 3.1 or further versions")
Checklists
Acceptance criteria
Attachments
Issue Links
- duplicates
-
MAGNOLIA-1285 modules: dependency check should get impoved (flexible version mappings)
-
- Closed
-
- is depended upon by
-
MAGNOLIA-1602 Update mechanism
-
- Closed
-