-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
22 lines (22 loc) · 1.31 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "jamescgarrett/socialfeed",
"description": "Craft Plugin that allows users to feed social networks",
"authors": [
{
"name": "James C Garrett",
"email": "[email protected]"
}
],
"type": "craft-plugin",
"repositories": [
{
"url": "https://github.com/florianbeer/Instagram-PHP-API.git",
"type": "git"
}
],
"require": {
"cosenary/instagram": "dev-master",
"facebook/php-sdk-v4" : "~5.0",
"abraham/twitteroauth": "~0.6.4"
}
}