File tree Expand file tree Collapse file tree 2 files changed +1342
-733
lines changed Expand file tree Collapse file tree 2 files changed +1342
-733
lines changed Original file line number Diff line number Diff line change 46
46
"require-dev" : {
47
47
"friendsofphp/php-cs-fixer" : " ^3.51.0" ,
48
48
"squizlabs/php_codesniffer" : " ^3.9.0" ,
49
- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.2" ,
50
49
"phpunit/phpunit" : " ^9.6.11" ,
51
- "phpstan/extension-installer" : " ^1.2" ,
52
- "phpstan/phpstan" : " 1.12.25" ,
53
- "phpstan/phpstan-phpunit" : " 1.4.2" ,
54
- "phpstan/phpstan-deprecation-rules" : " ^1.1"
50
+ "phpstan/phpstan" : " ^2.0" ,
51
+ "phpstan/phpstan-phpunit" : " ^2.0" ,
52
+ "phpstan/phpstan-deprecation-rules" : " ^2.0"
55
53
},
56
54
"replace" : {
57
55
"paragonie/random_compat" : " *" ,
74
72
"config" : {
75
73
"platform" : {
76
74
"php" : " 8.1.24"
77
- },
78
- "allow-plugins" : {
79
- "phpstan/extension-installer" : true ,
80
- "dealerdirect/phpcodesniffer-composer-installer" : true
81
75
}
82
76
}
83
77
}
You can’t perform that action at this time.
0 commit comments