Skip to content

Commit 2fd7b4b

Browse files
committed
add support php 8 & update readme
1 parent 271ba09 commit 2fd7b4b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55

66
Eloquent model for ClickHouse
77

8+
> :warning:If you are using php 8 and `the-tinderbox/clickhouse-*` author hasn't added support yet, then connect mine.
9+
>
10+
> composer req bavix/clickhouse-php-client
11+
>
12+
> composer req bavix/clickhouse-builder
13+
814
## Prerequisites
9-
- php 7.1
15+
- php 7.2
1016
- clickhouse server
1117

1218
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"eloquent"
1010
],
1111
"require": {
12-
"php": ">=7.2",
12+
"php": "^7.2|^8.0",
1313
"laravel/framework": "^6.0|^7.0|^8.0",
1414
"the-tinderbox/clickhouse-builder": "^4.0",
1515
"ext-json": "*"

0 commit comments

Comments
 (0)