forked from vijaycs85/drupal-quality-checker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 981 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
27
28
29
30
31
{
"name": "focusrite-novation/drupal-quality-checker",
"type": "project",
"description": "Sets up code quality checking tools for Drupal project.",
"homepage": "https://github.com/Focusrite-Novation/drupal-quality-checker/",
"license": "MIT",
"authors": [
{
"name": "Vijaya Chandran Mani",
"homepage": "https://www.drupal.org/u/vijaycs85",
"role": "Maintainer"
},
{
"name": "Sophie Shanahan-Kluth",
"homepage": "https://github.com/Tawreh",
"role": "Contributor"
}
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/coder": ">=8.3",
"php-parallel-lint/php-parallel-lint": ">=1.0",
"ergebnis/composer-normalize": ">=2.5",
"phpro/grumphp": "^1.1",
"sebastian/phpcpd": ">=4.0"
},
"support": {
"issues": "https://github.com/Focusrite-Novation/drupal-quality-checker/issues",
"source": "https://github.com/Focusrite-Novation/drupal-quality-checker"
}
}