Skip to content

Commit

Permalink
[TASK] Update squizlabs/php_codesniffer requirement (#143)
Browse files Browse the repository at this point in the history
Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version.
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.10.3...3.11.0)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 215ecb8 commit 0b2046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"phpunit/phpunit": "^11.4.3",
"rector/rector": "^1.2.10",
"spaze/phpstan-disallowed-calls": "^3.5",
"squizlabs/php_codesniffer": "^3.10.3"
"squizlabs/php_codesniffer": "^3.11.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 0b2046d

Please sign in to comment.