Skip to content

Commit 8e2a578

Browse files
authored
PHP 8 Support
1 parent f58e0d7 commit 8e2a578

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
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2",
15+
"php": "^7.2 || ^8.0",
1616
"guzzlehttp/guzzle": "^6.2 || ^7.0",
1717
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
1818
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"

0 commit comments

Comments
 (0)