forked from raoul2000/yii2-workflow-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 905 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
35
36
37
38
39
{
"name" : "bwragg/yii2-workflow-view",
"description" : "A simple widget to display your workflows",
"keywords" : [
"yii2",
"workflow",
"view",
"widget"
],
"homepage" : "http://www.yiiframework.com/",
"type" : "yii2-extension",
"license" : "BSD-3-Clause",
"support" : {
"issues" : "https://github.com/raoul2000/yii2-workflow-view/issues",
"source" : "https://github.com/raoul2000/yii2-workflow-view",
"email" : "[email protected]"
},
"minimum-stability" : "stable",
"require" : {
"php" : ">=5.4.0",
"yiisoft/yii2" : "*",
"raoul2000/yii2-workflow" : ">=0.0.18",
"bower-asset/vis" : "*"
},
"config" : {
"process-timeout" : 1800
},
"autoload" : {
"psr-4" : {
"raoul2000\\workflow\\view\\" : "src/"
}
},
"authors" : [{
"name" : "Raoul",
"email" : "[email protected]",
"homepage" : "https://github.com/raoul2000/yii2-workflow-view"
}
]
}