Skip to content

Commit

Permalink
Merge pull request #16 from kblais/laravel-8-update
Browse files Browse the repository at this point in the history
Laravel 8 compatibility
  • Loading branch information
olssonm authored Sep 9, 2020
2 parents 235147e + 52da9e5 commit 4fff615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ matrix:
env: ILLUMINATE_VERSION=^7.0
- php: 7.4
env: ILLUMINATE_VERSION=^7.0
- php: 7.3
env: ILLUMINATE_VERSION=^8.0
- php: 7.4
env: ILLUMINATE_VERSION=^8.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php" : "^7.1",
"illuminate/support": ">=5.8|^6.0|^7.0",
"illuminate/support": ">=5.8|^6.0|^7.0|^8.0",
"mkopinsky/zxcvbn-php": "^4.4"
},
"require-dev": {
Expand Down

0 comments on commit 4fff615

Please sign in to comment.