Skip to content

Commit 64ea5b8

Browse files
chore(deps-dev): update squizlabs/php_codesniffer requirement
Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. Updates `squizlabs/php_codesniffer` to 3.12.0 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.3...3.12.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f180a07 commit 64ea5b8

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
@@ -45,7 +45,7 @@
4545
},
4646
"require-dev": {
4747
"jparkinson1991/phpcodesniffer-standards": "^1.4",
48-
"squizlabs/php_codesniffer": "3.11.3"
48+
"squizlabs/php_codesniffer": "3.12.0"
4949
},
5050
"config": {
5151
"optimize-autoloader": true,

0 commit comments

Comments
 (0)