This repository was archived by the owner on Dec 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313### Added
1414
1515- ` dev ` keyword to prevent a "no-dev" installation (composer 2.4+)
16- - ` SCS2 ` SPIP Coding Standard Ruleset (SCS1+prevention prefixed with an underscore on method names)
17- - ` SPIP42 ` PHP8.0+ Compatibility Ruleset, including SCS2, for SPIP 4.2+
16+ - ` SCS2 ` SPIP Coding Standard Ruleset
17+ - SCS1
18+ - prevention prefixed with an underscore on method names
19+ - Logical operator "and" & "or" are prohibited; use "&&" & "||" instead
20+ - ` SPIP42 ` SPIP41 + SCS2
21+ - ` SPIP50 ` SCS2 + PHP8.1+ Compatibility Ruleset, including SCS2, for SPIP 4.2+
1822
1923## [ 1.2.1] - 2021-08-25
2024
Original file line number Diff line number Diff line change 1414 "php" : " >=7.0" ,
1515 "ext-mbstring" : " *" ,
1616 "squizlabs/php_codesniffer" : " ^3.7" ,
17- "phpcompatibility/php-compatibility" : " dev-develop@dev "
17+ "phpcompatibility/php-compatibility" : " dev-develop"
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^9.6"
You can’t perform that action at this time.
0 commit comments