forked from raoul2000/yii2-wizflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 873 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" : "raoul2000/yii2-wizflow",
"description" : "The wizard UI pattern implemented using yii2-workfl",
"keywords": ["yii2","extension","workflow"," wizard"],
"homepage" : "http://raoul2000.github.io/yii2-wizflow/guide-README.html",
"type" : "yii2-extension",
"license" : "BSD-3-Clause",
"support" : {
"issues" : "https://github.com/raoul2000/yii2-wizflow/issues",
"source" : "https://github.com/raoul2000/yii2-wizflow",
"email" : "raoul.boulard@gmail.com"
},
"minimum-stability" : "stable",
"require" : {
"php" : ">=5.4.0",
"yiisoft/yii2" : "*",
"raoul2000/yii2-workflow" : "*"
},
"config" : {
"process-timeout" : 1800
},
"autoload" : {
"psr-4" : {
"raoul2000\\wizflow\\" : "src/"
}
},
"authors" : [{
"name" : "Raoul",
"email" : "raoul.boulard@gmail.com",
"homepage" : "https://github.com/raoul2000/yii2-wizflow"
}
]
}