Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate symfony/console and split out composer plugin implementation #252

Closed
icanhazstring opened this issue Dec 17, 2021 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@icanhazstring
Copy link
Member

We should remove the dependency to composer/composer altogether as there are some drawbacks to it:

  • often conflicting with a direct dependency to composer/composer
  • binary needs to have a cli application which is currently only working when invoking as composer plugin
  • internal implementations relying real strict to composer dependencies

For the future, this should be done using symfony/console while maintaining a composer-plugin library as convenience implementation which will function the same way composer-unused does now.

@icanhazstring icanhazstring added the enhancement New feature or request label Dec 17, 2021
@icanhazstring icanhazstring self-assigned this Dec 17, 2021
icanhazstring pushed a commit that referenced this issue Jan 4, 2022
… implementation

Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant