Skip to content

Commit

Permalink
Make the bundle compatible with psr/http-client:^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeorget committed Oct 13, 2024
1 parent 98f308e commit 38408b7
Show file tree
Hide file tree
Showing 2 changed files with 762 additions and 762 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^8.1",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-client-implementation": "*",
"psr/http-factory-implementation": "*",
"symfony/config": "~6.4|~7.0",
"symfony/twig-bridge": "~6.4|~7.0",
"symfony/form": "~6.4|~7.0",
Expand Down
Loading

0 comments on commit 38408b7

Please sign in to comment.