Skip to content

Commit bba9f8f

Browse files
grzegorz-jamrozgjamroz
andauthored
add compatibility for php8 (#5)
Co-authored-by: gjamroz <gjamroz@objectivity.co.uk>
1 parent 2e3e312 commit bba9f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1",
13+
"php": ">=7.1||~8.1.0",
1414
"ext-json": "*",
1515
"guzzlehttp/guzzle": "^6.3|^7.0",
1616
"psr/http-client": "^1.0",

0 commit comments

Comments
 (0)