Skip to content

Commit 8be62bc

Browse files
committed
Prepare release 0.14.0
1 parent e9ac281 commit 8be62bc

File tree

25 files changed

+87
-81
lines changed

25 files changed

+87
-81
lines changed

composer.lock

Lines changed: 21 additions & 18 deletions
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.13.0 || 1.x-dev"
16+
"flow-php/etl": "^0.14.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.13.0 || 1.x-dev"
15+
"flow-php/etl": "^0.14.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.13.0 || 1.x-dev"
15+
"flow-php/etl": "^0.14.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.13.0 || 1.x-dev",
19-
"flow-php/etl": "^0.13.0 || 1.x-dev"
18+
"flow-php/doctrine-dbal-bulk": "^0.14.0 || 1.x-dev",
19+
"flow-php/etl": "^0.14.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.13.0 || 1.x-dev"
18+
"flow-php/etl": "^0.14.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.13.0 || 1.x-dev",
16+
"flow-php/etl": "^0.14.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.13.0 || 1.x-dev",
15+
"flow-php/etl": "^0.14.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.13.0 || 1.x-dev",
16+
"flow-php/etl": "^0.14.0 || 1.x-dev",
1717
"halaxa/json-machine": "^1.1"
1818
},
1919
"config": {

src/adapter/etl-adapter-logger/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.13.0 || 1.x-dev",
15+
"flow-php/etl": "^0.14.0 || 1.x-dev",
1616
"psr/log": "^2.0 || ^3.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)