forked from modera/ModeraSecurityBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.03 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
38
39
{
"name": "modera/security-bundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Sergei Vizel",
"email": "[email protected]"
},
{
"name": "Sergei Lissovski",
"email": "[email protected]",
"homepage": "http://sergei.lissovski.org/"
}
],
"require": {
"php": ">=5.3.0",
"doctrine/orm": "~2.2,>=2.2.3",
"symfony/framework-bundle": "~2.4",
"doctrine/doctrine-bundle": "~1.2",
"sergeil/extjsintegration-bundle": "~1.0",
"modera/foundation-bundle": "~1.0"
},
"require-dev": {
"modera/foundation-bundle": "~1.0",
"modera/languages-bundle": "dev-master",
"phake/phake": "1.*",
"phpunit/phpunit": "3.*"
},
"autoload": {
"psr-0": { "Modera\\SecurityBundle": "" }
},
"target-dir": "Modera/SecurityBundle",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
}
}