Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 0df1cbc

Browse files
committed
feat(spip50): new CS Standard
1 parent 636b7a4 commit 0df1cbc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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"

0 commit comments

Comments
 (0)