-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.05 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.05 KB
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
32
33
34
35
{
"name": "specbee/drupal-quality-checker",
"description": "Setups code quality checking tools for Drupal project.",
"license": "MIT",
"type": "project",
"authors": [
{
"name": "Specbee",
"email": "developer@specbee.com",
"homepage": "https://specbee.com",
"role": "maintainer"
}
],
"homepage": "https://github.com/SpecbeeLabs/drupal-quality-checker",
"support": {
"issues": "https://github.com/SpecbeeLabs/drupal-quality-checker/issues",
"source": "https://github.com/SpecbeeLabs/drupal-quality-checker"
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/coder": ">=8.3",
"ergebnis/composer-normalize": "^2.5",
"friendsoftwig/twigcs": "^4.0 || ^5.0 || ^6.0",
"mglaman/phpstan-drupal": "^1.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpro/grumphp-shim": "^1.0.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpro/grumphp-shim": true
}
}
}