Skip to content

Commit

Permalink
Added support for Guzzle 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Jun 14, 2021
1 parent 12253bf commit 240040e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,152 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"authors": [
{
"name": "Tobias Kündig",
"email": "tobias.kuendig@offlinegmbh.ch"
"email": "tobias@offline.ch"
}
],
"autoload": {
Expand All @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.0.8",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"offline/gitelephant": "3.0.2",
"symfony/console": "~3.0|~4.0",
"symfony/process": "~3.0|~4.0",
Expand Down
Loading

0 comments on commit 240040e

Please sign in to comment.