Skip to content

Commit

Permalink
Bump to phpcs 3.10.1
Browse files Browse the repository at this point in the history
And also to current dev phpcompatibility 96072c30
  • Loading branch information
stronk7 committed May 28, 2024
1 parent 4d16f38 commit b56aaf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).

## [Unreleased]
### Changed
- Update composer dependencies to current versions, notably `PHP_CodeSniffer` (3.10.1) and `PHPCompatibility` (96072c30).

## [v3.4.6] - 2024-04-03
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"php": ">=7.4.0",
"ext-json": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.9.0",
"squizlabs/php_codesniffer": "^3.10.1",
"phpcsstandards/phpcsextra": "^1.2.1",
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24"
"phpcompatibility/php-compatibility": "dev-develop#96072c30"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit b56aaf0

Please sign in to comment.