Skip to content

Commit 3ab39d7

Browse files
committed
Update development dependencies
1 parent 5ad2b1b commit 3ab39d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"require-dev": {
3131
"friendsofphp/php-cs-fixer": "^v3.15.1",
3232
"httpwg/structured-field-tests": "*@dev",
33-
"phpstan/phpstan": "^1.10.7",
34-
"phpstan/phpstan-strict-rules": "^1.5.0",
35-
"phpstan/phpstan-phpunit": "^1.3.10",
33+
"phpstan/phpstan": "^1.10.11",
34+
"phpstan/phpstan-strict-rules": "^1.5.1",
35+
"phpstan/phpstan-phpunit": "^1.3.11",
3636
"phpstan/phpstan-deprecation-rules": "^1.1.3",
37-
"phpunit/phpunit": "^10.0.18",
38-
"phpbench/phpbench": "^1.2.9"
37+
"phpunit/phpunit": "^10.0.19",
38+
"phpbench/phpbench": "^1.2.10"
3939
},
4040
"autoload": {
4141
"psr-4": {
@@ -51,7 +51,7 @@
5151
"benchmark": "phpbench run --report=default",
5252
"phpcs": "php-cs-fixer fix --dry-run --diff -vvv --allow-risky=yes --ansi",
5353
"phpcs:fix": "php-cs-fixer fix -vvv --allow-risky=yes --ansi",
54-
"phpstan": "phpstan analyse -c phpstan.neon --ansi --xdebug --memory-limit 192M",
54+
"phpstan": "phpstan analyse -c phpstan.neon --ansi --memory-limit 192M",
5555
"phpunit": "XDEBUG_MODE=coverage phpunit --coverage-text",
5656
"test": [
5757
"@phpunit",

0 commit comments

Comments
 (0)