This repository was archived by the owner on Dec 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " >=7.0" ,
1515 "ext-mbstring" : " *" ,
16- "squizlabs/php_codesniffer" : " ^3.6 " ,
17- "phpcompatibility/php-compatibility" : " ^9.3 "
16+ "squizlabs/php_codesniffer" : " ^3.7 " ,
17+ "phpcompatibility/php-compatibility" : " dev-develop "
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^9.5"
2121 },
2222 "suggest" : {
23- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
23+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
2424 },
2525 "autoload" : {
2626 "psr-4" : {
3434 },
3535 "extra" : {
3636 "branch-alias" : {
37- "dev-main" : " 1.2 .x-dev"
37+ "dev-main" : " 1.3 .x-dev"
3838 }
3939 }
4040}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <ruleset name =" SCS2" >
3+ <description >SPIP Coding Standard v2</description >
4+
5+ <rule ref =" SCS1" />
6+
7+ <rule ref =" PSR2.Methods.MethodDeclaration.Underscore" >
8+ <severity >5</severity >
9+ </rule >
10+ </ruleset >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <ruleset name =" SPIP41" >
3+ <description >Coding rules for SPIP 4.2</description >
4+
5+ <rule ref =" SCS2" />
6+
7+ <rule ref =" PHPCompatibility" />
8+ <config name =" testVersion" value =" 7.4-8.2" />
9+ </ruleset >
You can’t perform that action at this time.
0 commit comments