-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 919 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
{
"name": "wdes/coding-standard",
"description": "The Wdes coding standard",
"type": "phpcodesniffer-standard",
"keywords": ["phpcs", "CodeSniffer", "Wdes"],
"homepage": "https://github.com/wdes/coding-standard",
"readme": "https://github.com/wdes/coding-standard#readme",
"require": {
"php": "^7.2 || ^8.0",
"squizlabs/php_codesniffer": "^3.8.0",
"slevomat/coding-standard": "^8.14.1"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/wdes/coding-standard/issues",
"source": "https://github.com/wdes/coding-standard"
},
"license": "UNLICENSE",
"authors": [
{
"name": "William Desportes",
"email": "[email protected]"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}