Skip to content

Commit

Permalink
dep(v1): Support guzzle 7 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel authored Nov 21, 2020
1 parent a255ea8 commit 126a185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.idea
.cache
.php_cs.cache
infection.json.dist
infection-log.txt
*.cache
.DS_Store
composer.lock

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.1.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"nesbot/carbon": "^1.26.3 || ^2.0",
"predis/predis": "^1.1",
"ramsey/uuid": "^3.7 || ^4.0",
Expand Down

0 comments on commit 126a185

Please sign in to comment.