-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (36 loc) · 1.07 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": "sewolabs/user-bundle",
"type": "symfony-bundle",
"description": "Symfony SewolabsUserbundle",
"keywords": ["User management"],
"homepage": "https://github.com/lalmohan",
"license": "MIT",
"authors": [
{
"name": "Lal mohan T",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*",
"symfony/security-bundle": "2.1.*",
"kriswallsmith/buzz": "0.7",
"friendsofsymfony/user-bundle": "1.3.1",
"hwi/oauth-bundle": "0.1-alpha"
},
"require-dev": {
"twig/twig": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/mongodb-odm-bundle": "*",
"swiftmailer/swiftmailer": "*",
"willdurand/propel-typehintable-behavior": "dev-master",
"symfony/yaml": "2.1.*",
"symfony/validator": "2.1.*"
},
"autoload": {
"psr-0": { "Sewolabs\\UserBundle": "" }
},
"target-dir": "Sewolabs/UserBundle"
}