On top of drupal/core-dev, this package adds more development dependencies that are useful in any drupal development.
Devel provides suite of modules containing helpful tools for module developers and themers.
Verify that the code follows the best practices. It will integrate the own drupal coding standards.
Find potential problems in the PHP code. More info
Detect duplicated code. More info
Allows writing behaviour driven development in PHP, very useful to cover the functionalities of your Drupal site. More info
Finds slow scenarios by measuring the time spent on each step. More info
PHPQa allows to unify all the static analysis tools in just one command to makes code quality review easier.
Built on PHPStan, drupal-check will check for correctness (e.g. using a class that doesn't exist), deprecation errors, and more.
Ensure developers follow the Drupal coding standards and best practices. To make your projects fit the highest quality assurance, a git-hook is automatically installed so is not possible to commit any change without accomplishing those quality requirements.
Grumphp drupal check ensures that deprecated code is detected before commiting it.
Swiss knife of scripts for speed up the development on drupal projects. More info