We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271ba09 commit 2fd7b4bCopy full SHA for 2fd7b4b
README.md
@@ -5,8 +5,14 @@
5
6
Eloquent model for ClickHouse
7
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
+
14
## Prerequisites
-- php 7.1
15
+- php 7.2
16
- clickhouse server
17
18
## Installation
composer.json
@@ -9,7 +9,7 @@
"eloquent"
],
"require": {
- "php": ">=7.2",
+ "php": "^7.2|^8.0",
"laravel/framework": "^6.0|^7.0|^8.0",
"the-tinderbox/clickhouse-builder": "^4.0",
"ext-json": "*"
0 commit comments