-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.11 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.11 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
36
{
"name": "gpalab/coding-standards",
"type": "phpcodesniffer-standard",
"description": "PHP_CodeSniffer rules (sniffs) to enforce GPA Lab coding conventions",
"license": "MIT",
"authors": [
{
"name": "U.S. Department of State, Bureau of Global Public Affairs Digital Lab",
"email": "gpa-lab-devs@fan.gov"
},
{
"name": "Marek Rewers",
"role": "Developer"
}
],
"keywords": [
"phpcs",
"standards",
"gpalab"
],
"require": {
"php": "^7.2 || ^8.0",
"squizlabs/php_codesniffer": "^3.12.2",
"phpcsstandards/phpcsextra": "^1.2.1"
},
"suggest": {
"phpcompatibility/php-compatibility": "Required when using the GPA-Lab-WordPress standard",
"phpcompatibility/phpcompatibility-wp": "Required when using the GPA-Lab-WordPress standard",
"wp-coding-standards/wpcs": "Required when using the GPA-Lab-WordPress standard"
},
"homepage": "https://github.com/IIP-Design/php-coding-standards",
"support": {
"issues": "https://github.com/IIP-Design/php-coding-standards/issues",
"source": "https://github.com/IIP-Design/php-coding-standards"
}
}