Skip to content

Commit ee775a4

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.13.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] <[email protected]>
1 parent d5db2fa commit ee775a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"pestphp/pest": "^3.8",
2525
"phpstan/phpstan": "^2.1",
2626
"rector/rector": "*",
27-
"squizlabs/php_codesniffer": "^3.13",
27+
"squizlabs/php_codesniffer": "^3.13 || ^4.0",
2828
"slevomat/coding-standard": "^8.20",
2929
"orchestra/testbench": "^10.4"
3030
},

0 commit comments

Comments
 (0)