Skip to content

Commit

Permalink
Merge pull request #80 from bavix/p8
Browse files Browse the repository at this point in the history
add support php 8
  • Loading branch information
rez1dent3 authored Aug 5, 2019
2 parents 39de5d3 + 5760e76 commit 2990a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"illuminate/database": "^5.5|^6.0",
"nesbot/carbon": "^1.20|^2.0",
"doctrine/dbal": "^2.8",
Expand Down

0 comments on commit 2990a1d

Please sign in to comment.