Skip to content

Commit 92a92c4

Browse files
Merge pull request #7 from KosmosKosmos/master
add php8.x support
2 parents 6bbeee0 + 068425c commit 92a92c4

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
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.2",
24+
"php": "^7.2|^8.0",
2525
"illuminate/contracts": "^6.0|^7.0|^8.0",
2626
"illuminate/http": "^6.0|^7.0|^8.0",
2727
"illuminate/support": "^6.0|^7.0|^8.0"

0 commit comments

Comments
 (0)