-
Notifications
You must be signed in to change notification settings - Fork 435
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
Got php fatal error on a symfony 2.8 project #240
Comments
Hello @sn0opr, It looks like the |
That is strange... Can you tell me if you also installed GrumPHP globally? |
@veewee When I installed it globally it worked as expected |
@veewee best thing is to try with a symfony 2.8 project |
Hello @sn0opr, I just tried with Symfony 2.8 by entering following commands:
At that point I retrieved following error during the installation:
After running
This package replaces the proxy-manager bridge, but does not require the
I'll fix this bug to make sure that it works with the full Symfony framework. |
@veewee thank you for the great tool |
This is the first time I use GrumPHP after installing the package with composer, I run
bin/grumphp git:init
(the bin folder is set in /bin/ in the composer folder) I get:But with global installation it works correctly
The text was updated successfully, but these errors were encountered: