From e4c92d6bc2c9f97597839b297cccf4e97e82ace3 Mon Sep 17 00:00:00 2001 From: Alexander Yancharuk Date: Wed, 4 Nov 2020 13:05:55 +0300 Subject: [PATCH] chore: Fix warnings in composer.json Deprecation warning: require.smi2/phpClickHouse is invalid, it should not contain uppercase characters. Please use smi2/phpclickhouse instead. Make sure you fix this as Composer 2.0 will error. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c0789a..3dc816d 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-PDO": "*", "ext-pcre": "*", "doctrine/dbal": "^2.7", - "smi2/phpClickHouse": "^1.0" + "smi2/phpclickhouse": "^1.0" }, "require-dev": { "doctrine/coding-standard": "^4.0",