Skip to content

Commit

Permalink
add minimum versions of dependencies for psalm to run with php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 9, 2025
1 parent f809dc9 commit ba6a878
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"issues": "http://github.com/innmind/static-analysis/issues"
},
"require": {
"vimeo/psalm": "~6.5"
"vimeo/psalm": "~6.5",
"amphp/dns": "^2.1.2",
"amphp/cache": "^2.0.1",
"amphp/socket": "^2.3.1",
"symfony/filesystem": "^7.0.3"
},
"minimum-stability": "dev"
}

0 comments on commit ba6a878

Please sign in to comment.