-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.11 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
{
"name": "earlybirds/facebook-bundle",
"type": "symfony-bundle",
"description": "Create a Facebook app into your Symfony2 application.",
"keywords": ["facebook"],
"homepage": "https://github.com/tmsw/EBFacebookBundle",
"license": "MIT",
"authors": [
{
"name":"Donovan Harscoët",
"email":"[email protected]"
},
{
"name": "Early-birds",
"homepage": "http://www.early-birds.fr"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "*",
"doctrine/orm": "*",
"doctrine/doctrine-bundle": "*",
"twig/extensions": "*",
"symfony/assetic-bundle": "*",
"symfony/swiftmailer-bundle": "*",
"symfony/monolog-bundle": "*",
"sensio/distribution-bundle": "*",
"sensio/framework-extra-bundle": "*",
"sensio/generator-bundle": "*",
"friendsofsymfony/facebook-bundle": "*",
"friendsofsymfony/user-bundle": "*"
},
"autoload": {
"psr-0": { "EB\\FacebookBundle": "" }
},
"target-dir": "EB/FacebookBundle"
}