Skip to content

Commit

Permalink
Add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Sep 8, 2020
1 parent a39a38e commit 35042ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
laravel: [6.*, 7.*]
laravel: [6.*, 7.*, 8.*]
php: [7.2, 7.3]
fail-fast: false

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"require": {
"php": "^7.2",
"illuminate/auth": "^6.0|^7.0",
"illuminate/cache": "^6.0|^7.0",
"illuminate/container": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0"
"illuminate/auth": "^6.0|^7.0|^8.0",
"illuminate/cache": "^6.0|^7.0|^8.0",
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0"
},
"require-dev": {
"illuminate/console": "^6.0|^7.0",
"illuminate/events": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/events": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.0",
"larapack/dd": "^1.1"
},
Expand Down

0 comments on commit 35042ed

Please sign in to comment.