Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  add minimum versions of dependencies for psalm to run with php 8.4
  • Loading branch information
Baptouuuu committed Feb 9, 2025
2 parents 5dff7e0 + ba6a878 commit 099e01b
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 099e01b

Please sign in to comment.