phpstan
phpstan copied to clipboard
Breaking change!
Hello, in the https://github.com/php-actions/phpstan/pull/21 there is a breaking change!
Many projects use the standalone version of PHPstan without using Composer.
But with changes that were made in https://github.com/php-actions/phpstan/pull/21 the default value of version is changed to composer and it's a breaking change!
Because many CIs relied on this and it was broken now!
I think it should be published under a new version!
Or, using a fallback strategy to fix this.