Skip to content

Commit

Permalink
Avoid psalm phar
Browse files Browse the repository at this point in the history
psalm phar is only compatible with ^7.1, while the source version is compatible with ^7.1|^8 for some reason.
  • Loading branch information
kelunik committed Mar 21, 2024
1 parent 14065b3 commit cde1f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"amphp/php-cs-fixer-config": "dev-master",
"react/promise": "^2",
"phpunit/phpunit": "^7 | ^8 | ^9",
"psalm/phar": "^3.11@dev",
"vimeo/psalm": "^3.12",
"jetbrains/phpstorm-stubs": "^2019.3"
},
"autoload": {
Expand Down

0 comments on commit cde1f9d

Please sign in to comment.