Skip to content

Commit 28cc8bc

Browse files
authored
Merge pull request #157 from tanmuhittin/patch-1
Add php 8 support
2 parents a71546f + 909f88e commit 28cc8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1",
14+
"php": "^7.1|^8",
1515
"guzzlehttp/guzzle": "~6.0|~7.0",
1616
"ext-json": "*",
1717
"ext-mbstring": "*"

0 commit comments

Comments
 (0)