drupal-quality-checker
drupal-quality-checker copied to clipboard
grumphp version used is not compatible with PHP 8
I tried to update to Drupal 9.3 with PHP 8 this morning and got blocked because the version of grumphp used here does not support PHP 8+.
It also looks like:
sebastian/finder-facade
and sebastian/phpcpd
also need to be updated for PHP 8
created https://github.com/vijaycs85/drupal-quality-checker/pull/37 to update versions
It looks like this was downgraded to support PHP <= 7 in this commit: https://github.com/vijaycs85/drupal-quality-checker/commit/9c6d10367c3a2fe88e14f0d25ea36a0c9db1d1a7
I've created #38, which seems to work locally - @lagates what was the reason you closed #37?