Skip to content

Commit d17fc4d

Browse files
Update squizlabs/php_codesniffer requirement from 3.* to 3.* || 4.*
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/4.x/CHANGELOG-4.x.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.0.0...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5449c55 commit d17fc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "3.*",
2323
"phpunit/phpunit": "^10.0",
24-
"squizlabs/php_codesniffer": "3.*",
24+
"squizlabs/php_codesniffer": "3.* || 4.*",
2525
"phpstan/phpstan": "*"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)