forked from FriendsOfSymfony/FOSFacebookBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (31 loc) · 983 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
33
{
"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":"[email protected]",
"homepage":"http://kriswallsmith.net/"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/friendsofsymfony/FOSFacebookBundle/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*",
"symfony/security-bundle": "2.1.*",
"symfony/twig-bundle": "2.1.*",
"facebook/php-sdk": "dev-master"
},
"autoload": {
"psr-0": { "FOS\\FacebookBundle": "" }
},
"target-dir": "FOS/FacebookBundle"
}