Skip to content

Commit

Permalink
Relax guzzle package to version 6 in addition to version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
PWalkow committed Jan 8, 2021
1 parent 4e01a43 commit e24fb5f
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 @@ -19,7 +19,7 @@
"ext-curl": "*",
"paquettg/string-encode": "~1.0.0",
"php-http/httplug": "^2.1",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^7.0|^6.0",
"guzzlehttp/psr7": "^1.6",
"myclabs/php-enum": "^1.7"
},
Expand Down

0 comments on commit e24fb5f

Please sign in to comment.