Skip to content

Commit

Permalink
Update symfony/http-client requirement from ^5.0 to ^5.4
Browse files Browse the repository at this point in the history
Updates the requirements on [symfony/http-client](https://github.com/symfony/http-client) to permit the latest version.
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/5.4/CHANGELOG.md)
- [Commits](symfony/http-client@v5.0.0...v5.4.0)

---
updated-dependencies:
- dependency-name: symfony/http-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and joesaunderson committed Jan 21, 2022
1 parent 40a9559 commit a5c7ae7
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 @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.3 | ^8",
"symfony/http-client": "^5.0"
"symfony/http-client": "^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a5c7ae7

Please sign in to comment.