forked from gonzaloalonsod/ComunBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 831 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
{
"name": "gonzakpo/comun",
"description": "Comun Bundle ofrece soluciones a circunstancias comunes en el desarrollo con Symfony",
"keywords": ["comun", "soluciones", "circunstancias", "Symfony"],
"homepage": "https://github.com/gonzakpo/ComunBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Gonzalo Alonso",
"email": "[email protected]"
}
],
"require": {
"symfony/symfony": ">2.2.0",
"stof/doctrine-extensions-bundle": "^1.2"
},
"autoload": {
"psr-0": {
"Tecspro\\Bundle\\ComunBundle": ""
}
},
"target-dir": "Tecspro/Bundle/ComunBundle",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}