Skip to content

Commit 2d9b0f1

Browse files
authored
Merge pull request #62 from Rafikooo/conflict-slevomat-coding-standard
Add conflict for `slevomat/coding-standard >=8.23`
2 parents 12d8581 + ea4521b commit 2d9b0f1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CONFLICTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Conflicts
2+
3+
This file documents conflicts defined in `composer.json`.
4+
5+
## `slevomat/coding-standard: >=8.23`
6+
7+
Incompatible with PHP_CodeSniffer 4.x due to a changed method signature in PHPCS 4, causing fatal errors:
8+
9+
```
10+
Fatal error: Declaration of ... must be compatible with ...
11+
```

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0"
1616
},
1717
"conflict": {
18+
"slevomat/coding-standard": ">=8.23",
1819
"symplify/package-builder": "^8.3"
1920
},
2021
"autoload-dev": {

0 commit comments

Comments
 (0)