You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Provides set of libraries to easily setup code quality checks based on [GrumPHP]
10
10
11
11
## Install
12
12
13
-
1. Add `vijaycs85/drupal-quality-checker` to `composer.json` or just `composer require --dev vijaycs85/drupal-quality-checker`
13
+
1. Add `vijaycs85/drupal-quality-checker` to `composer.json`(like [here](https://github.com/vijaycs85/modal_config/blob/8.x-1.x/composer.json#L21)) or just `composer require --dev vijaycs85/drupal-quality-checker`
14
14
2. Replace `grumphp.yml` in project's root directory (not Drupal root directory) with `vendor/vijaycs85/drupal-quality-checker/grumphp.yml.dist`
15
15
16
16
That's it. Now, all tasks (listed below) run on every `git commit`.
0 commit comments