Open magento-engcom-team opened 6 years ago
Would be nice if somebody could do this. I facing a Problem which i could fix with the public repo.
Yes please provide a public repository. I also need the composer.json files.
yes please do it! it would be nice to be able to help remove these legacy / abandoned libraries.
$ composer why symfony/property-access
endroid/qr-code 2.5.1 requires symfony/property-access (^2.7)
$ composer why endroid/qr-code
msp/twofactorauth 3.1.2 requires endroid/qr-code (^2.5)
$ composer why msp/twofactorauth
magento/product-community-edition 2.3.4 requires msp/twofactorauth (3.1.2)
magento/product-enterprise-edition 2.3.4 requires msp/twofactorauth (3.1.2)
Another vote to have magento/product-community-edition
's composer.json
definition available on GitHub, with all applicable tags
Another vote to have magento/product-community-edition
's composer.json
definition available on GitHub
Currently is not possible to see the differences between versions for
magento/product-community-edition
composer virtual package (and enterprise as well). For a custom project, requiringmagento/product-community-edition
directly is not viable because unwanted packages are added by it, so instead we copy therequire
section into our owncomposer.json
and remove what we need. But this quite an extensive task to get them every time a new version is released, since several modules have their versions bumped.Preconditions
None
Steps to reproduce
None
Expected result
magento/product-community-edition
'scomposer.json
definition available on GitHub, with all applicable tags, so we can diff thecomposer.json
between all the released versions;magento/product-community-edition
available on Packagist.org;magento/product-enterprise-edition
available on GitHub (and/or Packagist.org) if applicable/allowed;Actual result
magento/product-community-edition
definition is not available anywhere public.Original Report: https://github.com/magento/magento2/issues/13749 by @kassner