aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-12-03 18:55:27 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-03 18:55:27 +0100
commit01f232585061a086a711b7a4c4f2e4b33f06398f (patch)
tree72df7db9bb3d0b8fd1f2cea5b590d14ed54e440b /composer.json
parent594ef04df21c76e0771314e1203bd478232c73b9 (diff)
Update dev dependencies (#7052)
I was expecting some of them (e.g. PHPStan) as part of the last Dependabot round, so here is a global update
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index eeea84738..22b1a82ff 100644
--- a/composer.json
+++ b/composer.json
@@ -57,11 +57,11 @@
"ext-phar": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
- "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^10",
- "squizlabs/php_codesniffer": "^3.9"
+ "squizlabs/php_codesniffer": "^3.11"
},
"scripts": {
"php-lint": "find . -type d -name 'vendor' -prune -o -name '*.php' -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null",