-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 941 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
32
{
"name": "woohoolabs/coding-standard",
"description": "Woohoo Labs. PHP Coding Standard",
"type": "phpcodesniffer-standard",
"keywords": ["Woohoo Labs.", "Coding Standard", "PHP CS"],
"license": "MIT",
"authors": [
{
"name": "Máté Kocsis",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/woohoolabs/coding-standard/issues",
"source": "https://github.com/woohoolabs/coding-standard"
},
"require": {
"php": "^7.4.0||^8.0.0",
"phpcsstandards/phpcsutils": "^1.0.8",
"slevomat/coding-standard": "^8.13.0",
"squizlabs/php_codesniffer": "^3.7.0"
},
"require-dev": {
"woohoolabs/releaser": "^1.1.0"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}