-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathcomposer.json
438 lines (437 loc) · 28 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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
{
"name": "flow-php/flow",
"description": "PHP ETL - Extract Transform Load - Data processing framework",
"license": "MIT",
"type": "library",
"keywords": [
"etl",
"extract",
"transform",
"load"
],
"require": {
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-bcmath": "*",
"ext-dom": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.1",
"async-aws/s3": "^2.6",
"coduo/php-humanizer": "^5.0",
"doctrine/dbal": "^3.6 || ^4.0",
"elasticsearch/elasticsearch": "^7.6|^8.0",
"google/apiclient": "^2.13",
"halaxa/json-machine": "^1.1",
"meilisearch/meilisearch-php": "^1.11",
"monolog/monolog": "^2.0||^3.0",
"packaged/thrift": "^0.15.0",
"php-http/discovery": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/log": "^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/http-foundation": "~5.4.0 || ~6.4.0 || ~7",
"symfony/string": "^5.4 || ^6.4 || ^7.0",
"webmozart/glob": "^3.0 || ^4.0"
},
"require-dev": {
"aeon-php/calendar": "^1.0",
"cocur/slugify": "^4.5",
"fakerphp/faker": "^1.23",
"fig/log-test": "^1.1",
"nikic/php-parser": "^5.3",
"nyholm/psr7": "^1.8",
"php-http/curl-client": "^2.2",
"php-http/mock-client": "^1.5",
"ramsey/uuid": "^4.5",
"symfony/http-client": "^5.4.47 || ^6.4 || ^7.0",
"symfony/cache": "^6.2 || ^7.0",
"symfony/dotenv": "^6.2 || ^7.0",
"symfony/finder": "^6.3 || ^7.0",
"symfony/uid": "^6.3 || ^7.0"
},
"replace": {
"flow-php/array-dot": "self.version",
"flow-php/azure-sdk": "self.version",
"flow-php/doctrine-dbal-bulk": "self.version",
"flow-php/doctrine-dbal-bulk-tools": "self.version",
"flow-php/dremel": "self.version",
"flow-php/etl": "self.version",
"flow-php/etl-adapter-avro": "self.version",
"flow-php/etl-adapter-chartjs": "self.version",
"flow-php/etl-adapter-csv": "self.version",
"flow-php/etl-adapter-dbal-tools": "self.version",
"flow-php/etl-adapter-doctrine": "self.version",
"flow-php/etl-adapter-elasticsearch": "self.version",
"flow-php/etl-adapter-filesystem": "self.version",
"flow-php/etl-adapter-google-sheet": "self.version",
"flow-php/etl-adapter-http": "self.version",
"flow-php/etl-adapter-json": "self.version",
"flow-php/etl-adapter-logger": "self.version",
"flow-php/etl-adapter-logger-tools": "self.version",
"flow-php/etl-adapter-meilisearch": "self.version",
"flow-php/etl-adapter-parquet": "self.version",
"flow-php/etl-adapter-text": "self.version",
"flow-php/etl-adapter-xml": "self.version",
"flow-php/filesystem": "self.version",
"flow-php/filesytem-azure-bridge": "self.version",
"flow-php/filesytem-async-aws-bridge": "self.version",
"flow-php/monolog-http-bridge": "self.version",
"flow-php/parquet": "self.version",
"flow-php/parquet-viewer": "self.version",
"flow-php/rdsl": "self.version",
"flow-php/snappy": "self.version",
"flow-php/symfony-http-foundation-bridge": "self.version"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Flow\\": [
"src/adapter/etl-adapter-avro/src/Flow",
"src/adapter/etl-adapter-chartjs/src/Flow",
"src/adapter/etl-adapter-csv/src/Flow",
"src/adapter/etl-adapter-doctrine/src/Flow",
"src/adapter/etl-adapter-elasticsearch/src/Flow",
"src/adapter/etl-adapter-google-sheet/src/Flow",
"src/adapter/etl-adapter-http/src/Flow",
"src/adapter/etl-adapter-json/src/Flow",
"src/adapter/etl-adapter-logger/src/Flow",
"src/adapter/etl-adapter-meilisearch/src/Flow",
"src/adapter/etl-adapter-parquet/src/Flow",
"src/adapter/etl-adapter-text/src/Flow",
"src/adapter/etl-adapter-xml/src/Flow",
"src/bridge/filesystem/azure/src/Flow",
"src/bridge/filesystem/async-aws/src/Flow",
"src/bridge/monolog/http/src/Flow",
"src/bridge/symfony/http-foundation/src/Flow",
"src/cli/src/Flow",
"src/core/etl/src/Flow",
"src/lib/array-dot/src/Flow",
"src/lib/azure-sdk/src/Flow",
"src/lib/doctrine-dbal-bulk/src/Flow",
"src/lib/dremel/src/Flow",
"src/lib/filesystem/src/Flow",
"src/lib/parquet-viewer/src/Flow",
"src/lib/parquet/src/Flow",
"src/lib/rdsl/src/Flow",
"src/lib/snappy/src/Flow",
"src/tools/documentation/src/Flow"
],
"Flow\\Doctrine\\Bulk\\": [
"src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk"
],
"Flow\\ETL\\Adapter\\Doctrine\\": [
"src/adapter/etl-adapter-doctrine/src/Flow/ETL/Adapter/Doctrine"
]
},
"files": [
"src/adapter/etl-adapter-avro/src/Flow/ETL/Adapter/Avro/functions.php",
"src/adapter/etl-adapter-chartjs/src/Flow/ETL/Adapter/ChartJS/functions.php",
"src/adapter/etl-adapter-csv/src/Flow/ETL/Adapter/CSV/functions.php",
"src/adapter/etl-adapter-doctrine/src/Flow/ETL/Adapter/Doctrine/functions.php",
"src/adapter/etl-adapter-elasticsearch/src/Flow/ETL/Adapter/Elasticsearch/functions.php",
"src/adapter/etl-adapter-google-sheet/src/Flow/ETL/Adapter/GoogleSheet/functions.php",
"src/adapter/etl-adapter-json/src/Flow/ETL/Adapter/JSON/functions.php",
"src/adapter/etl-adapter-meilisearch/src/Flow/ETL/Adapter/Meilisearch/functions.php",
"src/adapter/etl-adapter-parquet/src/Flow/ETL/Adapter/Parquet/functions.php",
"src/adapter/etl-adapter-text/src/Flow/ETL/Adapter/Text/functions.php",
"src/adapter/etl-adapter-xml/src/Flow/ETL/Adapter/XML/functions.php",
"src/bridge/filesystem/azure/src/Flow/Filesystem/Bridge/Azure/DSL/functions.php",
"src/bridge/filesystem/async-aws/src/Flow/Filesystem/Bridge/AsyncAWS/DSL/functions.php",
"src/core/etl/src/Flow/ETL/DSL/functions.php",
"src/cli/src/Flow/CLI/DSL/functions.php",
"src/functions.php",
"src/lib/array-dot/src/Flow/ArrayDot/array_dot.php",
"src/lib/azure-sdk/src/Flow/Azure/SDK/DSL/functions.php",
"src/lib/filesystem/src/Flow/Filesystem/DSL/functions.php",
"src/lib/parquet/src/Flow/Parquet/functions.php",
"src/lib/parquet/src/stubs.php",
"src/lib/snappy/polyfill.php"
]
},
"autoload-dev": {
"psr-4": {
"Flow\\": [
"src/adapter/etl-adapter-avro/tests/Flow",
"src/adapter/etl-adapter-chartjs/tests/Flow",
"src/adapter/etl-adapter-csv/tests/Flow",
"src/adapter/etl-adapter-doctrine/tests/Flow",
"src/adapter/etl-adapter-elasticsearch/tests/Flow",
"src/adapter/etl-adapter-google-sheet/tests/Flow",
"src/adapter/etl-adapter-http/tests/Flow",
"src/adapter/etl-adapter-json/tests/Flow",
"src/adapter/etl-adapter-logger/tests/Flow",
"src/adapter/etl-adapter-meilisearch/tests/Flow",
"src/adapter/etl-adapter-parquet/tests/Flow",
"src/adapter/etl-adapter-text/tests/Flow",
"src/adapter/etl-adapter-xml/tests/Flow",
"src/bridge/filesystem/azure/tests/Flow",
"src/bridge/filesystem/async-aws/tests/Flow",
"src/bridge/monolog/http/tests/Flow",
"src/bridge/symfony/http-foundation/tests/Flow",
"src/cli/tests/Flow",
"src/core/etl/tests/Flow",
"src/lib/array-dot/tests/Flow",
"src/lib/azure-sdk/tests/Flow",
"src/lib/doctrine-dbal-bulk/tests/Flow",
"src/lib/dremel/tests/Flow",
"src/lib/filesystem/tests/Flow",
"src/lib/parquet-viewer/tests/Flow",
"src/lib/parquet/tests/Flow",
"src/lib/rdsl/tests/Flow",
"src/lib/snappy/tests/Flow",
"src/tools/documentation/tests/Flow"
],
"Flow\\Doctrine\\Bulk\\Tests\\": [
"src/lib/doctrine-dbal-bulk/tests/Flow/Doctrine/Bulk/Tests"
],
"Flow\\ETL\\Adapter\\Doctrine\\Tests\\": [
"src/adapter/etl-adapter-doctrine/tests/Flow/ETL/Adapter/Doctrine/Tests"
]
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": false
},
"extra": {
"google/apiclient-services": [
"Sheets"
]
},
"scripts": {
"build": [
"@test:docs",
"@test:monorepo",
"@test:examples",
"@static:analyze",
"@test",
"@test:benchmark",
"@test:mutation"
],
"test": [
"@test:etl",
"@test:cli",
"@test:lib:array-dot",
"@test:lib:azure-sdk",
"@test:lib:doctrine-dbal-bulk",
"@test:lib:filesystem",
"@test:lib:parquet",
"@test:lib:parquet-viewer",
"@test:lib:rdsl",
"@test:lib:snappy",
"@test:bridge:filesystem-azure",
"@test:bridge:filesystem-async-aws",
"@test:bridge:monolog-http",
"@test:bridge:symfony-http-foundation",
"@test:adapter:chartjs",
"@test:adapter:csv",
"@test:adapter:doctrine",
"@test:adapter:elasticsearch",
"@test:adapter:google-sheet",
"@test:adapter:http",
"@test:adapter:json",
"@test:adapter:logger",
"@test:adapter:meilisearch",
"@test:adapter:parquet",
"@test:adapter:text",
"@test:adapter:xml"
],
"test:etl": [
"tools/phpunit/vendor/bin/phpunit --testsuite=etl-unit --log-junit ./var/phpunit/logs/etl-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/etl-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/etl-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=etl-integration --log-junit ./var/phpunit/logs/etl-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/etl-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/etl-integration"
],
"test:cli": [
"tools/phpunit/vendor/bin/phpunit --testsuite=cli-unit --log-junit ./var/phpunit/logs/cli-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/cli-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/cli-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=cli-integration --log-junit ./var/phpunit/logs/cli-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/cli-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/cli-integration"
],
"test:lib:array-dot": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-array-dot-unit --log-junit ./var/phpunit/logs/lib-array-dot-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-array-dot-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-array-dot-unit"
],
"test:lib:azure-sdk": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-azure-sdk-unit --log-junit ./var/phpunit/logs/lib-azure-sdk-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-azure-sdk-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-azure-sdk-unit"
],
"test:lib:doctrine-dbal-bulk": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-doctrine-dbal-bulk-unit --log-junit ./var/phpunit/logs/lib-doctrine-dbal-bulk-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-doctrine-dbal-bulk-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-doctrine-dbal-bulk-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-doctrine-dbal-bulk-integration --log-junit ./var/phpunit/logs/lib-doctrine-dbal-bulk-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-doctrine-dbal-bulk-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-doctrine-dbal-bulk-integration"
],
"test:lib:filesystem": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-filesystem-unit --log-junit ./var/phpunit/logs/lib-filesystem-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-filesystem-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-filesystem-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-filesystem-integration --log-junit ./var/phpunit/logs/lib-filesystem-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-filesystem-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-filesystem-integration"
],
"test:lib:parquet": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-parquet-unit --log-junit ./var/phpunit/logs/lib-parquet-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-parquet-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-parquet-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-parquet-integration --log-junit ./var/phpunit/logs/lib-parquet-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-parquet-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-parquet-integration"
],
"test:lib:parquet-viewer": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-parquet-viewer-integration --log-junit ./var/phpunit/logs/lib-parquet-viewer-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-parquet-viewer-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-parquet-viewer-integration"
],
"test:lib:rdsl": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-rdsl-unit --log-junit ./var/phpunit/logs/lib-rdsl-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-rdsl-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-rdsl-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-rdsl-integration --log-junit ./var/phpunit/logs/lib-rdsl-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-rdsl-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-rdsl-integration"
],
"test:lib:snappy": [
"tools/phpunit/vendor/bin/phpunit --testsuite=lib-snappy-integration --log-junit ./var/phpunit/logs/lib-snappy-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-snappy-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-snappy-integration"
],
"test:bridge:filesystem-azure": [
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-unit --log-junit ./var/phpunit/logs/bridge-filesystem-azure-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-filesystem-azure-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-filesystem-azure-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-integration --log-junit ./var/phpunit/logs/bridge-filesystem-azure-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-filesystem-azure-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-filesystem-azure-integration"
],
"test:bridge:filesystem-async-aws": [
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-async-aws-integration --log-junit ./var/phpunit/logs/bridge-filesystem-async-aws-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-filesystem-async-aws-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-filesystem-async-aws-integration"
],
"test:bridge:monolog-http": [
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-monolog-http-unit --log-junit ./var/phpunit/logs/bridge-monolog-http-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-monolog-http-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-monolog-http-unit"
],
"test:bridge:symfony-http-foundation": [
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-unit --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-symfony-http-foundation-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-integration --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-symfony-http-foundation-integration"
],
"test:adapter:chartjs": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-chartjs-unit --log-junit ./var/phpunit/logs/adapter-chartjs-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-chartjs-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-chartjs-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-chartjs-integration --log-junit ./var/phpunit/logs/adapter-chartjs-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-chartjs-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-chartjs-integration"
],
"test:adapter:csv": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-csv-unit --log-junit ./var/phpunit/logs/adapter-csv-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-csv-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-csv-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-csv-integration --log-junit ./var/phpunit/logs/adapter-csv-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-csv-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-csv-integration"
],
"test:adapter:doctrine": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-doctrine-unit --log-junit ./var/phpunit/logs/adapter-doctrine-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-doctrine-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-doctrine-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-doctrine-integration --log-junit ./var/phpunit/logs/adapter-doctrine-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-doctrine-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-doctrine-integration"
],
"test:adapter:elasticsearch": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-elasticsearch-unit --log-junit ./var/phpunit/logs/adapter-elasticsearch-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-elasticsearch-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-elasticsearch-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-elasticsearch-integration --log-junit ./var/phpunit/logs/adapter-elasticsearch-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-elasticsearch-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-elasticsearch-integration"
],
"test:adapter:google-sheet": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-google-sheet-unit --log-junit ./var/phpunit/logs/adapter-google-sheet-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-google-sheet-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-google-sheet-unit"
],
"test:adapter:http": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-http-unit --log-junit ./var/phpunit/logs/adapter-http-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-http-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-http-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-http-integration --log-junit ./var/phpunit/coverage/clover/adapter-http-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-http-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-http-integration"
],
"test:adapter:json": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-json-integration --log-junit ./var/phpunit/logs/adapter-json-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-json-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-json-integration"
],
"test:adapter:logger": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-logger-unit --log-junit ./var/phpunit/logs/adapter-logger-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-logger-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-logger-unit"
],
"test:adapter:meilisearch": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-meilisearch-integration --log-junit ./var/phpunit/logs/adapter-meilisearch-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-meilisearch-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-meilisearch-integration"
],
"test:adapter:parquet": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-parquet-unit --log-junit ./var/phpunit/logs/adapter-parquet-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-parquet-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-parquet-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-parquet-integration --log-junit ./var/phpunit/logs/adapter-parquet-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-parquet-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-parquet-integration"
],
"test:adapter:text": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-text-integration --log-junit ./var/phpunit/logs/adapter-text-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-text-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-text-integration"
],
"test:adapter:xml": [
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-xml-unit --log-junit ./var/phpunit/logs/adapter-xml-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-xml-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-xml-unit",
"tools/phpunit/vendor/bin/phpunit --testsuite=adapter-xml-integration --log-junit ./var/phpunit/coverage/clover/adapter-xml-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/adapter-xml-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/adapter-xml-integration"
],
"test:docs": [
"docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=examples --exclude=documentation ."
],
"test:benchmark": [
"@test:benchmark:building_blocks",
"@test:benchmark:extractor",
"@test:benchmark:loader",
"@test:benchmark:transformer"
],
"test:website": [
"composer test --working-dir=./web/landing"
],
"test:examples": [
"./examples/run.php"
],
"test:benchmark:building_blocks": [
"tools/phpbench/vendor/bin/phpbench run --report=flow-report --group=building_blocks"
],
"test:benchmark:extractor": [
"tools/phpbench/vendor/bin/phpbench run --report=flow-report --group=extractor"
],
"test:benchmark:loader": [
"tools/phpbench/vendor/bin/phpbench run --report=flow-report --group=loader"
],
"test:benchmark:transformer": [
"tools/phpbench/vendor/bin/phpbench run --report=flow-report --group=transformer"
],
"test:mutation": [
"tools/infection/vendor/bin/infection --threads=max"
],
"test:monorepo": "tools/monorepo/vendor/bin/monorepo-builder validate",
"static:analyze": [
"@static:analyze:cs-fixer",
"@static:analyze:phpstan",
"@static:analyze:rector"
],
"static:analyze:phpstan": [
"tools/phpstan/vendor/bin/phpstan analyze -c phpstan.neon --memory-limit=-1"
],
"static:analyze:rector": [
"tools/rector/vendor/bin/rector -c ./rector.tests.php --dry-run",
"tools/rector/vendor/bin/rector -c ./rector.src.php --dry-run"
],
"static:analyze:cs-fixer": [
"tools/cs-fixer/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": [
"tools/cs-fixer/vendor/bin/php-cs-fixer fix",
"./tools/rector/vendor/bin/rector -c ./rector.src.php",
"./tools/rector/vendor/bin/rector -c ./rector.tests.php"
],
"build:phar": [
"composer update --working-dir=./src/cli",
"tools/box/vendor/bin/box compile --config ./src/cli/box.json"
],
"build:docs": [
"bin/docs.php dsl:dump web/landing/resources/dsl.json"
],
"build:parquet:thrift": [
"grep -q 'namespace php Flow.Parquet.Thrift' src/lib/parquet/src/Flow/Parquet/Resources/Thrift/parquet.thrift || { echo \"Flow php namespace not found in thrift definition!\"; exit 1; }\n",
"rm src/lib/parquet/src/Flow/Parquet/Thrift/*.php",
"thrift --gen php --out src/lib/parquet/src src/lib/parquet/src/Flow/Parquet/Resources/Thrift/parquet.thrift",
"@cs:php:fix"
],
"pre-autoload-dump": [
"Google\\Task\\Composer::cleanup"
],
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:update"
],
"tools:install": [
"composer install --working-dir=./tools/blackfire",
"composer install --working-dir=./tools/box",
"composer install --working-dir=./tools/cs-fixer",
"composer install --working-dir=./tools/infection",
"composer install --working-dir=./tools/monorepo",
"composer install --working-dir=./tools/phpbench",
"composer install --working-dir=./tools/phpstan",
"composer install --working-dir=./tools/phpunit",
"composer install --working-dir=./tools/rector"
],
"tools:update": [
"composer update --working-dir=./tools/blackfire",
"composer update --working-dir=./tools/box",
"composer update --working-dir=./tools/cs-fixer",
"composer update --working-dir=./tools/infection",
"composer update --working-dir=./tools/monorepo",
"composer update --working-dir=./tools/phpbench",
"composer update --working-dir=./tools/phpstan",
"composer update --working-dir=./tools/phpunit",
"composer update --working-dir=./tools/rector"
]
}
}