-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
39 lines (39 loc) · 1.25 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
{
"name": "opsway/psr12-strict-coding-standard",
"type": "phpcodesniffer-standard",
"description": "Modern & strict coding standard extend PSR12",
"license": "BSD-3-Clause",
"keywords": [
"opsway",
"psr12-strict",
"coding standard"
],
"support": {
"docs": "https://github.com/opsway/psr12-strict-modern-standart/tree/master/docs",
"issues": "https://github.com/opsway/psr12-strict-modern-standart/issues",
"source": "https://github.com/opsway/psr12-strict-modern-standart",
"rss": "https://github.com/opsway/psr12-strict-modern-standart/releases.atom"
},
"require": {
"php": "^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "~0.7 || ^1.0",
"slevomat/coding-standard": "^7.0 || ^8.0",
"squizlabs/php_codesniffer": "^3.6 || ^4.0",
"webimpress/coding-standard": "^1.2"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
"dev-develop": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"OpsWay\\StrictPSR12CodingStandard\\": "OpsWayStrictPSR12CodingStandard/"
}
}
}