-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
32 lines (32 loc) · 1.02 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
{
"name": "codeconsortium/ccdn-user-bundle",
"description": "CCDN User Bundle",
"keywords": ["ccdn", "codeconsortium", "user", "child of FOSUserBundle"],
"homepage": "http://github.com/codeconsortium/CCDNUserUserBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Reece Fowell",
"email": "reece@codeconsortium.com",
"homepage": "http://www.reecefowell.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.4.*",
"doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2",
"excelwebzone/recaptcha-bundle": "dev-master",
"friendsofsymfony/user-bundle": "dev-master"
},
"suggest": {
"codeconsortium/ccdn-component-common-bundle": "2.0.*@dev",
"reecefowell/jquery-timestamper": "dev-master"
},
"autoload": {
"psr-0": { "CCDNUser\\UserBundle": "" }
},
"target-dir": "CCDNUser/UserBundle"
}