forked from Linkvalue-Interne/MajoraGeneratorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 969 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
{
"name": "majora/generator-bundle",
"version": "1.0",
"description": "Config, code and template generator for Symfony 2",
"keywords": ["generator", "Symfony", "bundle"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Quentin Cerny",
"email": "[email protected]",
"homepage": "https://github.com/Nyxis"
},
{
"name": "LinkValue",
"email": "[email protected]",
"homepage": "http://link-value.fr/"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">=2.7",
"sensio/generator-bundle": ">=2.7",
"majora/framework-extra-bundle": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-4": {
"Majora\\Bundle\\": "src/Majora/Bundle"
}
}
}