Skip to content

Commit

Permalink
[v1.0.3] update composer.json
Browse files Browse the repository at this point in the history
allow guzzle 7.0
  • Loading branch information
Benjamin Calef committed Oct 3, 2022
1 parent ee0e73b commit 64feb75
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 @@ -2,15 +2,15 @@
"name": "zepgram/module-rest",
"description": "Technical module to industrialize API REST call with dependency injection pattern using Guzzle library in Magento 2",
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"authors": [
{
"name": "Benjamin Calef",
"email": "[email protected]"
}
],
"require": {
"guzzlehttp/guzzle": "^6.0.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"magento/framework": "^101.0.0|^102.0.0|^103.0.0",
"zepgram/module-base": "~0.0.1",
"zepgram/module-json-schema": "~0.0.1"
Expand Down

0 comments on commit 64feb75

Please sign in to comment.