File tree Expand file tree Collapse file tree 4 files changed +486
-0
lines changed
src/WakebitCodingStandard Expand file tree Collapse file tree 4 files changed +486
-0
lines changed Original file line number Diff line number Diff line change 1+ vendor /
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " wakebit/coding-standard" ,
3+ "type" : " phpcodesniffer-standard" ,
4+ "description" : " Wakebit Coding Standard" ,
5+ "keywords" : [
6+ " coding standard" ,
7+ " phpcs" ,
8+ " codesniffer"
9+ ],
10+ "license" : " BSD-3-Clause" ,
11+ "require" : {
12+ "php" : " ^7.4 || ^8.0" ,
13+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7 || v1.0" ,
14+ "laminas/laminas-coding-standard" : " ^3.0" ,
15+ "slevomat/coding-standard" : " ^8.15.0" ,
16+ "squizlabs/php_codesniffer" : " ^3.10.3"
17+ },
18+ "autoload" : {
19+ "psr-4" : {
20+ "WakebitCodingStandard\\ " : " src/WakebitCodingStandard"
21+ }
22+ },
23+ "config" : {
24+ "sort-packages" : true ,
25+ "allow-plugins" : {
26+ "dealerdirect/phpcodesniffer-composer-installer" : true
27+ }
28+ },
29+ "minimum-stability" : " dev" ,
30+ "prefer-stable" : true
31+ }
You can’t perform that action at this time.
0 commit comments