Skip to content

Commit

Permalink
feat(composer): add guzzlehttp/guzzle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
quetzyg committed Apr 6, 2019
1 parent 5e9e231 commit afea275
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 2 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"license": "MIT",
"require": {
"php": "^7.1.3",
"ext-json": "*",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "5.8.*",
"laravel/tinker": "^1.0"
},
Expand Down
280 changes: 278 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afea275

Please sign in to comment.