-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 774 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 774 Bytes
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
{
"name": "districtweb/cmsconfiguratorbundle",
"type": "symfony-bundle",
"description": "cms configurator bundle",
"license": "MIT",
"authors": [
{
"name": "Marinel Maxime",
"email": "you@company.com"
}
],
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"symfony/framework-bundle": ">=2.1,<3.2-dev",
"symfony/console": "^3.1",
"symfony/form": "3.0.*",
"doctrine/orm": ">=2.5.0",
"doctrine/common": ">=2.5.0",
"symfony/twig-bundle": "3.1.*",
"fzaninotto/faker": "^1.6",
"mockery/mockery": "^0.9.5"
},
"autoload": {
"psr-0": {
"Dw\\Bundle\\ConfiguratorBundle": ""
}
},
"minimum-stability": "dev",
"target-dir": "Dw/Bundle/ConfiguratorBundle"
}