We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12d8581 + ea4521b commit 2d9b0f1Copy full SHA for 2d9b0f1
CONFLICTS.md
@@ -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
@@ -15,6 +15,7 @@
15
"symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0"
16
},
17
"conflict": {
18
+ "slevomat/coding-standard": ">=8.23",
19
"symplify/package-builder": "^8.3"
20
21
"autoload-dev": {
0 commit comments