Skip to content

Commit

Permalink
Merge pull request #2 from carandclassic/dependencies-update
Browse files Browse the repository at this point in the history
update to add support for symfony6
  • Loading branch information
nikspyratos authored Apr 25, 2022
2 parents 0b0317c + ec7cbd2 commit 5882809
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.4",
"ext-json": "*",
"symfony/http-client": "^4.4|^5.2"
"symfony/http-client": "^4.4|^5.2|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.4"
Expand Down

0 comments on commit 5882809

Please sign in to comment.