Skip to content

Commit 620ab09

Browse files
authored
Allow installation on PHP8
1 parent c290a54 commit 620ab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1.3|^7.2.5|^7.3",
13+
"php": "^7.1.3|^7.2.5|^7.3|^8.0",
1414
"laravel/ui": "^1.0|^2.0|^3.0",
1515
"illuminate/console": "~5.8|^6.0|^7.0|^8.0",
1616
"illuminate/filesystem": "~5.8|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)