Skip to content

Commit 777c1ab

Browse files
committed
updated composer.json: added oauth lib as requirement
1 parent 00a3f17 commit 777c1ab

File tree

2 files changed

+144
-74
lines changed

2 files changed

+144
-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)