summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 12:30:23 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2024-02-21 09:17:21 +0100
commitff89a33bb4e633e816ae969d691da2e0d33cb026 (patch)
treef72b2578ce30597caac9a30036319aa016160558 /composer.json
parentc926982281dae1740d8895f53c70b12e436385ab (diff)
Build(deps-dev): Bump squizlabs/php_codesniffer from 3.8.1 to 3.9.0
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.8.1...3.9.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 0f6c31e58..53fff3fba 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,7 @@
},
"require-dev": {
"phpunit/phpunit": "9.6.*",
- "squizlabs/php_codesniffer": "^3.8.1",
+ "squizlabs/php_codesniffer": "^3.9.0",
"phpstan/phpstan": "^1.10.58",
"phpstan/phpstan-doctrine": "^1.3.59",
"phpstan/phpstan-strict-rules": "^1.5.2",