Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston committed Sep 9, 2020
1 parent 1b00f62 commit aab93b7
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 366 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "xboston/metahash",
"description": "PHP MetaHash SDK",
"description": "MetaHash Cryptocurrency PHP SDK",
"keywords": [
"metahash",
"blockchain"
"blockchain",
"mhc",
"cryptocurrency",
"sdk"
],
"license": "MIT",
"type": "library",
Expand All @@ -13,7 +16,7 @@
"ext-gmp": "*",
"ext-json": "*",
"mdanter/ecc": "^0.5.2",
"guzzlehttp/guzzle": "^6"
"guzzlehttp/guzzle": "^7"
},
"autoload": {
"psr-4": {
Expand All @@ -22,7 +25,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2",
"overtrue/phplint": "^1",
"overtrue/phplint": "^2",
"phpstan/phpstan": "^0.12",
"squizlabs/php_codesniffer": "^3",
"ghostff/dump7": "^1"
Expand Down
Loading

0 comments on commit aab93b7

Please sign in to comment.