Skip to content

Commit 2f02c24

Browse files
committed
add PHP 8 support #3
1 parent 7bed858 commit 2f02c24

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
"minimum-stability": "stable",
2323
"require": {
24-
"php": "^5.5|^7.0",
24+
"php": "^5.5|^7.0|^8.0",
2525
"ext-json": "*"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)