-
Notifications
You must be signed in to change notification settings - Fork 100
/
composer.json
52 lines (52 loc) · 1.73 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "jms/security-extra-bundle",
"description": "Enhances the Symfony2 Security Component by adding several new features",
"keywords": ["annotations","authorization","expression","secure","security"],
"homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
"type": "symfony-bundle",
"license": "Apache2",
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "[email protected]"
}
],
"require": {
"php": "~5.3|~7.0",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/security-bundle": "~2.3|~3.0",
"symfony/security-acl": "~2.2|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/routing": "~2.3|~3.0",
"jms/metadata": "~1.0",
"jms/parser-lib": "~1.0",
"jms/aop-bundle": "~1.0",
"jms/di-extra-bundle": "~1.4"
},
"require-dev": {
"sensio/framework-extra-bundle": "^2.2.1|~3.0",
"symfony/class-loader": "~2.1|~3.0",
"symfony/yaml": "^2.2.11|~3.0",
"symfony/browser-kit": "~2.0|~3.0",
"symfony/finder": "^2.0.5|~3.0",
"symfony/css-selector": "^2.0.5|~3.0",
"symfony/process": "^2.0.5|~3.0",
"doctrine/doctrine-bundle": "~1.0",
"symfony/twig-bundle": "~2.2|~3.0",
"symfony/twig-bridge": "^2.2.6|~3.0",
"twig/twig": "^1.23.1",
"doctrine/orm": "~2.3",
"doctrine/common": "~2.3",
"symfony/form": "~2.2|~3.0",
"symfony/validator": "~2.2|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0"
},
"autoload": {
"psr-4": { "JMS\\SecurityExtraBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
}
}