-
Notifications
You must be signed in to change notification settings - Fork 545
Allow symfony 5 #20
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
Allow symfony 5 #20
Conversation
This isn’t neccesary. PHPStan 0.12 in phpstan/phpstan package won’t have the dependency on Symfony.
If it’s a blocker for you right now, install the current stable version of phpstan/phpstan-shim.
@ondrejmirtes thanks for the quick response, Have you scheduled a date for the version?
Yes, December 3rd.
@ondrejmirtes 0.11.19 release of phpstan/phpstan does not allow Symfony 5.0. Could 0.11.20 be tagged which allows Symfony 5 for projects that will not upgrade to PhpStan 0.12 right away?
emodric
commented
Nov 25, 2019
@ondrejmirtes I'm sorry if I'm missunderstanding something, but how do I use rule packs (like strict rules or phpunit rules) with the shim package, since they all depend on phpstan/phpstan?
emodric
commented
Nov 25, 2019
Oh, the shim package replaces phpstan/phpstan in Composer :)
No description provided.