-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 916 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 916 Bytes
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
{
"name": "andrewholgate/drupalstrict",
"type": "library",
"description": "Drupal Strict: Strictly enforces additional coding standards for Drupal development using PHP CodeSniffer.",
"keywords": [
"phpcs",
"standards",
"code review",
"drupal"
],
"homepage": "https://github.com/andrewholgate/drupalstrict",
"license": "GNU GPL v2.0",
"support": {
"issues": "https://github.com/andrewholgate/drupalstrict/issues",
"source": "https://github.com/andrewholgate/drupalstrict/tree/master"
},
"authors": [
{
"name": "Andrew Holgate",
"role": "Drupal Techn Lead"
}
],
"require": {
"php": ">=5.2.0",
"squizlabs/php_codesniffer": "~2.0",
"drupal/coder": "~8.2"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}