0
|
1 {
|
|
2 "name": "mute/facebook",
|
|
3 "description": "Implements Graph API and some of the OAuth facilities to operate with Facebook",
|
|
4 "keywords": ["library", "facebook", "rest"],
|
|
5 "license": "MIT",
|
|
6 "authors": [
|
|
7 {
|
|
8 "name": "Xavier Barbosa",
|
|
9 "email": "[email protected]",
|
|
10 "homepage": "https://github.com/johnnoone",
|
|
11 "role": "Developer"
|
|
12 }
|
|
13 ],
|
|
14 "require": {
|
|
15 "php": ">=5.3.0",
|
|
16 "lib-curl": "*"
|
|
17 },
|
|
18 "require-dev": {
|
|
19 "phpunit/phpunit": "3.7.*"
|
|
20 },
|
|
21 "autoload": {
|
|
22 "psr-0": {"Mute": "src/"}
|
|
23 },
|
|
24 "support": {
|
|
25 "source": "https://github.com/johnnoone/php-facebook"
|
|
26 }
|
|
27 }
|