Skip to content

Commit

Permalink
Merge 2c43fee into 7579af5
Browse files Browse the repository at this point in the history
  • Loading branch information
basakest committed Jun 11, 2021
2 parents 7579af5 + 2c43fee commit e2c2e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,9 @@ before_install:
install:
- travis_retry composer install --prefer-dist --dev --no-suggest --no-interaction

before_script:
- export XDEBUG_MODE=coverage

script:
- vendor/bin/phpunit --version
- mkdir -p build/logs
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"require": {
"yiisoft/yii2": "~2.0.14",
"casbin/casbin": "^2.2"
"casbin/casbin": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit e2c2e0e

Please sign in to comment.