Skip to content

Commit 791995c

Browse files
Update squizlabs/php_codesniffer requirement from ^3.9 to ^3.10
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/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.9.0...3.10.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8581f80 commit 791995c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^9",
47-
"squizlabs/php_codesniffer": "^3.9",
47+
"squizlabs/php_codesniffer": "^3.10",
4848
"phpstan/phpstan": "^1.11"
4949
},
5050
"autoload-dev": {

0 commit comments

Comments
 (0)