Skip to content

Commit

Permalink
Add Symfony PSR-7 Bridge v6 & v7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert Broekmans committed Dec 1, 2023
1 parent 19868e0 commit bcd6a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nyholm/psr7": "^1.5",
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/psr-http-message-bridge": "^2.1"
"symfony/psr-http-message-bridge": "^2.1 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
Expand Down

0 comments on commit bcd6a29

Please sign in to comment.