Skip to content

Commit 04ad18b

Browse files
committed
update composer for new release
1 parent 5603c1d commit 04ad18b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "friendsofdoctrine/dbal-clickhouse",
33
"type": "library",
4-
"version" : "1.2.0",
54
"description": "Doctrine DBAL driver for ClickHouse",
65
"keywords": ["doctrine", "dbal", "clickhouse", "driver"],
76
"homepage": "http://github.com/friendsofdoctrine/dbal-clickhouse",
@@ -15,7 +14,7 @@
1514
"require": {
1615
"php": "^7.1",
1716
"smi2/phpClickHouse": "^0.18",
18-
"doctrine/dbal": ">=2.6"
17+
"doctrine/dbal": "^2.6"
1918
},
2019
"autoload": {
2120
"psr-4": { "FOD\\DBALClickHouse\\": "src/" }

0 commit comments

Comments
 (0)