-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 993 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
{
"name": "neam/gii2-workflow-ui-generators",
"description": "Yii 1 and AngularJS Workflow UI Generation from Yii 1 Active Records with generated Content Model Metadata. Inspired by Giiant, extending Gii 2 (Yii 2 Framework)",
"keywords": ["yii2", "gii", "crud", "angular"],
"homepage": "https://github.com/neam/gii2-workflow-ui-generators",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Fredrik Wollsén",
"email": "fredrik@neam.se",
"homepage": "http://neamlabs.com"
},
{
"name": "Tobias Munk",
"email": "schmunk@usrbin.de",
"homepage": "http://www.usrbin.de"
}
],
"autoload": {
"psr-4": {
"neam\\gii2_workflow_ui_generators\\": ""
}
},
"extra": {
"bootstrap": "neam\\gii2_workflow_ui_generators\\Bootstrap"
},
"require": {
"schmunk42/yii2-giiant": "*"
}
}