Skip to content

Commit 20bfee0

Browse files
committed
Update dev dependencies as far as possible with minimum changes
PHPStan version 2.x picks up /a lot/ more errors. This should be done in a separate PR.
1 parent 3d21da7 commit 20bfee0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"devizzent/cebe-php-openapi": "^1.1.5"
2121
},
2222
"require-dev": {
23-
"phpstan/phpstan": "^1.12.6",
2423
"phpunit/phpunit": "^12.5.11",
25-
"squizlabs/php_codesniffer": "^3.5.4",
26-
"mikey179/vfsstream": "^1.6.7",
27-
"infection/infection": "^0.29.7"
24+
"phpstan/phpstan": "^1.12.33",
25+
"squizlabs/php_codesniffer": "^4.0.1",
26+
"mikey179/vfsstream": "^v1.6.12",
27+
"infection/infection": "^0.32.6"
2828
},
2929
"config": {
3030
"allow-plugins": {

0 commit comments

Comments
 (0)