drupal-quality-checker
drupal-quality-checker copied to clipboard
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+.
Hello! I just did upgraded from v1.4.0 to 1.5.0 on a project, and found out there seems to be an incompatibility between two dependencies. The current (v1.5.0) composer.json states: ```...
This is a Composer package and cannot be installed unless it's through composer. It adds an extra dependency to a Drupal project which doesn't seem to be required. It would...
Instead of copying the configuration file, it seems it is possible to import it: https://github.com/phpro/grumphp/blob/master/doc/conventions.md This would make updating the configuration easier.
Provide a script example to copy `grumphp.yml` and reinstall git hook ```json { "scripts": { "dqs-init": [ " vijaycs85\\drupal-quality-checker::init" ] } } ```
I was able to install 1.3.0 on a Drupal 9 codebase, but on an 8.9.1 codebase, I got these errors: ``` Problem 1 - Installation request for vijaycs85/drupal-quality-checker ^1.3 ->...
There is a new version for grumphp to fix the follow warning message: _**The configuration file could not be saved. Give me some permissions!**_ More information: https://github.com/phpro/grumphp/issues/674
Hello, again me, Ocramius does'nt works with php < 7.0 maybe require php >7.0 in your composer.json ? > > Warning: Unsupported declare 'strict_types' in D:\Projets\lne\lnemetrology\src\vendor\ocramius\proxy-manager\src\ProxyManager\Configuration.php on line 19 >...
Just an idea, if you can integrate drupal-check (also look depreciated code) https://github.com/mglaman/drupal-check https://dri.es/how-to-prepare-for-drupal-9