Skip to content

Commit afc32a2

Browse files
Update squizlabs/php_codesniffer requirement || ^4.0.0
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.10.1...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0c3147 commit afc32a2

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
@@ -35,7 +35,7 @@
3535
"orchestra/testbench": "^8.23.0 || ^9.0.0",
3636
"phpunit/phpunit": "^10.5.25",
3737
"vimeo/psalm": "^5.25.0",
38-
"squizlabs/php_codesniffer": "^3.10.1"
38+
"squizlabs/php_codesniffer": "^3.10.1 || ^4.0.0"
3939
},
4040
"config": {
4141
"allow-plugins": {

0 commit comments

Comments
 (0)