Skip to content

Commit e50ceb6

Browse files
authored
Merge pull request #76 from arif98741/dev
Removed support for PHP 7.4 and fixed to PHP 8
2 parents 1bd3a78 + 690b1ad commit e50ceb6

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
@@ -13,7 +13,7 @@
1313
"guzzlehttp/guzzle": "^6.3|^7.3",
1414
"ext-json": "*",
1515
"ext-curl": "*",
16-
"php": ">=7.4"
16+
"php": "^8.1"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)