forked from pablodip/PablodipModuleBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 865 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
{
"name": "pablodip/module-bundle",
"type": "symfony-bundle",
"description": "Symfony PablodipModuleBundle",
"keywords": ["modules", "reusability"],
"homepage": "https://github.com/pablodip/PablodipModuleBundle",
"license": "MIT",
"authors": [
{
"name": "Pablo Díez",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/whiteoctober/molino"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "~2.2",
"pablodip/molino": "dev-master"
},
"require-dev": {
"mandango/mandango-bundle": "dev-master"
},
"autoload": {
"psr-0": { "Pablodip\\ModuleBundle": "" }
},
"target-dir": "Pablodip/ModuleBundle",
"minimum-stability": "dev"
}