Skip to content

Commit 60267af

Browse files
committed
Prepare release 0.11.0
1 parent 09d6186 commit 60267af

File tree

24 files changed

+88
-135
lines changed

24 files changed

+88
-135
lines changed

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"replace": {
6161
"flow-php/array-dot": "self.version",
6262
"flow-php/azure-sdk": "self.version",
63+
"flow-php/cli": "self.version",
6364
"flow-php/doctrine-dbal-bulk": "self.version",
6465
"flow-php/dremel": "self.version",
6566
"flow-php/etl": "self.version",
66-
"flow-php/cli": "self.version",
6767
"flow-php/etl-adapter-avro": "self.version",
6868
"flow-php/etl-adapter-chartjs": "self.version",
6969
"flow-php/etl-adapter-csv": "self.version",
@@ -79,8 +79,10 @@
7979
"flow-php/etl-adapter-text": "self.version",
8080
"flow-php/etl-adapter-xml": "self.version",
8181
"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",
8384
"flow-php/filesytem-async-aws-bridge": "self.version",
85+
"flow-php/filesytem-azure-bridge": "self.version",
8486
"flow-php/monolog-http-bridge": "self.version",
8587
"flow-php/parquet": "self.version",
8688
"flow-php/parquet-viewer": "self.version",
@@ -105,8 +107,8 @@
105107
"src/adapter/etl-adapter-parquet/src/Flow",
106108
"src/adapter/etl-adapter-text/src/Flow",
107109
"src/adapter/etl-adapter-xml/src/Flow",
108-
"src/bridge/filesystem/azure/src/Flow",
109110
"src/bridge/filesystem/async-aws/src/Flow",
111+
"src/bridge/filesystem/azure/src/Flow",
110112
"src/bridge/monolog/http/src/Flow",
111113
"src/bridge/symfony/http-foundation/src/Flow",
112114
"src/cli/src/Flow",
@@ -140,18 +142,18 @@
140142
"src/adapter/etl-adapter-parquet/src/Flow/ETL/Adapter/Parquet/functions.php",
141143
"src/adapter/etl-adapter-text/src/Flow/ETL/Adapter/Text/functions.php",
142144
"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",
144145
"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",
146148
"src/cli/src/Flow/CLI/DSL/functions.php",
149+
"src/core/etl/src/Flow/ETL/DSL/functions.php",
147150
"src/functions.php",
148151
"src/lib/array-dot/src/Flow/ArrayDot/array_dot.php",
149152
"src/lib/azure-sdk/src/Flow/Azure/SDK/DSL/functions.php",
150153
"src/lib/filesystem/src/Flow/Filesystem/DSL/functions.php",
151154
"src/lib/parquet/src/Flow/Parquet/functions.php",
152155
"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"
155157
]
156158
},
157159
"autoload-dev": {
@@ -170,8 +172,8 @@
170172
"src/adapter/etl-adapter-parquet/tests/Flow",
171173
"src/adapter/etl-adapter-text/tests/Flow",
172174
"src/adapter/etl-adapter-xml/tests/Flow",
173-
"src/bridge/filesystem/azure/tests/Flow",
174175
"src/bridge/filesystem/async-aws/tests/Flow",
176+
"src/bridge/filesystem/azure/tests/Flow",
175177
"src/bridge/monolog/http/tests/Flow",
176178
"src/bridge/symfony/http-foundation/tests/Flow",
177179
"src/cli/tests/Flow",
@@ -331,7 +333,6 @@
331333
"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",
332334
"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"
333335
],
334-
335336
"test:docs": [
336337
"docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=examples --exclude=documentation ."
337338
],
@@ -400,7 +401,6 @@
400401
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.parquet.xml",
401402
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.parquet-viewer.xml",
402403
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.snappy.xml",
403-
404404
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.chartjs.xml",
405405
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.csv.xml",
406406
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.doctrine.xml",
@@ -413,7 +413,6 @@
413413
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.parquet.xml",
414414
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.text.xml",
415415
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.xml.xml",
416-
417416
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/bridge.filesystem.async-aws.xml",
418417
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/bridge.filesystem.azure.xml",
419418
"./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/bridge.symfony.http-foundation.xml",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter/etl-adapter-avro/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"ext-json": "*",
16-
"flow-php/etl": "^0.10.0 || 1.x-dev"
16+
"flow-php/etl": "^0.11.0 || 1.x-dev"
1717
},
1818
"config": {
1919
"optimize-autoloader": true,

src/adapter/etl-adapter-chartjs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
15-
"flow-php/etl": "^0.10.0 || 1.x-dev"
15+
"flow-php/etl": "^0.11.0 || 1.x-dev"
1616
},
1717
"config": {
1818
"optimize-autoloader": true,

src/adapter/etl-adapter-csv/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
15-
"flow-php/etl": "^0.10.0 || 1.x-dev"
15+
"flow-php/etl": "^0.11.0 || 1.x-dev"
1616
},
1717
"config": {
1818
"optimize-autoloader": true,

src/adapter/etl-adapter-doctrine/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"require": {
1616
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
1717
"doctrine/dbal": "^3.6 || ^4.0",
18-
"flow-php/doctrine-dbal-bulk": "^0.10.0 || 1.x-dev",
19-
"flow-php/etl": "^0.10.0 || 1.x-dev"
18+
"flow-php/doctrine-dbal-bulk": "^0.11.0 || 1.x-dev",
19+
"flow-php/etl": "^0.11.0 || 1.x-dev"
2020
},
2121
"autoload": {
2222
"psr-4": {

src/adapter/etl-adapter-elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-hash": "*",
1616
"ext-json": "*",
1717
"elasticsearch/elasticsearch": "^7.6|^8.0",
18-
"flow-php/etl": "^0.10.0 || 1.x-dev"
18+
"flow-php/etl": "^0.11.0 || 1.x-dev"
1919
},
2020
"config": {
2121
"optimize-autoloader": true,

src/adapter/etl-adapter-google-sheet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
16-
"flow-php/etl": "^0.10.0 || 1.x-dev",
16+
"flow-php/etl": "^0.11.0 || 1.x-dev",
1717
"google/apiclient": "^2.13"
1818
},
1919
"config": {

src/adapter/etl-adapter-http/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
1414
"ext-json": "*",
15-
"flow-php/etl": "^0.10.0 || 1.x-dev",
15+
"flow-php/etl": "^0.11.0 || 1.x-dev",
1616
"psr/http-client": "^1.0"
1717
},
1818
"require-dev": {

src/adapter/etl-adapter-json/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"ext-json": "*",
16-
"flow-php/etl": "^0.10.0 || 1.x-dev",
16+
"flow-php/etl": "^0.11.0 || 1.x-dev",
1717
"halaxa/json-machine": "^1.1"
1818
},
1919
"config": {

0 commit comments

Comments
 (0)