forked from sensiolabs/SensioDistributionBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
35 lines (35 loc) · 1018 Bytes
/
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
{
"name": "sylius-labs/sensio-distribution-bundle",
"description": "Base bundle for Symfony Distributions",
"keywords": ["distribution","configuration"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.9",
"symfony/dependency-injection": "~2.3|~3.0|^4.0",
"symfony/config": "~2.3|~3.0|^4.0",
"symfony/filesystem": "~2.3|~3.0|^4.0",
"symfony/http-kernel": "~2.3|~3.0|^4.0",
"symfony/class-loader": "~2.3|~3.0|^4.0",
"symfony/process": "~2.3|~3.0|^4.0",
"sensiolabs/security-checker": "~5.0"
},
"replace": {
"sensio/distribution-bundle": "*"
},
"autoload": {
"psr-4": { "Sensio\\Bundle\\DistributionBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"minimum-stability": "dev"
}