-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.08 KB
/
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
33
34
35
36
37
38
39
40
41
{
"name": "patchlevel/coding-standard",
"type": "phpcodesniffer-standard",
"license": "MIT",
"description": "The Patchlevel Coding Standard is a set of PHPCS rules applied to all Patchlevel projects.",
"keywords": [
"patchlevel",
"coding",
"standard",
"cs",
"code",
"style",
"sniffer",
"rules",
"sniffs",
"checks"
],
"homepage": "https://github.com/patchlevel/coding-standard",
"authors": [
{
"name": "Daniel Badura",
"email": "[email protected]"
},
{
"name": "David Badura",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4 || ^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2 || ^1.0.0",
"slevomat/coding-standard": "^8.12.1",
"squizlabs/php_codesniffer": "^3.7.2"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}