Skip to content

Commit 02b6bd1

Browse files
Update squizlabs/php_codesniffer requirement from ^3.13 to ^3.13 || ^4.0 (#55)
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.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 57241f2 commit 02b6bd1

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
@@ -41,7 +41,7 @@
4141
"ext-sqlite3": "*",
4242
"phpstan/phpstan": "^2",
4343
"phpunit/phpunit": "^12",
44-
"squizlabs/php_codesniffer": "^3.13"
44+
"squizlabs/php_codesniffer": "^3.13 || ^4.0"
4545
},
4646
"config": {
4747
"sort-packages": true

0 commit comments

Comments
 (0)