diff options
| author | 2024-01-05 08:45:21 +0100 | |
|---|---|---|
| committer | 2024-01-05 08:45:21 +0100 | |
| commit | c89073d60e491f775a13a9ec57915313eb073964 (patch) | |
| tree | 28e1fc0b61eb66f7bbc3fdc448dc69f859217491 /composer.json | |
| parent | 4704c11d1770e024bea779a8500ee0b95b8479dc (diff) | |
Update dev dependencies (#6023)
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 e1c96e3c6..204d332a2 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3.7" + "squizlabs/php_codesniffer": "^3.8" }, "scripts": { "php-lint": "find . -type d -name 'vendor' -prune -o -name '*.php' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null", |
