File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 }
2121 },
2222 "require" : {
23- "php" : " ^7.4 || ^ 8.0" ,
24- "slevomat/coding-standard" : " ^8.8 " ,
25- "squizlabs/php_codesniffer" : " ^3.6 "
23+ "php" : " ^8.0" ,
24+ "slevomat/coding-standard" : " ^8.10 " ,
25+ "squizlabs/php_codesniffer" : " ^3.7 "
2626 },
2727 "require-dev" : {
28- "phpunit/phpunit" : " ^9.5 " ,
29- "symfony/var-dumper" : " ^5.4 "
28+ "phpunit/phpunit" : " ^9.6 " ,
29+ "symfony/var-dumper" : " ^6.0 "
3030 },
3131 "config" : {
3232 "allow-plugins" : {
Original file line number Diff line number Diff line change 22<ruleset name =" PcComponentes Coding Standard" >
33 <rule ref =" PSR2" />
44 <rule ref =" vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml" >
5+ <exclude name =" SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys.IncorrectKeyOrder" />
56 <exclude name =" SlevomatCodingStandard.Classes.ClassConstantVisibility" />
67 <exclude name =" SlevomatCodingStandard.Classes.ClassLength.ClassTooLong" />
78 <exclude name =" SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion" />
You can’t perform that action at this time.
0 commit comments