File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 16
16
"preferred-install" : {
17
17
"*" : " dist"
18
18
},
19
- "sort-packages" : true
19
+ "sort-packages" : true ,
20
+ "allow-plugins" : {
21
+ "composer/installers" : true ,
22
+ "phpro/grumphp-shim" : true ,
23
+ "dealerdirect/phpcodesniffer-composer-installer" : true
24
+ }
20
25
},
21
26
"require" : {
22
27
"composer/installers" : " ^1.10"
23
28
},
24
29
"require-dev" : {
25
- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1" ,
26
- "overtrue/phplint" : " ^2.3" ,
27
- "php-parallel-lint/php-parallel-lint" : " ^1.2" ,
30
+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7" ,
31
+ "php-parallel-lint/php-parallel-lint" : " ^1.1" ,
28
32
"phpcompatibility/php-compatibility" : " ^9.3" ,
29
33
"phpro/grumphp-shim" : " ^1.3" ,
30
- "squizlabs/php_codesniffer" : " ^3.5" ,
31
- "wp-coding-standards/wpcs" : " ^2.3"
34
+ "phpcsstandards/php_codesniffer" : " ^3.0" ,
35
+ "vimeo/psalm" : " ^4.4" ,
36
+ "wp-coding-standards/wpcs" : " ^3.0"
32
37
},
33
38
"scripts" : {
34
39
"cs" : " ./vendor/bin/phpcs" ,
You can’t perform that action at this time.
0 commit comments