We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d26b2 commit 8790bb6Copy full SHA for 8790bb6
2 files changed
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
### Changed
11
12
- `slevomat/coding-standard` upgraded to `^8.16.0`
13
+- `squizlabs/php_codesniffer` upgraded to `^3.12.0`
14
- Replaced `SlevomatCodingStandard.TypeHints.UnionTypeHintFormat` sniff with
15
`SlevomatCodingStandard.TypeHints.DNFTypeHintFormat` sniff
16
composer.json
@@ -22,7 +22,7 @@
22
"php": "7.4 - 8.4",
23
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
24
"slevomat/coding-standard": "^8.16.0",
25
- "squizlabs/php_codesniffer": "^3.8.0"
+ "squizlabs/php_codesniffer": "^3.12.0"
26
},
27
"minimum-stability": "dev",
28
"prefer-stable": true,
0 commit comments