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
13
13
### Added
14
14
15
15
- ` 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+
18
22
19
23
## [ 1.2.1] - 2021-08-25
20
24
Original file line number Diff line number Diff line change 14
14
"php" : " >=7.0" ,
15
15
"ext-mbstring" : " *" ,
16
16
"squizlabs/php_codesniffer" : " ^3.7" ,
17
- "phpcompatibility/php-compatibility" : " dev-develop@dev "
17
+ "phpcompatibility/php-compatibility" : " dev-develop"
18
18
},
19
19
"require-dev" : {
20
20
"phpunit/phpunit" : " ^9.6"
You can’t perform that action at this time.
0 commit comments