Skip to content

Commit

Permalink
fix http client version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbornstein committed Jan 25, 2022
1 parent 19de762 commit 5e333c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"symfony/http-client": "5.2.*",
"symfony/http-client": "^5.2",
"symfony/http-foundation": "^5.2",
"symfony/options-resolver": "^5.2",
"symfony/serializer-pack": "^1.0",
Expand Down
31 changes: 16 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e333c3

Please sign in to comment.