diff options
| author | 2024-04-06 11:40:55 +0200 | |
|---|---|---|
| committer | 2024-04-06 11:40:55 +0200 | |
| commit | 1c684a91d2014610f971212a200c311214138d6d (patch) | |
| tree | 2efa3f7fd16d1e2db9019f846575a594ea272bd0 /composer.json | |
| parent | 3274f82307c20de9aded6b4495662b817b24d65a (diff) | |
Minor update dev libraries (#6265)
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 154d97ac3..1d7e33c91 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3.8" + "squizlabs/php_codesniffer": "^3.9" }, "scripts": { "php-lint": "find . -type d -name 'vendor' -prune -o -name '*.php' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null", |
