Skip to content

Check PHP syntax and install PHPStan for each PHP version separately

Latest
Compare
Choose a tag to compare
@WorkOfStan WorkOfStan released this 16 Nov 21:09
· 3 commits to main since this release
31386a6

Added

  • Check PHP syntax for each PHP version separately

Changed

  • php-composer-dependencies-reusable: phinx runs only after composer update (not just no-dev), so that phinx can be in require-dev section
  • prettier-fix included to fix all those VALIDATE_something_PRETTIER that are now crucial part of super-linter
  • phpstan added with tools of shivammathur/setup-php@v2 is the latest one, which may not be supported (e.g. phpstan:2.0.1 fails php:7.2,7.3), so phpstan is now installed by composer require --dev phpstan/phpstan-webmozart-assert