Currently PHPStan is constrained at version 0.11.6 but the latest patch version is 0.11.8.
This causes me to not be able to update to the latest patched version.
Is it possible to use a constraint like phpstan:~0.11.6? Or may this cause a BC that may require more deep refactorings in Rector (so, too much work for the moment and not as easy as changing the version constraint).
For reference: Tilde version range
Currently PHPStan is constrained at version
0.11.6but the latest patch version is0.11.8.This causes me to not be able to update to the latest patched version.
Is it possible to use a constraint like
phpstan:~0.11.6? Or may this cause a BC that may require more deep refactorings in Rector (so, too much work for the moment and not as easy as changing the version constraint).For reference: Tilde version range