Skip to content

Commit 51ac210

Browse files
committed
Adding support for PHP 8
1 parent 51bbc7e commit 51ac210

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
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"require": {
35-
"php": "^7.2.5|^7.3.0",
35+
"php": "^7.2.5|^7.3.0|^8.0",
3636
"illuminate/container": "^6.0|^7.0|^8.0",
3737
"illuminate/contracts": "^6.0|^7.0|^8.0",
3838
"illuminate/database": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)