Skip to content

Commit b891f8a

Browse files
Update Composer dev tooling dependencies (#340)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00a46d3 commit b891f8a

File tree

2 files changed

+185
-108
lines changed

2 files changed

+185
-108
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"ext-json": "*"
2525
},
2626
"require-dev": {
27-
"infection/infection": "^0.26.19",
28-
"php-cs-fixer/shim": "^3.15.1",
27+
"infection/infection": "^0.26.20",
28+
"php-cs-fixer/shim": "^3.16.0",
2929
"php-parallel-lint/php-parallel-lint": "^1.3.2",
30-
"phpstan/phpstan": "^1.10.8",
30+
"phpstan/phpstan": "^1.10.13",
3131
"phpstan/phpstan-deprecation-rules": "^1.1.3",
3232
"phpstan/phpstan-phpunit": "^1.3.11",
3333
"phpstan/phpstan-strict-rules": "^1.5.1",
34-
"phpunit/phpunit": "^9.6.6",
35-
"rector/rector": "^0.15.23"
34+
"phpunit/phpunit": "^9.6.7",
35+
"rector/rector": "^0.15.24"
3636
},
3737
"config": {
3838
"bin-dir": "bin",

0 commit comments

Comments
 (0)