-
Notifications
You must be signed in to change notification settings - Fork 171
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 composer global require hirak/prestissimo #243
Comments
@eacevedof not sure about PHP7 support, but see #233 for Composer 2 |
Thank you @avindra I was working with no issues till I had to rebuild my containers. |
Issue #233 has the concerning info about this error. |
Hey @eacevedof you should try changing the spec to run with the ignore flag: composer global require hirak/prestissimo --ignore-platform-reqs This informs composer that you know what you're doing and to ignore any specific PHP engine constraint. I vaguely remember The better option is probably to use Composer 2 and uninstall prestissimo. In any case, the latest release should still work well if you really need Composer 1. |
running composer global require hirak/prestissimo I get this error:
The text was updated successfully, but these errors were encountered: