Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-1209

Module dependencies should be able to handle version numbers in a more flexible way

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Major Major
    • 3.1 M3
    • 3.0 Final
    • core
    • None

      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")

        Acceptance criteria

              gjoseph Magnolia International
              gjoseph Magnolia International
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD