-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbard.json
203 lines (203 loc) · 7.17 KB
/
bard.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
{
"version": "0.3.10",
"packages": [
{
"path": "src/SonsOfPHP/Bard",
"repository": "git@github.com:SonsOfPHP/bard.git"
},
{
"path": "src/SonsOfPHP/Component/Assert",
"repository": "git@github.com:SonsOfPHP/assert.git"
},
{
"path": "src/SonsOfPHP/Component/StateMachine",
"repository": "git@github.com:SonsOfPHP/state-machine.git"
},
{
"path": "src/SonsOfPHP/Contract/StateMachine",
"repository": "git@github.com:SonsOfPHP/state-machine-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/Mailer",
"repository": "git@github.com:SonsOfPHP/mailer-contract.git"
},
{
"path": "src/SonsOfPHP/Component/Mailer",
"repository": "git@github.com:SonsOfPHP/mailer.git"
},
{
"path": "src/SonsOfPHP/Component/Cache",
"repository": "git@github.com:SonsOfPHP/cache.git"
},
{
"path": "src/SonsOfPHP/Component/Clock",
"repository": "git@github.com:SonsOfPHP/clock.git"
},
{
"path": "src/SonsOfPHP/Component/Container",
"repository": "git@github.com:SonsOfPHP/container.git"
},
{
"path": "src/SonsOfPHP/Component/Cookie",
"repository": "git@github.com:SonsOfPHP/cookie.git"
},
{
"path": "src/SonsOfPHP/Component/Cqrs",
"repository": "git@github.com:SonsOfPHP/cqrs.git"
},
{
"path": "src/SonsOfPHP/Bundle/Cqrs",
"repository": "git@github.com:SonsOfPHP/cqrs-bundle.git",
"config": {
"merge": false
}
},
{
"path": "src/SonsOfPHP/Bridge/Symfony/Cqrs",
"repository": "git@github.com:SonsOfPHP/cqrs-symfony.git"
},
{
"path": "src/SonsOfPHP/Bridge/Symfony/EventSourcing",
"repository": "git@github.com:SonsOfPHP/event-sourcing-symfony.git"
},
{
"path": "src/SonsOfPHP/Bridge/Twig/Money",
"repository": "git@github.com:SonsOfPHP/money-twig.git"
},
{
"path": "src/SonsOfPHP/Component/EventDispatcher",
"repository": "git@github.com:SonsOfPHP/event-dispatcher.git"
},
{
"path": "src/SonsOfPHP/Component/EventSourcing",
"repository": "git@github.com:SonsOfPHP/event-sourcing.git"
},
{
"path": "src/SonsOfPHP/Bridge/Doctrine/EventSourcing",
"repository": "git@github.com:SonsOfPHP/event-sourcing-doctrine.git"
},
{
"path": "src/SonsOfPHP/Component/FeatureToggle",
"repository": "git@github.com:SonsOfPHP/feature-toggle.git"
},
{
"path": "src/SonsOfPHP/Contract/Filesystem",
"repository": "git@github.com:SonsOfPHP/filesystem-contract.git"
},
{
"path": "src/SonsOfPHP/Component/Filesystem",
"repository": "git@github.com:SonsOfPHP/filesystem.git"
},
{
"path": "src/SonsOfPHP/Bridge/Aws/Filesystem",
"repository": "git@github.com:SonsOfPHP/filesystem-aws.git"
},
{
"path": "src/SonsOfPHP/Bridge/LiipImagine/Filesystem",
"repository": "git@github.com:SonsOfPHP/filesystem-liip-imagine.git"
},
{
"path": "src/SonsOfPHP/Component/HttpFactory",
"repository": "git@github.com:SonsOfPHP/http-factory.git"
},
{
"path": "src/SonsOfPHP/Component/HttpHandler",
"repository": "git@github.com:SonsOfPHP/http-handler.git"
},
{
"path": "src/SonsOfPHP/Contract/HttpHandler",
"repository": "git@github.com:SonsOfPHP/http-handler-contract.git"
},
{
"path": "src/SonsOfPHP/Component/HttpMessage",
"repository": "git@github.com:SonsOfPHP/http-message.git"
},
{
"path": "src/SonsOfPHP/Component/Json",
"repository": "git@github.com:SonsOfPHP/json.git"
},
{
"path": "src/SonsOfPHP/Component/Link",
"repository": "git@github.com:SonsOfPHP/link.git"
},
{
"path": "src/SonsOfPHP/Component/Logger",
"repository": "git@github.com:SonsOfPHP/logger.git"
},
{
"path": "src/SonsOfPHP/Component/Money",
"repository": "git@github.com:SonsOfPHP/money.git"
},
{
"path": "src/SonsOfPHP/Component/Pager",
"repository": "git@github.com:SonsOfPHP/pager.git"
},
{
"path": "src/SonsOfPHP/Bridge/Doctrine/Collections/Pager",
"repository": "git@github.com:SonsOfPHP/pager-doctrine-collections.git"
},
{
"path": "src/SonsOfPHP/Bridge/Doctrine/DBAL/Pager",
"repository": "git@github.com:SonsOfPHP/pager-doctrine-dbal.git"
},
{
"path": "src/SonsOfPHP/Bridge/Doctrine/ORM/Pager",
"repository": "git@github.com:SonsOfPHP/pager-doctrine-orm.git"
},
{
"path": "src/SonsOfPHP/Component/Version",
"repository": "git@github.com:SonsOfPHP/version.git"
},
{
"path": "src/SonsOfPHP/Contract/Common",
"repository": "git@github.com:SonsOfPHP/common-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/Cookie",
"repository": "git@github.com:SonsOfPHP/cookie-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/Cqrs",
"repository": "git@github.com:SonsOfPHP/cqrs-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/EventSourcing",
"repository": "git@github.com:SonsOfPHP/event-sourcing-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/FeatureToggle",
"repository": "git@github.com:SonsOfPHP/feature-toggle-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/Logger",
"repository": "git@github.com:SonsOfPHP/logger-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/Money",
"repository": "git@github.com:SonsOfPHP/money-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/Pager",
"repository": "git@github.com:SonsOfPHP/pager-contract.git"
},
{
"path": "src/SonsOfPHP/Component/Registry",
"repository": "git@github.com:SonsOfPHP/registry.git"
},
{
"path": "src/SonsOfPHP/Contract/Registry",
"repository": "git@github.com:SonsOfPHP/registry-contract.git"
},
{
"path": "src/SonsOfPHP/Contract/Version",
"repository": "git@github.com:SonsOfPHP/version-contract.git"
},
{
"path": "src/SonsOfPHP/Bundle/FeatureToggleBundle",
"repository": "git@github.com:SonsOfPHP/feature-toggle-bundle.git",
"config": {
"merge": false
}
}
]
}