Skip to content

Commit 099e01b

Browse files
committed
Merge branch 'develop'
* develop: add minimum versions of dependencies for psalm to run with php 8.4
2 parents 5dff7e0 + ba6a878 commit 099e01b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"issues": "http://github.com/innmind/static-analysis/issues"
1616
},
1717
"require": {
18-
"vimeo/psalm": "~6.5"
18+
"vimeo/psalm": "~6.5",
19+
"amphp/dns": "^2.1.2",
20+
"amphp/cache": "^2.0.1",
21+
"amphp/socket": "^2.3.1",
22+
"symfony/filesystem": "^7.0.3"
1923
},
2024
"minimum-stability": "dev"
2125
}

0 commit comments

Comments
 (0)