Skip to content

Commit 7b50fef

Browse files
Update squizlabs/php_codesniffer requirement from ^3.10 to ^3.10 || ^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.10.0...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3325af2 commit 7b50fef

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
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^8.3",
15-
"squizlabs/php_codesniffer": "^3.10",
15+
"squizlabs/php_codesniffer": "^3.10 || ^4.0",
1616
"slevomat/coding-standard": "^8.15",
1717
"phpmd/phpmd": "^2.15"
1818
},

0 commit comments

Comments
 (0)