Skip to content

Commit 075434b

Browse files
committed
add support php8
1 parent 15d6028 commit 075434b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"ext-json": "*"
1616
},
1717
"require-dev": {
18-
"infection/infection": "0.15.*|0.16.*|0.17.*",
18+
"infection/infection": "~0.15",
1919
"phpunit/phpunit": "^8.0|^9.0",
2020
"mockery/mockery": "^1.3",
21-
"fzaninotto/faker": "^1.9"
21+
"fakerphp/faker": "^1.9",
22+
"bavix/clickhouse-php-client": "^3.0",
23+
"bavix/clickhouse-builder": "^4.0"
2224
},
2325
"autoload": {
2426
"psr-4": {

0 commit comments

Comments
 (0)