Skip to content

Commit bcb2456

Browse files
authored
Merge pull request #178 from mmachatschek/support_php8
[3.x] Support PHP 8
2 parents a3d61ca + afa4c03 commit bcb2456

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.3",
13+
"php": "^7.3|^8.0",
1414
"illuminate/console": "^8.0",
1515
"illuminate/filesystem": "^8.0",
1616
"illuminate/support": "^8.0"

0 commit comments

Comments
 (0)