-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 816 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 816 Bytes
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
{
"name": "iampersistent/facebook-graph-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Bundle for Facebook Graph API",
"keywords": ["facebook", "graph", "api"],
"homepage": "https://github.com/iampersistent/FacebookGraphBundle",
"license": "MIT",
"authors": [
{
"name": "Richard Shank",
"homepage": "https://github.com/iampersistent/FacebookGraphBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"iampersistent/facebook-graph": "0.1.*"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"IamPersistent\\FacebookGraphBundle": ""
}
},
"target-dir" : "IamPersistent/FacebookGraphBundle"
}