Announce Log

This commit is contained in:
xiaomlove
2025-06-29 20:47:23 +07:00
parent 83cab0da09
commit 0e798355b4
31 changed files with 1105 additions and 44 deletions
Generated
+141 -3
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "784dd3fb3491bc979f55e3014d9010ae",
"content-hash": "785a13847b46eeebda6401298b89855f",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -481,6 +481,84 @@
],
"time": "2025-03-06T14:30:56+00:00"
},
{
"name": "cybercog/laravel-clickhouse",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/cybercog/laravel-clickhouse.git",
"reference": "ba90e0916ab0b7af594fa6c3874de9091afbd923"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cybercog/laravel-clickhouse/zipball/ba90e0916ab0b7af594fa6c3874de9091afbd923",
"reference": "ba90e0916ab0b7af594fa6c3874de9091afbd923",
"shasum": ""
},
"require": {
"illuminate/console": "^8.0|^9.0|^10.1.3|^11.0|^12.0",
"illuminate/contracts": "^8.0|^9.0|^10.1.3|^11.0|^12.0",
"illuminate/filesystem": "^8.0|^9.0|^10.1.3|^11.0|^12.0",
"illuminate/support": "^8.0|^9.0|^10.1.3|^11.0|^12.0",
"php": "^7.4|^8.0",
"smi2/phpclickhouse": "^1.5.3"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"phpunit/phpunit": "^9.6|^10.5|^11.5"
},
"default-branch": true,
"type": "library",
"extra": {
"laravel": {
"providers": [
"Cog\\Laravel\\Clickhouse\\ClickhouseServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Cog\\Laravel\\Clickhouse\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Komarev",
"email": "anton@komarev.com",
"homepage": "https://komarev.com",
"role": "Developer"
}
],
"description": "ClickHouse migrations for Laravel",
"homepage": "https://komarev.com/sources/laravel-clickhouse",
"keywords": [
"clickhouse",
"cog",
"cybercog",
"database",
"db",
"laravel",
"migration"
],
"support": {
"docs": "https://github.com/cybercog/laravel-clickhouse",
"email": "open@cybercog.su",
"issues": "https://github.com/cybercog/laravel-clickhouse/issues",
"source": "https://github.com/cybercog/laravel-clickhouse",
"wiki": "https://github.com/cybercog/laravel-clickhouse/wiki"
},
"funding": [
{
"url": "https://paypal.me/antonkomarev",
"type": "custom"
}
],
"time": "2025-06-16T07:24:59+00:00"
},
{
"name": "danharrin/date-format-converter",
"version": "v0.3.1",
@@ -6863,6 +6941,65 @@
],
"time": "2025-02-25T09:09:36+00:00"
},
{
"name": "smi2/phpclickhouse",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/smi2/phpClickHouse.git",
"reference": "f79dfb798df96185beff90891efda997b01eb51b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smi2/phpClickHouse/zipball/f79dfb798df96185beff90891efda997b01eb51b",
"reference": "f79dfb798df96185beff90891efda997b01eb51b",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": "^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.2",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.5",
"sebastian/comparator": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"ClickHouseDB\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Strykhar",
"email": "isublimity@gmail.com",
"homepage": "https://github.com/isublimity"
}
],
"description": "PHP ClickHouse Client",
"homepage": "https://github.com/smi2/phpClickHouse",
"keywords": [
"clickhouse",
"client",
"curl",
"driver",
"http",
"http client",
"php"
],
"support": {
"issues": "https://github.com/smi2/phpClickHouse/issues",
"source": "https://github.com/smi2/phpClickHouse/tree/1.6.0"
},
"time": "2025-01-15T07:04:59+00:00"
},
{
"name": "spatie/color",
"version": "1.8.0",
@@ -12867,6 +13004,7 @@
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"cybercog/laravel-clickhouse": 20,
"phpgangsta/googleauthenticator": 20
},
"prefer-stable": true,
@@ -12884,10 +13022,10 @@
"ext-pcntl": "*",
"ext-posix": "*",
"ext-redis": "*",
"ext-sqlite3": "*",
"ext-xml": "*",
"ext-zend-opcache": "*",
"ext-zip": "*",
"ext-sqlite3": "*"
"ext-zip": "*"
},
"platform-dev": {},
"plugin-api-version": "2.6.0"