Skip to content

Commit

Permalink
Merge pull request #17 from priithansen/patch-1
Browse files Browse the repository at this point in the history
Allow installation with php 8
  • Loading branch information
erjanmx authored May 21, 2021
2 parents 336fb92 + 37de219 commit 050fa16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

services:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2||^8.0",
"illuminate/console": "^6|^7|^8",
"illuminate/events": "^6|^7|^8"
},
Expand Down

0 comments on commit 050fa16

Please sign in to comment.