Skip to content

Commit

Permalink
Merge pull request #6 from NikulinIlya/up_guzzle_version
Browse files Browse the repository at this point in the history
Add guzzle ^6.2 || ^7.3 to composer
  • Loading branch information
tihonovgn committed Oct 4, 2023
2 parents 4f567e7 + b679281 commit 9a7ad5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"minimum-stability": "stable",
"require": {
"php": "^7.2",
"lamoda/atol-client": "^1.3.0",
"lamoda/atol-client": "^1.6.3",
"symfony/dependency-injection": "^4.0 || ^5.0",
"symfony/http-kernel": "^4.0 || ^5.0",
"symfony/config": "^4.0 || ^5.0",
"symfony/yaml": "^4.0 || ^5.0",
"jms/serializer-bundle": "^3.3",
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "^6.2 || ^7.3"
},
"require-dev": {
"symfony/symfony": "^4.2.9 || 5.4",
Expand Down

0 comments on commit 9a7ad5f

Please sign in to comment.