Skip to content

Commit d9ef9bc

Browse files
committed
Unified installation guide in all readme files
1 parent 915c80f commit d9ef9bc

File tree

14 files changed

+51
-17
lines changed

14 files changed

+51
-17
lines changed

‎src/adapter/etl-adapter-amphp/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1717
# Installation
1818

1919
```
20-
composer require flow-php/etl-adapter-amphp
20+
composer require flow-php/etl-adapter-amphp:1.x@dev
2121
```
2222

2323
Example usage:

‎src/adapter/etl-adapter-avro/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1818
## Installation
1919

2020
```
21-
composer require flow-php/etl-adapter-avro
21+
composer require flow-php/etl-adapter-avro:1.x@dev
2222
```
2323

2424
## Extractor - Flix Tech Avro

‎src/adapter/etl-adapter-csv/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1616
## Installation
1717

1818
```
19-
composer require flow-php/etl-adapter-csv
19+
composer require flow-php/etl-adapter-csv:1.x@dev
2020
```
2121

2222
## Extractor

‎src/adapter/etl-adapter-doctrine/README.md‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
77

88
Changes merged to monorepo are automatically propagated into sub repositories.
99

10-
1110
## Installation
1211

1312
```
14-
composer require flow-php/etl-adapter-doctrine
15-
composer require flow-php/doctrine-dbal-bulk
13+
composer require flow-php/etl-adapter-doctrine:1.x@dev
1614
```
1715

1816
## Description

‎src/adapter/etl-adapter-elasticsearch/README.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
77

88
Changes merged to monorepo are automatically propagated into sub repositories.
99

10+
## Installation
11+
12+
```
13+
composer require flow-php/etl-adapter-elasticsearch:1.x@dev
14+
```
1015

1116
## Description
1217

‎src/adapter/etl-adapter-http/README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
77

88
Changes merged to monorepo are automatically propagated into sub repositories.
99

10+
## Installation
11+
12+
```
13+
composer require flow-php/etl-adapter-http:1.x@dev
14+
```
15+
1016
## Description
1117

1218
ETL Adapter that provides memory safe HTML support for ETL.

‎src/adapter/etl-adapter-json/README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Following implementation are available:
1616

1717
## Installation
1818

19-
```
20-
composer require flow-php/etl-adapter-json
2119
```
20+
composer require flow-php/etl-adapter-json:1.x@dev
21+
```
22+
2223

2324
> Json library is not explicitly required, you need to make sure it is available in your composer.json file.
2425
> If you are only using Loader, this dependency is optional.

‎src/adapter/etl-adapter-logger/README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Changes merged to monorepo are automatically propagated into sub repositories.
1111

1212
ETL Adapter that provides PSR Logger support for ETL.
1313

14+
## Installation
15+
16+
```
17+
composer require flow-php/etl-adapter-logger:1.x@dev
18+
```
19+
1420
## Loader - PsrLogger
1521

1622
Load each row into PsrLoggerInterface implementation.

‎src/adapter/etl-adapter-parquet/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ ETL Adapter that provides Loaders and Extractors that works with Parquet files.
1414
Following implementation are available:
1515
- [Codename Parquet](https://github.com/codename-hub/php-parquet)
1616

17-
## Installation
17+
## Installation
1818

19-
```
20-
composer require flow-php/etl-adapter-parquet
19+
```
20+
composer require flow-php/etl-adapter-parquet:1.x@dev
2121
```
2222

2323
> Parquet library is not explicitly required, you need to make sure it is available in your composer.json file.

‎src/adapter/etl-adapter-reactphp/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ open PR against [flow](https://github.com/flow-php/flow) monorepo.
1414

1515
Changes merged to monorepo are automatically propagated into sub repositories.
1616

17-
# Installation
17+
## Installation
1818

1919
```
20-
composer require flow-php/etl-adapter-reactphp
20+
composer require flow-php/etl-adapter-reactphp:1.x@dev
2121
```
2222

2323
Working example:

0 commit comments

Comments
 (0)