Skip to content

Commit 9906551

Browse files
committed
Add support for PHP 8
1 parent afddb42 commit 9906551

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.3",
20+
"php": "^7.3|^8.0",
2121
"illuminate/support": "^8.0",
2222
"illuminate/database": "^8.14",
2323
"phpseclib/phpseclib": "~2.0"

0 commit comments

Comments
 (0)