Skip to content

Commit 445ddac

Browse files
authored
Merge pull request #6 from activecollab/bug/5-guzzle-not-found
Fix guzzle not found error
2 parents 4016b16 + c4ee789 commit 445ddac

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)