File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "config" : {
2323 "allow-plugins" : {
24- "phpstan/extension-installer" : true
24+ "phpstan/extension-installer" : true ,
25+ "dealerdirect/phpcodesniffer-composer-installer" : true
2526 },
2627 "platform" : {
2728 "php" : " 8.0"
3637 "phpstan/extension-installer" : " ^1.4" ,
3738 "league/flysystem" : " ^2.5" ,
3839 "symfony/console" : " ^5.4" ,
39- "symfony/finder" : " ^5.4"
40+ "symfony/finder" : " ^5.4" ,
41+ "dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
42+ "phpcompatibility/php-compatibility" : " dev-develop"
4043 },
4144 "scripts" : {
4245 "test" : [
Original file line number Diff line number Diff line change 33<ruleset name =" mozart" >
44 <description >Coding standard ruleset based on the PSR-2 coding standard.</description >
55 <rule ref =" PSR2" />
6+
7+ <rule ref =" PHPCompatibility" />
8+ <config name =" testVersion" value =" 8.0-" />
9+
610 <file >./src</file >
7- </ruleset >
11+ </ruleset >
You can’t perform that action at this time.
0 commit comments