File tree Expand file tree Collapse file tree 4 files changed +256
-121
lines changed Expand file tree Collapse file tree 4 files changed +256
-121
lines changed Original file line number Diff line number Diff line change 34
34
"php" : " ^8.1"
35
35
},
36
36
"require-dev" : {
37
- "phpunit/phpunit" : " ^10.5" ,
38
37
"phpmd/phpmd" : " ^2.15" ,
39
- "phpstan/phpstan" : " ^1.11 " ,
38
+ "phpstan/phpstan" : " ^1.12 " ,
40
39
"phpstan/phpstan-deprecation-rules" : " ^1.2" ,
40
+ "phpunit/phpunit" : " ^10.5" ,
41
+ "slevomat/coding-standard" : " ^8.15" ,
41
42
"squizlabs/php_codesniffer" : " ^3.10"
42
43
},
43
44
"suggest" : {
54
55
},
55
56
"scripts" : {
56
57
"phpcs" : " @php vendor/bin/phpcs" ,
57
- "phpunit" : " @php vendor/bin/phpunit" ,
58
- "phpstan" : " @php vendor/bin/phpstan"
58
+ "phpstan" : " @php vendor/bin/phpstan" ,
59
+ "phpstan-baseline" : " @php vendor/bin/phpstan --generate-baseline" ,
60
+ "phpunit" : " @php vendor/bin/phpunit"
59
61
},
60
62
"config" : {
61
63
"lock" : false ,
62
64
"sort-packages" : true ,
63
- "platform-check" : true
65
+ "platform-check" : true ,
66
+ "allow-plugins" : {
67
+ "dealerdirect/phpcodesniffer-composer-installer" : true
68
+ }
64
69
}
65
70
}
You can’t perform that action at this time.
0 commit comments