Skip to content

Commit 83e7274

Browse files
chore(deps): update squizlabs/php_codesniffer requirement
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.7.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]>
1 parent ca67181 commit 83e7274

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
@@ -27,7 +27,7 @@
2727
"phpunit/phpunit": "^9.6",
2828
"codeception/codeception": "^5.2",
2929
"phpstan/phpstan": "^2.1",
30-
"squizlabs/php_codesniffer": "^3.7",
30+
"squizlabs/php_codesniffer": "^4.0",
3131
"codeception/module-yii2": "^1.1"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)