Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
bashkarev committed Dec 8, 2017
1 parent 2e4b219 commit 72642bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
nbproject
/vendor
composer.phar
composer.lock
.DS_Store
Thumbs.db
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7
- 7.1
- 7.2

env:
- CLICKHOUSE_VERSION=1.1.54159
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"keywords": ["yii2", "clickhouse"],
"type": "yii2-extension",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"yiisoft/yii2": "~2.0.11"
"yiisoft/yii2": "~2.0.13"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
Expand Down

0 comments on commit 72642bb

Please sign in to comment.