Skip to content

Commit 32f9b83

Browse files
committed
fix and update composer.json
1 parent 56f3ccc commit 32f9b83

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

composer.json

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,43 @@
22
"name": "friendsofdoctrine/dbal-clickhouse",
33
"type": "library",
44
"description": "Doctrine DBAL driver for ClickHouse",
5-
"keywords": ["doctrine", "dbal", "clickhouse", "driver"],
5+
"keywords": [
6+
"doctrine",
7+
"dbal",
8+
"clickhouse",
9+
"driver"
10+
],
611
"homepage": "http://github.com/friendsofdoctrine/dbal-clickhouse",
712
"license": "MIT",
813
"authors": [
914
{
1015
"name": "Mochalygin Aleksandr",
1116
"email": "[email protected]"
17+
},
18+
{
19+
"name": "Mitrofanov Nikolay",
20+
"email": "[email protected]"
1221
}
1322
],
1423
"require": {
1524
"php": "^7.1",
1625
"ext-PDO": "*",
1726
"ext-pcre": "*",
18-
"smi2/phpClickHouse": "^1.0",
19-
"doctrine/dbal": "^2.7"
20-
},
21-
"autoload": {
22-
"psr-4": { "FOD\\DBALClickHouse\\": "src/" }
23-
},
24-
"autoload-dev": {
25-
"psr-4": { "FOD\\DBALClickHouse\\Tests\\": "tests/" }
27+
"doctrine/dbal": "^2.7",
28+
"smi2/phpClickHouse": "^1.0"
2629
},
2730
"require-dev": {
2831
"phpunit/phpunit": "^7.0",
2932
"doctrine/coding-standard": "^4.0"
33+
},
34+
"autoload": {
35+
"psr-4": {
36+
"FOD\\DBALClickHouse\\": "src/"
37+
}
38+
},
39+
"autoload-dev": {
40+
"psr-4": {
41+
"FOD\\DBALClickHouse\\Tests\\": "tests/"
42+
}
3043
}
3144
}

0 commit comments

Comments
 (0)