-
Notifications
You must be signed in to change notification settings - Fork 436
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
Cannot run grumphp #366
Comments
@Nek-, Thanks for reporting!
Strange issue: it is required by GrumPHP but doesn't get installed by composer. |
I've investigated this further en the issue is the hardcoded php version in the symfony-demo composer file:
This is forcing grumphp to install version 0.9.6:
When I try to install latest: $ composer require --dev phpro/grumphp:v0.11.6
Problem 1
- Installation request for phpro/grumphp v0.11.6 -> satisfiable by phpro/grumphp[v0.11.6].
- phpro/grumphp v0.11.6 requires php >=5.6.0 -> your PHP version (5.6.29) overridden by "config.platform.php" version (5.5.9) does not satisfy that requirement. You can probably install it with the As of version 0.10.0 we've dropped PHP 5.5 support: In version 0.10.2 we've resolved the issue of the proxy-manager not being installed during symfony/symfony: As you can see, we cannot resolve this issue on our side. Since the demo is loading Symfony 3.3, it might be a good idea to bump that platform PHP version in the symfony-demo package. I hope this fixes your issue. |
@veewee oh! Thank you. And sorry for the wrong issue. |
@veewee do you accept a contribution to fix it? |
@Nek-: Sure, if it gets fixed in an acceptable way :) |
grumphp -V
My configuration
NONE
Steps to reproduce:
Result:
The text was updated successfully, but these errors were encountered: