Skip to content

Commit

Permalink
chore: Fix warnings in composer.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Alexander Yancharuk committed Apr 18, 2021
1 parent fece76e commit d53ee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d53ee04

Please sign in to comment.