-
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
Invalid default ruleset for twig #746
Comments
Hi @a-menshchikov , This is already the case, you can see the PR here #657 Have you update your GrumPHP version ? |
Hello @oallain . When I'm doing |
@veewee I don't use allocine package. As I wrote above, I run |
In that case the |
To be more precise, I will say this: now composer installs allocine version of twigcs instead of friendsoftwig's. And as I'm concerned, this is the wrong behavior. |
This doesn't look like a GrumPHP issue then:
You might be able to validate why the allocine package is being installed by running
I hope you find a solution for your problem soon! |
This issue had solved by installing twigcs 4.0 (beta), because 3.2.2 still has allocine as vendor name (https://github.com/friendsoftwig/twigcs/blob/v3.2.2/composer.json#L2). Maybe this fact should be noted in docs? |
This is rather something that should be fixed in the package. |
Yes, that solution will be better. |
Yeah, twigcs is in v4beta4, stable version will be released soon I think. |
Closing since this issue will solve itself at some point eventually :) |
Ruleset
FriendsOfTwig\Twigcs\Ruleset\Official
is outdated. Actual default ruleset isAllocine\Twigcs\Ruleset\Official
.The text was updated successfully, but these errors were encountered: