Skip to content

Commit b859d7b

Browse files
authored
Add support for PHP 8 (#41)
* #39 Add support for PHP 8 Allow PHP 8 versions * Fix PHP Version
1 parent 09b9f18 commit b859d7b

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
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": "^7.2",
29+
"php": "^7.2 || ^8.0",
3030
"ext-json": "*",
3131
"guzzlehttp/guzzle": "^6.1 || ^7.0.1",
3232
"guzzlehttp/psr7": "^1.7 || ^2.0",

0 commit comments

Comments
 (0)