forked from FriendsOfSymfony/FOSFacebookBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.23 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"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"
}
],
"require": {
"php": ">=5.3.2",
"symfony/http-foundation": ">=2.2,<2.4",
"symfony/security": ">=2.2,<2.4",
"facebook/php-sdk": "3.2.*"
},
"require-dev": {
"symfony/framework-bundle": ">=2.2,<2.4",
"symfony/security-bundle": ">=2.2,<2.4",
"symfony/twig-bundle": ">=2.2,<2.4",
"phpunit/phpunit": "3.7.*"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "FOS\\FacebookBundle": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"target-dir": "FOS/FacebookBundle"
}