Skip to content

Commit

Permalink
Merge pull request #1 from skiptirengu/develop
Browse files Browse the repository at this point in the history
PHP 7.2
  • Loading branch information
skiptirengu authored Aug 17, 2018
2 parents a602c1f + 07cfd02 commit 1b170e1
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 213 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

sudo: false

Expand Down
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "^2.0"
"yiisoft/yii2": "~2.0.13"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand All @@ -31,5 +31,16 @@
"psr-4": {
"skiptirengu\\mssql\\tests\\": "tests/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"platform": {
"php": "5.6"
}
}
}
Loading

0 comments on commit 1b170e1

Please sign in to comment.