mirror of
https://github.com/FriendsOfSymfony/FOSFacebookBundle.git
synced 2026-03-24 00:32:16 +01:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"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/http-foundation": "~2.2",
|
|
"symfony/security": "~2.2",
|
|
"facebook/php-sdk": "3.2.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/framework-bundle": "~2.2",
|
|
"symfony/security-bundle": "~2.2",
|
|
"symfony/twig-bundle": "~2.2",
|
|
"symfony/finder": "~2.2",
|
|
"symfony/browser-kit": "~2.2",
|
|
"symfony/form": "~2.2",
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "FOS\\FacebookBundle": "" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"target-dir": "FOS/FacebookBundle"
|
|
}
|