forked from zetacomponents/WorkflowEventLogTiein
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
88 lines (88 loc) · 2.12 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"autoload": {
"classmap": [
"src"
]
},
"description": "Contains the EventLog listener for the Workflow component.",
"homepage": "https://github.com/zetacomponents",
"license": "Apache-2.0",
"name": "zetacomponents/workflow-event-log-tiein",
"type": "library",
"require": {
"php": ">=5.3.0",
"zetacomponents/event-log": "dev-master",
"zetacomponents/database": "dev-initial-pull",
"zetacomponents/workflow": "dev-initial-pull",
"zetacomponents/workflow-database-tiein": "dev-initial-pull",
"zetacomponents/base": "dev-initial-pull"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"zetacomponents/database-schema": "dev-initial-pull",
"zetacomponents/unit-test": "dev-initial-pull"
},
"repositories": [
{
"type": "git",
"url": "git@github.com:ewbarnard/Base.git"
},
{
"type": "git",
"url": "git@github.com:ewbarnard/Database.git"
},
{
"type": "git",
"url": "git@github.com:ewbarnard/DatabaseSchema.git"
},
{
"type": "git",
"url": "git@github.com:zetacomponents/EventLog.git"
},
{
"type": "git",
"url": "git@github.com:ewbarnard/UnitTest.git"
},
{
"type": "git",
"url": "git@github.com:ewbarnard/Workflow.git"
},
{
"type": "git",
"url": "git@github.com:ewbarnard/WorkflowDatabaseTiein.git"
}
],
"minimum-stability": "stable"
}