Skip to content

Commit b4f3b4a

Browse files
Merge pull request #1 from frontkom/php8-support
Add support for php8
2 parents f0f9bf9 + 7442688 commit b4f3b4a

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.3",
13+
"php": "^7.1.3 || ^8.0",
1414
"ext-json": "*",
1515
"guzzlehttp/guzzle": "^6.3 || ^7.0",
1616
"nesbot/carbon": "^1.26.3 || ^2.0",

0 commit comments

Comments
 (0)