Skip to content

Commit bf31033

Browse files
committed
Allow php8.5 support
1 parent 6b75193 commit bf31033

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@
3434
"phpunit/phpunit": "^10.0.5 || ^11 || ^12.0.1"
3535
},
3636
"require-dev": {
37+
"amphp/amp": "^3.1.1",
38+
"amphp/parallel": "^2.3.3",
3739
"brianium/paratest": "^7",
40+
"nikic/php-parser": "^5.7",
3841
"psalm/plugin-phpunit": "^0.19.5",
42+
"revolt/event-loop": "^1.0.8",
3943
"squizlabs/php_codesniffer": "^3.7.2",
40-
"vimeo/psalm": "^6.10"
44+
"vimeo/psalm": "^6.14.3"
4145
},
4246
"conflict": {
4347
"amphp/byte-stream": "<1.5.1",

0 commit comments

Comments
 (0)