forked from vijaycs85/drupal-quality-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 818 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "vijaycs85/drupal-quality-checker",
"type": "project",
"description": "Setups code quality checking tools for Drupal project.",
"homepage": "https://github.com/vijaycs85/drupal-quality-checker",
"license": "MIT",
"authors": [
{
"name": "Vijaya Chandran Mani",
"homepage": "https://www.drupal.org/u/vijaycs85",
"role": "Maintainer"
}
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/coder": "^8.3",
"php-parallel-lint/php-parallel-lint": "^1.0",
"ergebnis/composer-normalize": "^2.5",
"phpro/grumphp-shim": "^0.18",
"sebastian/phpcpd": "^4.0"
},
"support": {
"issues": "https://github.com/vijaycs85/drupal-quality-checker/issues",
"source": "https://github.com/vijaycs85/drupal-quality-checker"
}
}