Skip to content

Commit 01561d0

Browse files
Update squizlabs/php_codesniffer requirement from ^3.9 to ^3.9 || ^4.0 (#42)
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.9.0...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28f5da4 commit 01561d0

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
@@ -28,7 +28,7 @@
2828
"interfaces"
2929
],
3030
"require-dev": {
31-
"squizlabs/php_codesniffer": "^3.9",
31+
"squizlabs/php_codesniffer": "^3.9 || ^4.0",
3232
"phpstan/phpstan": "^2.0"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)