contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
85 stars 33 forks source link

Fix version constraint for contao-setup script change #751

Closed fritzmg closed 1 year ago

fritzmg commented 1 year ago

Potential fix for #744. The reason why these people end up with contao-setup in their composer.json is likely because a version constraint of >4.13.9999 also matches with 4.13.* (e.g. 4.13.99991) - but the intention was to only match Contao 5. This PR fixes that by changing the constraint to >=5@dev.

aschempp commented 1 year ago

Thank you @fritzmg