-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 895 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 895 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
33
34
35
36
37
38
39
40
41
{
"name" : "fproject/workflowii",
"description" : "Workflow Engine for Yii 2 Framework",
"keywords" : [
"yii2",
"workflow",
"workflow engine"
],
"homepage": "https://github.com/fproject/workflowii",
"type" : "yii2-extension",
"license" : "Apache License 2.0",
"support" : {
"issues" : "https://github.com/fproject/workflowii/issues"
},
"authors": [
{
"name": "Bui Sy Nguyen",
"email": "nguyenbs@f-project.net",
"homepage": "http://f-project.net"
}
],
"minimum-stability" : "stable",
"require" : {
"php" : ">=5.4.0",
"yiisoft/yii2" : "*"
},
"require-dev" : {
"codeception/codeception" : "2.0.9",
"codeception/specify" : "*",
"codeception/verify" : "*",
"yiisoft/yii2-codeception" : "*"
},
"config" : {
"process-timeout" : 1800
},
"autoload" : {
"psr-4" : {
"fproject\\": "fproject/"
}
}
}