Skip to content

Commit

Permalink
Fix symfony/psr-http-message-bridge version to v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bohanyang committed May 19, 2024
1 parent c38bc01 commit aed33af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/monolog-bundle": "^3.8",
"symfony/psr-http-message-bridge": "^2.3|^6.4",
"symfony/psr-http-message-bridge": "^2.3|^6.4|^7.0",
"symfony/runtime": "^6.4|^7.0",
"symfony/security-http": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/workerman-symfony-runtime/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=8.1",
"chubbyphp/chubbyphp-workerman-request-handler": "^2.0",
"symfony/psr-http-message-bridge": "^2.3|^6.4",
"symfony/psr-http-message-bridge": "^2.3|^6.4|^7.0",
"psr/http-message": "^1.0|^2.0",
"symfony/runtime": "^6.4|^7.0",
"workerman/workerman": "^4.0",
Expand Down

0 comments on commit aed33af

Please sign in to comment.