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

Remove dependency on composer/composer #18

Open
iamsophiesk opened this issue Oct 1, 2019 · 5 comments
Open

Remove dependency on composer/composer #18

iamsophiesk opened this issue Oct 1, 2019 · 5 comments

Comments

@iamsophiesk
Copy link

This is a Composer package and cannot be installed unless it's through composer. It adds an extra dependency to a Drupal project which doesn't seem to be required. It would be good to remove this dependency if possible.

@iamsophiesk
Copy link
Author

This seems more pertinent now that Composer 2 is out - we can't upgrade this plugin because of a dependency on Composer 1.

@ptmkenny
Copy link

ptmkenny commented Dec 5, 2020

Yes, I ran into the same issue today when trying to use composer 2 to update a site that had this installed. Please consider releasing a 1.2.x (D8) and 1.3.x (D9) version with support for composer 2.

@gugerard
Copy link
Contributor

Hi there, Hi @vijaycs85 :-) ,

Same issue here with Drupal 9 and composer 2, after deleting the line :
"composer/composer": "~1.0",

In composer.json it works as expected.

Pull request linked to this issue : #29

@vijaycs85
Copy link
Owner

thanks you. merged and released 1.4.0.

@gugerard
Copy link
Contributor

Awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants