Skip to content

Commit

Permalink
Change min Flow version to be ^0.7 to match recent release
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Mar 14, 2024
1 parent 55a3c23 commit 49e9329
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-avro/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"flix-tech/avro-php": "~4.2.0 || ~4.3.0",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-chartjs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-csv/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
4 changes: 2 additions & 2 deletions src/adapter/etl-adapter-doctrine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"doctrine/dbal": "^3.6 || ^4.0",
"flow-php/doctrine-dbal-bulk": "^0.6.0 || 1.x-dev",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/doctrine-dbal-bulk": "^0.7.0 || 1.x-dev",
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-hash": "*",
"ext-json": "*",
"elasticsearch/elasticsearch": "^7.6|^8.0",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"flow-php/etl": "^0.6.0 || 1.x-dev",
"flow-php/etl": "^0.7.0 || 1.x-dev",
"league/flysystem": "^3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-google-sheet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"flow-php/etl": "^0.6.0 || 1.x-dev",
"flow-php/etl": "^0.7.0 || 1.x-dev",
"google/apiclient": "^2.13"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"flow-php/etl": "^0.6.0 || 1.x-dev",
"flow-php/etl": "^0.7.0 || 1.x-dev",
"psr/http-client": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-json/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"flow-php/etl": "^0.6.0 || 1.x-dev",
"flow-php/etl": "^0.7.0 || 1.x-dev",
"halaxa/json-machine": "^1.0"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-logger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"flow-php/etl": "^0.6.0 || 1.x-dev",
"flow-php/etl": "^0.7.0 || 1.x-dev",
"psr/log": "^2.0 || ^3.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-meilisearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-hash": "*",
"ext-json": "*",
"meilisearch/meilisearch-php": "^1.1",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
4 changes: 2 additions & 2 deletions src/adapter/etl-adapter-parquet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"flow-php/etl": "^0.6.0 || 1.x-dev",
"flow-php/parquet": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev",
"flow-php/parquet": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-text/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/etl-adapter-xml/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-xmlreader": "*",
"flow-php/etl": "^0.6.0 || 1.x-dev"
"flow-php/etl": "^0.7.0 || 1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
4 changes: 2 additions & 2 deletions src/core/etl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"ext-mbstring": "*",
"flow-php/array-dot": "^0.6.0 || 1.x-dev",
"flow-php/rdsl": "^0.6.0 || 1.x-dev",
"flow-php/array-dot": "^0.7.0 || 1.x-dev",
"flow-php/rdsl": "^0.7.0 || 1.x-dev",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"webmozart/glob": "^3.0 || ^4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/lib/parquet-viewer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"coduo/php-humanizer": "^4.0",
"flow-php/etl": "^0.6.0 || 1.x-dev",
"flow-php/parquet": "^0.6.0 || 1.x-dev",
"flow-php/etl": "^0.7.0 || 1.x-dev",
"flow-php/parquet": "^0.7.0 || 1.x-dev",
"symfony/console": "^6.3 || ^7.0"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/parquet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"ext-bcmath": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.1",
"flow-php/dremel": "^0.6.0 || 1.x-dev",
"flow-php/snappy": "^0.6.0 || 1.x-dev",
"flow-php/dremel": "^0.7.0 || 1.x-dev",
"flow-php/snappy": "^0.7.0 || 1.x-dev",
"packaged/thrift": "^0.15.0"
},
"config": {
Expand Down

0 comments on commit 49e9329

Please sign in to comment.