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 3434 "php" : " ^8.1"
3535 },
3636 "require-dev" : {
37- "phpunit/phpunit" : " ^10.5" ,
3837 "phpmd/phpmd" : " ^2.15" ,
39- "phpstan/phpstan" : " ^1.11 " ,
38+ "phpstan/phpstan" : " ^1.12 " ,
4039 "phpstan/phpstan-deprecation-rules" : " ^1.2" ,
40+ "phpunit/phpunit" : " ^10.5" ,
41+ "slevomat/coding-standard" : " ^8.15" ,
4142 "squizlabs/php_codesniffer" : " ^3.10"
4243 },
4344 "suggest" : {
5455 },
5556 "scripts" : {
5657 "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"
5961 },
6062 "config" : {
6163 "lock" : false ,
6264 "sort-packages" : true ,
63- "platform-check" : true
65+ "platform-check" : true ,
66+ "allow-plugins" : {
67+ "dealerdirect/phpcodesniffer-composer-installer" : true
68+ }
6469 }
6570}
You can’t perform that action at this time.
0 commit comments