forked from traderinteractive/dws-coding-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 842 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": "dominionenterprises/dws-coding-standard",
"description": "DWS Coding standard",
"keywords": ["phpcs", "coding", "standard"],
"authors": [
{
"name": "Chad Gray",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Spencer Rinehart",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Jonathan Gaillard",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=5.3.2",
"squizlabs/php_codesniffer": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~3.7.19",
"lib-libxml": "*"
}
}