Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Apr 4, 2018
1 parent ae51a00 commit b7dc72f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ before_script:
PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
fi
script:
- vendor/bin/phpunit --debug --verbose $PHPUNIT_FLAGS --enforce-time-limit
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS --enforce-time-limit

after_script:
- |
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
],
"require": {
"yiisoft/yii2": "~2.0.15"
"yiisoft/yii2": "^2.0.15.0"
},
"require-dev": {
"yiisoft/yii2-dev": "~2.0.15",
"yiisoft/yii2-dev": "~2.0.15.0",
"yiisoft/yii2-coding-standards": "^2.0.2",
"phpunit/phpunit": "4.8.34"
},
Expand All @@ -33,16 +33,16 @@
"config": {
"platform": {
"php": "5.4"
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"asset-vcs-driver-options": {
"github-no-api": true
},
"asset-pattern-skip-version": "(-build|-patch)"
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"vcs-driver-options": {
"github-no-api": true
},
"pattern-skip-version": "(-build|-patch)"
}
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7dc72f

Please sign in to comment.