forked from FriendsOfSymfony/FOSFacebookBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (28 loc) · 865 Bytes
/
composer.json
File metadata and controls
31 lines (28 loc) · 865 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
30
31
{
"name": "friendsofsymfony/facebook-bundle",
"type": "symfony-bundle",
"description": "Integrate the Facebook Platform into your Symfony2 application.",
"keywords": ["facebook"],
"homepage": "http://friendsofsymfony.github.com",
"license": "MIT",
"authors": [
{
"name":"Kris Wallsmith",
"email":"kris.wallsmith@gmail.com",
"homepage":"http://kriswallsmith.net/"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/friendsofsymfony/FOSFacebookBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=2.1.0-dev",
"facebook/php-sdk": "dev-master"
},
"autoload": {
"psr-0": { "FOS\\FacebookBundle": "" }
},
"target-dir": "FOS/FacebookBundle"
}