Skip to content

Commit 269f1e2

Browse files
committed
minor #159 Allow symfony/psr-http-message-bridge 6 and 7 (chalasr)
This PR was merged into the 0.4-dev branch. Discussion ---------- Allow symfony/psr-http-message-bridge 6 and 7 Commits ------- d292db9 style: Apply PHP-CS-Fixer
2 parents d7cb055 + d292db9 commit 269f1e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"psr/http-factory": "^1.0",
2525
"symfony/event-dispatcher": "^5.4|^6.2",
2626
"symfony/framework-bundle": "^5.4|^6.2",
27-
"symfony/psr-http-message-bridge": "^2.0",
27+
"symfony/polyfill-php81": "^1.22",
28+
"symfony/psr-http-message-bridge": "^2.0|^6|^7",
2829
"symfony/security-bundle": "^5.4|^6.2"
2930
},
3031
"require-dev": {

0 commit comments

Comments
 (0)