Skip to content

Commit

Permalink
Add PHP 8.0 compatibility (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor authored Sep 20, 2021
1 parent 66edd44 commit 9833033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5,469 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/.vagrant
.editorconfig
.DS_Store
/package
/package
composer.lock
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.3|^7.4",
"php": "^7.3|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"laravel-zero/framework": "^6.0|^7.0|^8.0"
},
Expand Down
Loading

0 comments on commit 9833033

Please sign in to comment.