Skip to content

Commit

Permalink
Merge pull request #109 from stronk7/bump_to_phpcs_3_9_0
Browse files Browse the repository at this point in the history
Bump squizlabs/php_codesniffer to 3.9.0
  • Loading branch information
stronk7 authored Feb 18, 2024
2 parents 8fff499 + 576b398 commit 61a380a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).

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

## [v3.3.15] - 2024-02-15
### Added
- Function declaration lines are verified to have correct whitespace separation (1 space or 0 spaces) between all their parts.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.8.1",
"squizlabs/php_codesniffer": "^3.9.0",
"phpcsstandards/phpcsextra": "^1.2.1",
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 61a380a

Please sign in to comment.