File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 21
21
"require-dev" : {
22
22
"dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
23
23
"drupal/coder" : " ^8.3" ,
24
- "mglaman/phpstan-drupal" : " ^1.1" ,
25
- "phpstan/extension-installer" : " ^1.3" ,
26
- "phpstan/phpstan-deprecation-rules" : " ^1.1" ,
27
24
"phpunit/phpunit" : " ^9.5"
28
25
},
29
26
"scripts" : {
30
- "code-analysis/phpstan" : [
31
- " phpstan analyse"
32
- ],
33
- "code-analysis" : [
34
- " @code-analysis/phpstan"
35
- ],
36
27
"coding-standards-check/phpcs" : [
37
28
" phpcs --standard=phpcs.xml.dist"
38
29
],
48
39
},
49
40
"config" : {
50
41
"allow-plugins" : {
51
- "dealerdirect/phpcodesniffer-composer-installer" : true ,
52
- "phpstan/extension-installer" : true
42
+ "dealerdirect/phpcodesniffer-composer-installer" : true
53
43
}
54
44
}
55
45
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments