-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 752 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 752 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
{
"name": "iampersistent/facebook-graph",
"description": "Namespaced interface and classes for Facebook Graph API",
"keywords": ["facebook", "graph", "api"],
"homepage": "https://github.com/iampersistent/facebook-graph",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Richard Shank",
"homepage": "https://github.com/iampersistent/facebook-graph/contributors"
}
],
"require": {
"facebook/php-sdk": "3.2.*",
"php": ">=5.3.0",
"doctrine/common": ">=2.2.0,<2.5-dev"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": { "Facebook\\Graph": "src/" }
}
}