forked from BupycHuk/SensiYamlGuiBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (32 loc) · 891 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": "bupychuk/sensi-yaml-gui-bundle",
"type": "symfony-bundle",
"description": "Simple symfony2 yaml gui which allows you to edit yaml config files in a simple webform.",
"keywords": ["yaml", "gui", "sensi", "sonata-admin extension"],
"homepage": "http://www.m3byte.com",
"license": "MIT",
"authors": [
{
"name": "Michael Ofner",
"email": "[email protected]",
"homepage": "http://www.m3byte.com"
}
],
"require": {
"symfony/symfony": "2.8.*"
},
"require-dev": {
},
"suggest": {
"sonata-project/admin-bundle": "2.x-dev"
},
"autoload": {
"psr-0": { "Sensi\\Bundle\\YamlGuiBundle\\": "" }
},
"target-dir": "Sensi//Bundle//YamlGuiBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}