-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.36 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": "ccetc/directory-user-bundle",
"type": "symfony-bundle",
"description": "Child of FOSUserBundle, to be used with CCETCDirectoryBundle",
"keywords": ["symfony", "commerce", "directory", "security"],
"homepage": "http://github.com/CCETC/DirectoryUserBundle",
"license": "MIT",
"authors": [
{
"name": "Pat Haggerty",
"email": "[email protected]",
"homepage": "http://github.com/somewherethere"
}
],
"require": {
"symfony/http-foundation": ">=2.1,<2.3-dev",
"symfony/form": ">=2.1,<2.3-dev",
"symfony/validator": ">=2.1,<2.3-dev",
"symfony/security-bundle": ">=2.1,<2.3-dev",
"symfony/routing": ">=2.1,<2.3-dev",
"symfony/config": ">=2.1,<2.3-dev",
"symfony/console": ">=2.1,<2.3-dev",
"symfony/twig-bridge": ">=2.1,<2.3-dev",
"twig/twig": ">=1.10,<2.0-dev",
"sonata-project/admin-bundle": "2.2.*@dev",
"sonata-project/doctrine-orm-admin-bundle": "2.2.*@dev",
"doctrine/common": ">=2.2,<3.0",
"mopa/bootstrap-bundle": "~2.1",
"ccetc/directory-bundle": "dev-master",
"friendsofsymfony/user-bundle": "~1.3"
},
"autoload": {
"psr-0": { "CCETC\\DirectoryUserBundle": "" }
},
"target-dir": "CCETC/DirectoryUserBundle",
"minimum-stability": "dev"
}