-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.18 KB
/
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": "fivejars/drupal-quality-check",
"description": "Setups code quality checking tools for FiveJars Drupal project.",
"license": "GPL-2.0-or-later",
"type": "project",
"homepage": "https://github.com/fivejars/drupal-quality-check",
"support": {
"issues": "https://github.com/fivejars/drupal-quality-check/issues",
"source": "https://github.com/fivejars/drupal-quality-check"
},
"require": {
"php": ">=8.2",
"acquia/coding-standards": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/coder": "8.3.23",
"ergebnis/composer-normalize": ">=2.5",
"ergebnis/phpstan-rules": "^2.1",
"friendsoftwig/twigcs": "^6.4",
"mglaman/phpstan-drupal": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "^2.15",
"phpmetrics/phpmetrics": "^3.0@rc",
"phpro/grumphp-shim": "^2.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"povils/phpmnd": "^3.3",
"sebastian/phpcpd": ">=4.0",
"squizlabs/php_codesniffer": "^3.8"
}
}