Skip to content

Commit 05ec5ac

Browse files
Merge pull request #18 from Tjoosten/patch-1
Allow installation on PHP8
2 parents c290a54 + 620ab09 commit 05ec5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
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)