Skip to content

Commit abb6d72

Browse files
committed
Update development dependencies
1 parent 412323d commit abb6d72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"require-dev": {
3131
"friendsofphp/php-cs-fixer": "^v3.10.0",
3232
"httpwg/structured-field-tests": "*@dev",
33-
"phpstan/phpstan": "^1.8.2",
34-
"phpstan/phpstan-strict-rules": "^1.4.2",
35-
"phpstan/phpstan-phpunit": "^1.1.1",
33+
"phpstan/phpstan": "^1.9.2",
34+
"phpstan/phpstan-strict-rules": "^1.4.4",
35+
"phpstan/phpstan-phpunit": "^1.2.2",
3636
"phpstan/phpstan-deprecation-rules": "^1.0",
37-
"phpunit/phpunit": "^9.5.23"
37+
"phpunit/phpunit": "^9.5.26"
3838
},
3939
"autoload": {
4040
"psr-4": {
@@ -48,7 +48,7 @@
4848
"scripts": {
4949
"phpcs": "php-cs-fixer fix --dry-run --diff -vvv --allow-risky=yes --ansi",
5050
"phpcs:fix": "php-cs-fixer fix -vvv --allow-risky=yes --ansi",
51-
"phpstan": "phpstan analyse -c phpstan.neon --ansi --memory-limit 192M",
51+
"phpstan": "phpstan analyse -c phpstan.neon --ansi --xdebug --memory-limit 192M",
5252
"phpunit": "XDEBUG_MODE=coverage phpunit --coverage-text",
5353
"test": [
5454
"@phpunit",

0 commit comments

Comments
 (0)