Skip to content

Commit b907bf1

Browse files
Update to Psalm 6
1 parent 733d862 commit b907bf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"prefer-stable": true,
2525
"require": {
2626
"php": ">=8.1",
27-
"php-static-analysis/attributes": "^0.4.0 || dev-main",
28-
"php-static-analysis/node-visitor": "^0.4.0 || dev-main",
27+
"php-static-analysis/attributes": "^0.4.1 || dev-main",
28+
"php-static-analysis/node-visitor": "^0.4.1 || dev-main",
2929
"phpstan/phpstan": "^2.0",
3030
"webmozart/assert": "^1.11"
3131
},
3232
"require-dev": {
33-
"php-static-analysis/psalm-plugin": "^0.4.0 || dev-main",
33+
"php-static-analysis/psalm-plugin": "^0.4.1 || dev-main",
3434
"phpstan/phpstan-deprecation-rules": "^2.0",
3535
"phpunit/phpunit": "^9.0",
3636
"symplify/easy-coding-standard": "^12.1",
37-
"vimeo/psalm": "dev-master"
37+
"vimeo/psalm": "^6"
3838
},
3939
"extra": {
4040
"phpstan": {

0 commit comments

Comments
 (0)