Skip to content

Commit

Permalink
update composer for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
argayash committed May 13, 2018
1 parent 5603c1d commit 04ad18b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "friendsofdoctrine/dbal-clickhouse",
"type": "library",
"version" : "1.2.0",
"description": "Doctrine DBAL driver for ClickHouse",
"keywords": ["doctrine", "dbal", "clickhouse", "driver"],
"homepage": "http://github.com/friendsofdoctrine/dbal-clickhouse",
Expand All @@ -15,7 +14,7 @@
"require": {
"php": "^7.1",
"smi2/phpClickHouse": "^0.18",
"doctrine/dbal": ">=2.6"
"doctrine/dbal": "^2.6"
},
"autoload": {
"psr-4": { "FOD\\DBALClickHouse\\": "src/" }
Expand Down

0 comments on commit 04ad18b

Please sign in to comment.