axelerant / drupal-quality-checker

Pre-commit code quality checker for Drupal based projects.
https://packagist.org/packages/axelerant/drupal-quality-checker
12 stars 9 forks source link

Use PHPCompatibility develop version for PHP 8+ check #23

Open obriat opened 1 year ago

obriat commented 1 year ago

Hi, Maybe I'm missing something but PHPCompatibility last release (9.3.5) is three years old and doesn't handle properly PHP 8.0 or 8.1 compatibility:

I think drupal-quality-checker should use 'dev-develop' or '*' in order to be able to be use this standard properly with modern PHP versions.