Skip to content

Commit 66ee9c6

Browse files
committed
ReadMe
1 parent 75e1235 commit 66ee9c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP ClickHouse wrapper
1010

1111
## Features
1212

13-
- No dependency, only Curl (support php `>=7.0` )
13+
- No dependency, only Curl (support php `>=7.1` )
1414
- Select parallel queries (asynchronous)
1515
- Asynchronous bulk inserts from CSV file
1616
- Http compression (Gzip), for bulk inserts
@@ -42,8 +42,10 @@ $db = new ClickHouseDB\Client(['config_array']);
4242
$db->ping();
4343
```
4444

45+
Last stable version for:
46+
- php 5.6 = `1.1.2`
47+
- php 7.0 = `1.2.4`
4548

46-
Last stable version for php 5.6 = `1.1.2`
4749

4850
[Packagist](https://packagist.org/packages/smi2/phpclickhouse)
4951

0 commit comments

Comments
 (0)