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 3248ab9 commit f91a4d9Copy full SHA for f91a4d9
.travis.yml
@@ -19,4 +19,4 @@ install:
19
20
script:
21
- vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
22
- - phpunit
+ - vendor/bin/phpunit --verbose
composer.json
@@ -19,11 +19,12 @@
}
],
"require": {
- "yiisoft/yii2": ">=2.0.8",
+ "yiisoft/yii2": "~2.0.12",
23
"yii2mod/yii2-enum": ">=1.4"
24
},
25
"require-dev": {
26
- "friendsofphp/php-cs-fixer": "~2.0"
+ "friendsofphp/php-cs-fixer": "~2.0",
27
+ "phpunit/phpunit": "~6.0"
28
29
"autoload": {
30
"psr-4": {
0 commit comments