Skip to content

Commit ece27e4

Browse files
authored
Lift restriction on Psalm version (php-curl-class#922)
1 parent d05e75a commit ece27e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/phpstan": "*",
3131
"phpunit/phpunit": "*",
3232
"squizlabs/php_codesniffer": "*",
33-
"vimeo/psalm": ">=5.26.1,<6.7"
33+
"vimeo/psalm": ">=5.26.1"
3434
},
3535
"suggest": {
3636
"ext-mbstring": "*"

0 commit comments

Comments
 (0)