Skip to content

Commit de099b8

Browse files
committed
Update laminas-diactoros from v2 to v3.
1 parent f004a70 commit de099b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"require": {
2121
"php": "^8.0",
2222
"ext-mbstring": "*",
23-
"laminas/laminas-diactoros": "^2.14",
23+
"laminas/laminas-diactoros": "^3.0",
2424
"league/flysystem": "^1.0",
2525
"mjrider/flysystem-factory": "^0.7",
2626
"pdsinterop/flysystem-rdf": "^0.5",
2727
"pietercolpaert/hardf": "^0.3",
2828
"psr/http-factory": "^1.0",
29-
"psr/http-message": "^1.0",
29+
"psr/http-message": "^1.1 || ^2.0",
3030
"textalk/websocket": "^1.5"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)