You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a deployment image that installs composer2 from https://getcomposer.org/composer.phar before installation. The version that's currently installed is...
When I try to install Magento 2.4.3 from composer, the installation fails when I get to this dependency version verifier package with the following error:
I believe the issue is that the version parsing this module is performing isn't taking into account the -dev suffix in the version, and errors out as it cannot identify this composer version. Replacing composer with this version https://getcomposer.org/download/2.1.12/composer.phar which reports as Composer version 2.1.12 2021-11-09 16:02:04 allows me to complete the installation. I believe the logic here needs to match even with these version suffixes.
The text was updated successfully, but these errors were encountered:
We have a deployment image that installs composer2 from https://getcomposer.org/composer.phar before installation. The version that's currently installed is...
When I try to install Magento 2.4.3 from composer, the installation fails when I get to this dependency version verifier package with the following error:
I believe the issue is that the version parsing this module is performing isn't taking into account the
-dev
suffix in the version, and errors out as it cannot identify this composer version. Replacing composer with this version https://getcomposer.org/download/2.1.12/composer.phar which reports asComposer version 2.1.12 2021-11-09 16:02:04
allows me to complete the installation. I believe the logic here needs to match even with these version suffixes.The text was updated successfully, but these errors were encountered: