Skip to content

Commit 6740f73

Browse files
committed
Merge pull request #5 from stefnats/master
PHP 8.x compatibility
2 parents d90eedd + 9fa4f63 commit 6740f73

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
@@ -32,7 +32,7 @@
3232
},
3333
"prefer-stable": true,
3434
"require": {
35-
"php": "^7.4",
35+
"php": "^7.4||^8.0",
3636
"ext-curl": "*",
3737
"ext-json": "*",
3838
"ext-mbstring": "*"

0 commit comments

Comments
 (0)