pantheon-systems / quicksilver-pushback

Push any commits made on the Pantheon dashboard back to the original GitHub repository.
MIT License
14 stars 13 forks source link

Use composer/installers 2 #19

Closed PMU-ops closed 2 years ago

PMU-ops commented 3 years ago

Quicksilver pushback needs compatibility with composer 2 which composer/installers can provide at >2 version

greg-1-anderson commented 2 years ago

~1.0 is the same as ^1.0 in Composer; you need at least three digits (e.g. ~1.0.0), or a leading 0 version, for ~ to be semantically different than ^ in a version constraint.

I agree that ^ should be preferred, and ~ only used when absolutely necessary.

greg-1-anderson commented 2 years ago

Tagged as 2.1.0.