|
60 | 60 | "replace": { |
61 | 61 | "flow-php/array-dot": "self.version", |
62 | 62 | "flow-php/azure-sdk": "self.version", |
| 63 | + "flow-php/cli": "self.version", |
63 | 64 | "flow-php/doctrine-dbal-bulk": "self.version", |
64 | 65 | "flow-php/dremel": "self.version", |
65 | 66 | "flow-php/etl": "self.version", |
66 | | - "flow-php/cli": "self.version", |
67 | 67 | "flow-php/etl-adapter-avro": "self.version", |
68 | 68 | "flow-php/etl-adapter-chartjs": "self.version", |
69 | 69 | "flow-php/etl-adapter-csv": "self.version", |
|
79 | 79 | "flow-php/etl-adapter-text": "self.version", |
80 | 80 | "flow-php/etl-adapter-xml": "self.version", |
81 | 81 | "flow-php/filesystem": "self.version", |
82 | | - "flow-php/filesytem-azure-bridge": "self.version", |
| 82 | + "flow-php/filesystem-async-aws-bridge": "self.version", |
| 83 | + "flow-php/filesystem-azure-bridge": "self.version", |
83 | 84 | "flow-php/filesytem-async-aws-bridge": "self.version", |
| 85 | + "flow-php/filesytem-azure-bridge": "self.version", |
84 | 86 | "flow-php/monolog-http-bridge": "self.version", |
85 | 87 | "flow-php/parquet": "self.version", |
86 | 88 | "flow-php/parquet-viewer": "self.version", |
|
105 | 107 | "src/adapter/etl-adapter-parquet/src/Flow", |
106 | 108 | "src/adapter/etl-adapter-text/src/Flow", |
107 | 109 | "src/adapter/etl-adapter-xml/src/Flow", |
108 | | - "src/bridge/filesystem/azure/src/Flow", |
109 | 110 | "src/bridge/filesystem/async-aws/src/Flow", |
| 111 | + "src/bridge/filesystem/azure/src/Flow", |
110 | 112 | "src/bridge/monolog/http/src/Flow", |
111 | 113 | "src/bridge/symfony/http-foundation/src/Flow", |
112 | 114 | "src/cli/src/Flow", |
|
140 | 142 | "src/adapter/etl-adapter-parquet/src/Flow/ETL/Adapter/Parquet/functions.php", |
141 | 143 | "src/adapter/etl-adapter-text/src/Flow/ETL/Adapter/Text/functions.php", |
142 | 144 | "src/adapter/etl-adapter-xml/src/Flow/ETL/Adapter/XML/functions.php", |
143 | | - "src/bridge/filesystem/azure/src/Flow/Filesystem/Bridge/Azure/DSL/functions.php", |
144 | 145 | "src/bridge/filesystem/async-aws/src/Flow/Filesystem/Bridge/AsyncAWS/DSL/functions.php", |
145 | | - "src/core/etl/src/Flow/ETL/DSL/functions.php", |
| 146 | + "src/bridge/filesystem/azure/src/Flow/Filesystem/Bridge/Azure/DSL/functions.php", |
| 147 | + "src/bridge/symfony/http-foundation/src/Flow/Bridge/Symfony/HttpFoundation/functions.php", |
146 | 148 | "src/cli/src/Flow/CLI/DSL/functions.php", |
| 149 | + "src/core/etl/src/Flow/ETL/DSL/functions.php", |
147 | 150 | "src/functions.php", |
148 | 151 | "src/lib/array-dot/src/Flow/ArrayDot/array_dot.php", |
149 | 152 | "src/lib/azure-sdk/src/Flow/Azure/SDK/DSL/functions.php", |
150 | 153 | "src/lib/filesystem/src/Flow/Filesystem/DSL/functions.php", |
151 | 154 | "src/lib/parquet/src/Flow/Parquet/functions.php", |
152 | 155 | "src/lib/parquet/src/stubs.php", |
153 | | - "src/lib/snappy/polyfill.php", |
154 | | - "src/bridge/symfony/http-foundation/src/Flow/Bridge/Symfony/HttpFoundation/functions.php" |
| 156 | + "src/lib/snappy/polyfill.php" |
155 | 157 | ] |
156 | 158 | }, |
157 | 159 | "autoload-dev": { |
|
170 | 172 | "src/adapter/etl-adapter-parquet/tests/Flow", |
171 | 173 | "src/adapter/etl-adapter-text/tests/Flow", |
172 | 174 | "src/adapter/etl-adapter-xml/tests/Flow", |
173 | | - "src/bridge/filesystem/azure/tests/Flow", |
174 | 175 | "src/bridge/filesystem/async-aws/tests/Flow", |
| 176 | + "src/bridge/filesystem/azure/tests/Flow", |
175 | 177 | "src/bridge/monolog/http/tests/Flow", |
176 | 178 | "src/bridge/symfony/http-foundation/tests/Flow", |
177 | 179 | "src/cli/tests/Flow", |
|
331 | 333 | "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", |
332 | 334 | "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" |
333 | 335 | ], |
334 | | - |
335 | 336 | "test:docs": [ |
336 | 337 | "docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=examples --exclude=documentation ." |
337 | 338 | ], |
|
400 | 401 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.parquet.xml", |
401 | 402 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.parquet-viewer.xml", |
402 | 403 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.snappy.xml", |
403 | | - |
404 | 404 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.chartjs.xml", |
405 | 405 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.csv.xml", |
406 | 406 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.doctrine.xml", |
|
413 | 413 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.parquet.xml", |
414 | 414 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.text.xml", |
415 | 415 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.xml.xml", |
416 | | - |
417 | 416 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/bridge.filesystem.async-aws.xml", |
418 | 417 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/bridge.filesystem.azure.xml", |
419 | 418 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/bridge.symfony.http-foundation.xml", |
|
0 commit comments