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

Error installing using composer #19

Open
stebogit opened this issue Mar 13, 2021 · 1 comment
Open

Error installing using composer #19

stebogit opened this issue Mar 13, 2021 · 1 comment

Comments

@stebogit
Copy link

Although I'm not sure why the require-dev libraries would be a limiting factor when using the library as dependency (I'm never gonna run the package tests in my app), the library is basically not usable right now because you can't install it with a current version of PHPUnit (v8 is currently not even maintained anymore I think):

Screen Shot 2021-03-12 at 5 37 39 PM

@AdamPS
Copy link

AdamPS commented Aug 31, 2021

+1

This project is almost unusable at the moment with these dev dependencies locked to very specific old versions. Probably can do it by checking out locally and installing from there. Unfortunately composer does care about dev dependencies even if you don't install them - see this sentence from the error message.

Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.

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

2 participants