Skip to content

Commit 59e333f

Browse files
authored
Merge pull request #15 from bavix/patch
req bavix/clickhouse-php-client
2 parents 4e0e14d + f8e2bea commit 59e333f

File tree

4 files changed

+448
-243
lines changed

4 files changed

+448
-243
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@
1212
"php": "^8.2",
1313
"laravel/framework": "^10.0|^11.0|^12.0",
1414
"the-tinderbox/clickhouse-builder": "^6.1",
15+
"bavix/clickhouse-php-client": "^3.1",
1516
"ext-json": "*"
1617
},
1718
"require-dev": {
18-
"driftingly/rector-laravel": "^2.0",
19+
"driftingly/rector-laravel": "^1.0|^2.0",
1920
"ergebnis/phpstan-rules": "^2.1",
2021
"infection/infection": "~0.27",
21-
"larastan/larastan": "^3.0",
22-
"nunomaduro/collision": "^8.0",
23-
"orchestra/testbench": "^9.0|^10.0|^11.0",
24-
"phpstan/phpstan": "^2.0",
22+
"larastan/larastan": "^2.0|^3.0",
23+
"nunomaduro/collision": "^7.0|^8.0",
24+
"orchestra/testbench": "^8.0|^9.0|^10.0",
25+
"phpstan/phpstan": "^1.0|^2.0",
2526
"phpunit/phpunit": "^10.5|^11.0",
26-
"rector/rector": "^2.0",
27+
"rector/rector": "^1.0|^2.0",
2728
"symplify/easy-coding-standard": "^12.1",
2829
"mockery/mockery": "^1.6",
2930
"fakerphp/faker": "^1.23"

0 commit comments

Comments
 (0)