Skip to content

Commit

Permalink
Added support for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
peppeocchi committed May 20, 2022
1 parent 32e7c74 commit a2a18de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"php": "^7.2",
"opis/closure": "^3.5"
"php": "^7.3|^8.0",
"opis/closure": "^3.6"
},
"require-dev": {
"illuminate/support": "^7.0"
Expand Down

0 comments on commit a2a18de

Please sign in to comment.