Skip to content

Commit d39c09a

Browse files
committed
Add php 8.x support.
1 parent 0b5804a commit d39c09a

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
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"require": {
32-
"php": "^7.0",
32+
"php": "^7.0|^8.0",
3333
"ext-json": "*",
3434
"guzzlehttp/guzzle": "^6.0",
3535
"illuminate/notifications": "^5.5|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)