Skip to content

Commit

Permalink
Fixed the version of guzzlehttp package as it's not compatible with v…
Browse files Browse the repository at this point in the history
…ersion in other oro packages
  • Loading branch information
Zigr1 committed Sep 10, 2021
1 parent 82ebfcb commit 87195aa
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 @@ -14,7 +14,7 @@
"php": "~7.4.14 || ~8.0.0",
"oro/commerce": "^4.2",
"geoip2/geoip2": "~2.0",
"guzzlehttp/guzzle": "^7.3"
"guzzlehttp/guzzle": "^7.2"
},
"autoload": {
"psr-4": { "Aligent\\GeoDetectionBundle\\": "./src/" }
Expand Down

0 comments on commit 87195aa

Please sign in to comment.