Skip to content

Commit

Permalink
Merge pull request #18 from Tjoosten/patch-1
Browse files Browse the repository at this point in the history
Allow installation on PHP8
  • Loading branch information
rizkyyangpalsu authored Jan 19, 2021
2 parents c290a54 + 620ab09 commit 05ec5ac
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 @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.1.3|^7.2.5|^7.3",
"php": "^7.1.3|^7.2.5|^7.3|^8.0",
"laravel/ui": "^1.0|^2.0|^3.0",
"illuminate/console": "~5.8|^6.0|^7.0|^8.0",
"illuminate/filesystem": "~5.8|^6.0|^7.0|^8.0",
Expand Down

0 comments on commit 05ec5ac

Please sign in to comment.