rector phpstan requirement #6597
-
on https://packagist.org/packages/rector/rector#0.11.31 we can see rector requires a certain phpstan version. is this really a requirement, or does rector itself (since scoped) already contain the phpstan version it requires? |
Beta Was this translation helpful? Give feedback.
Answered by
TomasVotruba
Jul 28, 2021
Replies: 1 comment
-
It's a required package, as you can see in For PHP 7.0- we would have to scope it, as PHPStan itself is in PHP 7.1 syntax. But that's not the case now |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
staabm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a required package, as you can see in
rector/rector
: https://github.com/rectorphp/rector/tree/main/vendorFor PHP 7.0- we would have to scope it, as PHPStan itself is in PHP 7.1 syntax. But that's not the case now