- Issue created by @alexpott
- ๐ฎ๐ณIndia himani_219
After reviewing the Symfony Flex implementation and Composer plugin architecture, itโs clear this workaround is necessary due to a missing Composer API that would allow plugins to inspect the packages being installed at `composer require` time.
Iโve reviewed the proposal in #3355485 and support the recommendation to create an upstream Composer issue. Iโve filed a request (or added a comment to an existing Composer issue) suggesting a new event or API to cleanly expose the list of packages to be installed, which would allow us to remove the backtrace hack entirely.
- ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
@himani_219 can you link the Composer github issue - thanks! I've looked in the recently update Composer issues and can not find it.
- ๐ญ๐บHungary mxr576 Hungary
Just opened the upstream issue since I was always interested about having official support for the unpack feature fundamentals in Composer: https://github.com/composer/composer/issues/12401