Skip to content

Commit 9798cf6

Browse files
committed
Allow symfony/psr-http-message-bridge v6 and v7
1 parent d0e7e85 commit 9798cf6

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
@@ -25,7 +25,7 @@
2525
"symfony/event-dispatcher": "^5.4|^6.2",
2626
"symfony/framework-bundle": "^5.4|^6.2",
2727
"symfony/polyfill-php81": "^1.22",
28-
"symfony/psr-http-message-bridge": "^2.0",
28+
"symfony/psr-http-message-bridge": "^2.0|^6|^7",
2929
"symfony/security-bundle": "^5.4|^6.2"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)