Fork the-tinderbox/clickhouse-builder to support php8.4. This lib is likely abandoned

This commit is contained in:
Denis Glushkov
2025-06-26 20:10:14 +05:00
parent d52fb94438
commit a9a7e6c402
+16 -2
View File
@@ -19,7 +19,7 @@
"require": {
"php": ">=8.0",
"smi2/phpclickhouse": "^1.4.2",
"the-tinderbox/clickhouse-builder": "^6.0",
"the-tinderbox/clickhouse-builder": "^6.1.2",
"illuminate/support": ">=7",
"illuminate/database": ">=7",
"glushkovds/php-clickhouse-schema-builder": "^1.0.2"
@@ -39,5 +39,19 @@
"psr-4": {
"Tests\\": "tests/"
}
}
},
"repositories": [
{
"type":"package",
"package": {
"name": "the-tinderbox/clickhouse-builder",
"version":"6.1.2",
"source": {
"url": "https://github.com/glushkovds/ClickhouseBuilder.git",
"type": "git",
"reference":"6.1.2"
}
}
}
]
}