Skip to content

Commit 7fab0c1

Browse files
committed
Support PHP8
1 parent c240ee6 commit 7fab0c1

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
@@ -6,7 +6,7 @@
66
"authors": [ { "name": "James Lucas", "email": "james@lucas.net.au" } ],
77
"type": "library",
88
"require": {
9-
"php": ">=7.4",
9+
"php": "^7.4||^8.0",
1010
"ext-json": "*"
1111
},
1212
"suggest": {

0 commit comments

Comments
 (0)