Skip to content

Commit

Permalink
minor #159 Allow symfony/psr-http-message-bridge 6 and 7 (chalasr)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chalasr committed Dec 20, 2023
2 parents d7cb055 + d292db9 commit 269f1e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"psr/http-factory": "^1.0",
"symfony/event-dispatcher": "^5.4|^6.2",
"symfony/framework-bundle": "^5.4|^6.2",
"symfony/psr-http-message-bridge": "^2.0",
"symfony/polyfill-php81": "^1.22",
"symfony/psr-http-message-bridge": "^2.0|^6|^7",
"symfony/security-bundle": "^5.4|^6.2"
},
"require-dev": {
Expand Down

0 comments on commit 269f1e2

Please sign in to comment.