forked from Linkvalue-Interne/MajoraGeneratorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 929 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 929 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
{
"name": "majora/generator-bundle",
"description": "Config, code and template generator, with custom integrations for Symfony Framework",
"keywords": ["generator", "Symfony", "bundle"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Quentin Cerny",
"email": "quentin.cerny@gmail.com",
"homepage": "https://github.com/Nyxis"
},
{
"name": "LinkValue",
"email": "contact@link-value.fr",
"homepage": "http://link-value.fr/"
}
],
"require": {
"php": ">=5.6",
"sensio/generator-bundle": ">=2.7",
"majora/framework-extra-bundle": "*"
},
"require-dev": {
"phpunit/phpunit": "~5.1"
},
"autoload": {
"psr-4": {
"Majora\\Bundle\\": "src/Majora/Bundle"
}
}
}