Skip to content

Commit

Permalink
Merge pull request #2 from aligent/feature/4.2-update
Browse files Browse the repository at this point in the history
Fixed the version of guzzlehttp package in composer.json
  • Loading branch information
Zigr1 authored Sep 14, 2021
2 parents a5c1dfa + 87195aa commit 60bb74a
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 60bb74a

Please sign in to comment.