Describe the bug
I needed to test something in a 6.1.x version, for reasons. When it's installing the composer packages it fails because it uses composer 2.2, and one of the packages explicitly requires composer 1.x.
This happens for all versions up to and including 6.2.1.
To Reproduce
Steps to reproduce the behavior:
Clone the development template
Switch the git branch to tag 6.1.5.
Run swdc build
Expected behavior
Expected it to just install, using composer 1.x instead of 2.x.
Screenshots
(For 6.2.1, latest version that can't be installed. 6.2.2 is fine.)
Describe the bug I needed to test something in a 6.1.x version, for reasons. When it's installing the composer packages it fails because it uses composer 2.2, and one of the packages explicitly requires composer 1.x. This happens for all versions up to and including 6.2.1.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected it to just install, using composer 1.x instead of 2.x.
Screenshots (For 6.2.1, latest version that can't be installed. 6.2.2 is fine.)
Environment: