Skip to content

Commit

Permalink
feat: Add support for PHP 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
atoff committed Dec 26, 2020
1 parent 0846145 commit 785bdc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,888 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor
\.phpunit\.result\.cache
.idea
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"nesbot/carbon": "^2.20"
},
"autoload": {
Expand Down
Loading

0 comments on commit 785bdc2

Please sign in to comment.