contao-manager
contao-manager copied to clipboard
Allow the user to choose a version of a package
A user should get a list of package versions (similar to the selection in the Contao 3 Composer client).
There should be two options:
- install version x.y.z and all future maintenance updates
- install version x.y.z and all future minor updates
The resulting constraint would be
- ~x.y.z
- ^x.y.z
This will prevent Composer from downgrading packages, but allows to upgrade according to selection.