Skip to content

Commit faa2c01

Browse files
Update squizlabs/php_codesniffer requirement from ^3.11 to ^3.11 || ^4.0 (#59)
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.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8844f39 commit faa2c01

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
@@ -39,7 +39,7 @@
3939
"phpstan/phpstan-phpunit": "^1.4",
4040
"phpunit/phpunit": "^10.5",
4141
"slevomat/coding-standard": "^8.15",
42-
"squizlabs/php_codesniffer": "^3.11"
42+
"squizlabs/php_codesniffer": "^3.11 || ^4.0"
4343
},
4444
"config": {
4545
"sort-packages": true,

0 commit comments

Comments
 (0)