Skip to content

Commit f8e2f86

Browse files
committed
Update phpunit, phpstan, and psalm
1 parent a62874a commit f8e2f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"squizlabs/php_codesniffer": "^3.5.6 || ^4.0.0"
5555
},
5656
"require-dev": {
57-
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3",
57+
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3 || ^12.0",
5858
"phpcsstandards/phpcsdevcs": "^1.2.3",
59-
"phpstan/phpstan": "^1.7",
59+
"phpstan/phpstan": "^1.7 || ^2.0",
6060
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
61-
"vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0"
61+
"vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0 || ^6.0 || ^7.0"
6262
}
6363
}

0 commit comments

Comments
 (0)