Skip to content

Commit

Permalink
Merge pull request #3 from allayGerald/php8
Browse files Browse the repository at this point in the history
Add support for PHP 8
  • Loading branch information
hakobyansen authored Feb 28, 2021
2 parents f6545ad + 749ab88 commit 902dc0d
Show file tree
Hide file tree
Showing 6 changed files with 961 additions and 381 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/console": "~8.0",
"illuminate/support": "~8.0",
"illuminate/cache": "~8.0"
Expand Down
Loading

0 comments on commit 902dc0d

Please sign in to comment.