Files
FOSFacebookBundle/composer.json
Daniel Korsak 6c6f45e4ee Refs #293
2014-01-03 15:57:59 +01:00

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"
}