We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cf0aa commit d31011bCopy full SHA for d31011b
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 7.0
5
- 7.1
6
7
# faster builds on new travis setup not using sudo
@@ -18,4 +19,4 @@ install:
18
19
20
script:
21
- vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
- - phpunit
22
+ - vendor/bin/phpunit --verbose
composer.json
@@ -19,7 +19,7 @@
}
],
"require": {
- "php": ">=7.1",
+ "php": ">=7.0.0",
23
"yiisoft/yii2": "~2.0.12",
24
"yiisoft/yii2-bootstrap": "*",
25
"yii2mod/yii2-enum": "*",
@@ -32,7 +32,8 @@
32
"yiisoft/yii2-imagine": "^2.1"
33
},
34
"require-dev": {
35
- "friendsofphp/php-cs-fixer": "~2.0"
+ "friendsofphp/php-cs-fixer": "~2.0",
36
+ "phpunit/phpunit": "~6.0"
37
38
"autoload": {
39
"psr-4": {
0 commit comments