Skip to content

Commit

Permalink
chore: update dependencies (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Jun 30, 2020
1 parent 268c4b0 commit c2dcc72
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"name": "arkecosystem/crypto",
"description": "A simple PHP Cryptography Implementation for the Ark Blockchain.",
"keywords": ["api", "ark", "blockchain", "crypto", "currency"],
"keywords": [
"api",
"ark",
"blockchain",
"crypto",
"currency"
],
"license": "MIT",
"authors": [{
"name": "Brian Faust",
"email": "hello@brianfaust.me",
"homepage": "https://github.com/faustbrian"
}],
"authors": [
{
"name": "Brian Faust",
"email": "hello@brianfaust.me",
"homepage": "https://github.com/faustbrian"
}
],
"require": {
"php": "^7.2",
"bitwasp/bitcoin": "^1.0",
"faustbrian/binary": "^0.4.0",
"faustbrian/byte-buffer": "^0.1.3"
"faustbrian/byte-buffer": "^0.1.4",
"kodekeep/binary": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down
2 changes: 1 addition & 1 deletion src/Identities/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use BitWasp\Bitcoin\Crypto\EcAdapter\Impl\PhpEcc\Key\PrivateKey as EccPrivateKey;
use BitWasp\Bitcoin\Crypto\Hash;
use BitWasp\Buffertools\Buffer;
use BrianFaust\Binary\UnsignedInteger\Writer;
use KodeKeep\Binary\UnsignedInteger\Writer;

/**
* This is the address class.
Expand Down

0 comments on commit c2dcc72

Please sign in to comment.