Skip to content

Commit

Permalink
Increase minimum version of slevomat/coding-standard dependency to 7.1
Browse files Browse the repository at this point in the history
This fixes issue #4.
  • Loading branch information
aadmathijssen committed Dec 12, 2023
1 parent 442eeb7 commit 911011b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for PHP 8.3
- Add support for v1 versions of the `dealerdirect/phpcodesniffer-composer-installer` package

### Fixed
- Increase minimum version of `slevomat/coding-standard` dependency to 7.1 (fixes #4)

## [29.0.1]
### Fixed
- Change ruleset name to start with a capital
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
"slevomat/coding-standard": "^7.0.19 || ^8.0",
"slevomat/coding-standard": "^7.1 || ^8.0",
"squizlabs/php_codesniffer": "^3.6.0",
"phpcompatibility/php-compatibility": "^9.3"
},
Expand Down

0 comments on commit 911011b

Please sign in to comment.