Skip to content

Commit

Permalink
Added support for laravel 6.0 .
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Sep 4, 2019
1 parent 6ada97a commit 8f97b3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ matrix:
- php: 7.3
env: LARAVEL=5.8.* PHPUNIT=~8.0

# Laravel 6.0
- php: 7.2
env: LARAVEL=6.0.* PHPUNIT=~8.0
- php: 7.3
env: LARAVEL=6.0.* PHPUNIT=~8.0

before_install:
- travis_retry composer self-update
- travis_retry composer require laravel/framework:$LARAVEL --no-update --no-interaction
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"license": "Apache-2.0",
"require": {
"laravel/framework": "~5.1",
"laravel/framework": "~5.1|~6.0",
"casbin/casbin": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7|~6.0|~7.0|~8.0",
"php-coveralls/php-coveralls": "^2.1",
"mockery/mockery": "^1.0",
"laravel/laravel": "~5.1"
"laravel/laravel": "~5.1|~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8f97b3c

Please sign in to comment.