-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.subsplit-publish.json
71 lines (71 loc) · 2.57 KB
/
config.subsplit-publish.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
{
"dependencies-must-satisfy": {
"eventsauce/eventsauce": "3.0.0",
"eventsauce/message-outbox": "1.0.0",
"eventsauce/uuid-encoding": "1.0.0",
"eventsauce/id-encoding": "1.0.0",
"eventsauce/message-repository-table-schema": "1.0.0"
},
"sub-splits": [
{
"name": "core",
"directory": "src/MessageOutbox",
"target": "[email protected]:EventSaucePHP/MessageOutbox.git"
},
{
"name": "illuminate-outbox",
"directory": "src/IlluminateOutbox",
"target": "[email protected]:EventSaucePHP/MessageOutboxForIlluminate.git"
},
{
"name": "doctrine-outbox",
"directory": "src/DoctrineOutbox",
"target": "[email protected]:EventSaucePHP/MessageOutboxForDoctrine.git"
},
{
"name": "doctrine-v2-outbox",
"directory": "src/DoctrineV2Outbox",
"target": "[email protected]:EventSaucePHP/MessageOutboxForDoctrineV2.git"
},
{
"name": "illuminate-repository",
"directory": "src/IlluminateMessageRepository",
"target": "[email protected]:EventSaucePHP/MessageRepositoryForIlluminate.git"
},
{
"name": "doctrine-repository",
"directory": "src/DoctrineMessageRepository",
"target": "[email protected]:EventSaucePHP/MessageRepositoryForDoctrine.git"
},
{
"name": "doctrine-v2-repository",
"directory": "src/DoctrineV2MessageRepository",
"target": "[email protected]:EventSaucePHP/MessageRepositoryForDoctrineV2.git"
},
{
"name": "repository-testing",
"directory": "src/MessageRepositoryTestTooling",
"target": "[email protected]:EventSaucePHP/MessageRepositoryTestTooling.git"
},
{
"name": "outbox-testing",
"directory": "src/TestTooling",
"target": "[email protected]:EventSaucePHP/MessageOutboxTestTooling.git"
},
{
"name": "table-schema",
"directory": "src/MessageRepositoryTableSchema",
"target": "[email protected]:EventSaucePHP/MessageRepositoryTableSchema.git"
},
{
"name": "uuid-encoding",
"directory": "src/UuidEncoding",
"target": "[email protected]:EventSaucePHP/UuidEncoding.git"
},
{
"name": "id-encoding",
"directory": "src/IdEncoding",
"target": "[email protected]:EventSaucePHP/IdEncoding.git"
}
]
}