forked from brynj-digital/social-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 890 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "brynj-digital/social-feed",
"type": "library",
"description": "Get feeds from different social networks in a unified format",
"keywords": ["social"],
"license": "MIT",
"authors": [
{
"name": "Ben Merckx",
"email": "[email protected]",
"homepage": "https://codeurs.be",
"role": "Developer"
},
{
"name": "Bryn Jones",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/brynj-digital/social-feed",
"issues": "https://github.com/brynj-digital/social-feed/issues"
},
"require": {
"php": ">=5.4.0",
"abraham/twitteroauth": "0.5.*",
"aodto/phasher": "dev-master"
},
"autoload": {
"files": ["src/SocialFeed.php"]
}
}