Skip to content

Commit f69a6a2

Browse files
Update squizlabs/php_codesniffer requirement from ^3.5 to ^3.5 || ^4.0
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.5.0...4.0.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03e0625 commit f69a6a2

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
@@ -34,7 +34,7 @@
3434
"phpstan/phpstan-phpunit": "^1.0",
3535
"phpstan/phpstan-strict-rules": "^1.0",
3636
"phpunit/phpunit": "^9.3",
37-
"squizlabs/php_codesniffer": "^3.5"
37+
"squizlabs/php_codesniffer": "^3.5 || ^4.0"
3838
},
3939
"conflict": {
4040
"nikic/php-parser": "<v4.12"

0 commit comments

Comments
 (0)