Skip to content

Commit 0694df0

Browse files
Update squizlabs/php_codesniffer requirement
Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. Updates `squizlabs/php_codesniffer` to 4.0.0 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-4.x.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.8.0...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed2c3db commit 0694df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"require-dev": {
4141
"phpunit/phpunit": "^12.2",
4242
"phpstan/phpstan": "^2.1",
43-
"squizlabs/php_codesniffer": "^3.8",
43+
"squizlabs/php_codesniffer": "^4.0",
4444
"friendsofphp/php-cs-fixer": "^3.40"
4545
},
4646
"autoload": {

0 commit comments

Comments
 (0)