Skip to content

Commit be067b3

Browse files
committed
Upgrading Symfony HTTP message bridge to ^2
1 parent 9f5920a commit be067b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"illuminate/container": "^5.7|^6.0",
2424
"illuminate/support": "^5.7|^6.0",
2525
"illuminate/cache": "^5.7|^6.0",
26-
"symfony/psr-http-message-bridge": "^1",
26+
"symfony/psr-http-message-bridge": "^1.3.0 || ^2",
2727
"laminas/laminas-diactoros": "^2.2.2",
2828
"symfony/cache": "^4.3 || ^5"
2929
},

0 commit comments

Comments
 (0)