Skip to content

Commit 8caa961

Browse files
committed
Merge branch 'feature/oauth-listener' into develop
Implemented OAuthListener
2 parents 03556cc + b56b707 commit 8caa961

File tree

4 files changed

+444
-74
lines changed

4 files changed

+444
-74
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=5.3",
18-
"kriswallsmith/buzz": "0.10"
18+
"kriswallsmith/buzz": "0.10",
19+
"jacobkiers/oauth": "1.0.10"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "~3.7",

0 commit comments

Comments
 (0)