Skip to content

Commit c4ee789

Browse files
committed
Fix guzzle not found error
1 parent 4016b16 commit c4ee789

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"require": {
66
"php": ">=5.4.0",
7-
"league/oauth1-client": "~1.0"
7+
"league/oauth1-client": "~1.0",
8+
"guzzle/guzzle": "~3.0"
89
},
910
"require-dev": {
1011
"phpunit/phpunit": "4.8.*"

composer.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)