Skip to content

Commit f91a4d9

Browse files
author
igor-chepurnoi
committed
added phpunit to composer.json
1 parent 3248ab9 commit f91a4d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ install:
1919

2020
script:
2121
- vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --dry-run --diff
22-
- phpunit
22+
- vendor/bin/phpunit --verbose

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
}
2020
],
2121
"require": {
22-
"yiisoft/yii2": ">=2.0.8",
22+
"yiisoft/yii2": "~2.0.12",
2323
"yii2mod/yii2-enum": ">=1.4"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "~2.0"
26+
"friendsofphp/php-cs-fixer": "~2.0",
27+
"phpunit/phpunit": "~6.0"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)