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 want to use the plugin on the Magento2 application, which officially supports only composer 2.2 for the fresh versions, however, the plugin throws an exception on composer versions < 2.3:
However composer 2.2.21 and for example 2.1.14 do not work with the message above (we can see the output but due to non-zero return code it is impossible to use the plugin as a part of CICD process).
I used PHP 8.1.20:
$ php -v
PHP 8.1.20 (cli) (built: Jun 8 2023 19:55:40) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.20, Copyright (c) Zend Technologies
with Xdebug v3.2.0, Copyright (c) 2002-2022, by Derick Rethans
with Zend OPcache v8.1.20, Copyright (c), by Zend Technologies
Is it possible to make it compatible with composer 2.1-2.2?
Thanks!
The text was updated successfully, but these errors were encountered:
We want to use the plugin on the Magento2 application, which officially supports only composer 2.2 for the fresh versions, however, the plugin throws an exception on composer versions < 2.3:
It works fine on composer 2.3:
However composer 2.2.21 and for example 2.1.14 do not work with the message above (we can see the output but due to non-zero return code it is impossible to use the plugin as a part of CICD process).
I used PHP 8.1.20:
Is it possible to make it compatible with composer 2.1-2.2?
Thanks!
The text was updated successfully, but these errors were encountered: