Skip to content

Commit 86c892f

Browse files
build(deps-dev): update squizlabs/php_codesniffer requirement || ^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.11.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 649a847 commit 86c892f

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
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"phpstan/phpstan": "^2.0",
21-
"squizlabs/php_codesniffer": "^3.11",
21+
"squizlabs/php_codesniffer": "^3.11 || ^4.0",
2222
"lion/test": "^3.2",
2323
"symfony/console": "^7.2",
2424
"phpunit/phpunit": "^12.0",

0 commit comments

Comments
 (0)