Skip to content

Commit

Permalink
Feat: Add GuzzleHttp 7 as valid dependency (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioq committed Oct 11, 2021
1 parent eed7f16 commit 038601b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "~6.0",
"minishlink/web-push": "~4.0|~5.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"minishlink/web-push": "~4.0|~5.0|~6.0",
"symfony/http-kernel": "~3.0|~4.0|~5.0"
},
"require-dev": {
"bentools/doctrine-static": "1.0.x-dev",
"doctrine/dbal": "~2.5",
"doctrine/dbal": "~2.5 <=2.9",
"nyholm/symfony-bundle-test": "~1.4",
"phpunit/phpunit": "~5.0|~6.0|~7.0",
"symfony/config": "~4.0",
Expand Down

0 comments on commit 038601b

Please sign in to comment.