Skip to content

Commit

Permalink
Merge pull request #76 from arif98741/dev
Browse files Browse the repository at this point in the history
Removed support for PHP 7.4 and fixed to PHP 8
  • Loading branch information
arif98741 authored Jun 25, 2024
2 parents 1bd3a78 + 690b1ad commit e50ceb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"guzzlehttp/guzzle": "^6.3|^7.3",
"ext-json": "*",
"ext-curl": "*",
"php": ">=7.4"
"php": "^8.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e50ceb6

Please sign in to comment.