Skip to content

Commit

Permalink
Merge pull request #25 from sc0Vu/master
Browse files Browse the repository at this point in the history
Update web3p/rlp to 0.3.2
  • Loading branch information
sc0Vu committed Nov 23, 2019
2 parents d33647e + 0663333 commit cde25da
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 132 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3

install:
- composer install
Expand All @@ -20,4 +21,4 @@ script:
- vendor/bin/phpunit --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash) -t 284c5fc4-2109-4bb3-822f-82026d67b1bd
- bash <(curl -s https://codecov.io/bash) -t 284c5fc4-2109-4bb3-822f-82026d67b1bd
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
}
},
"require": {
"web3p/rlp": "~0.2.1",
"web3p/ethereum-util": "~0.1.1",
"web3p/rlp": "0.3.2",
"web3p/ethereum-util": "~0.1.2",
"kornrunner/keccak": "~1",
"simplito/elliptic-php": "1.0.*"
"simplito/elliptic-php": "~1.0.6"
}
}

0 comments on commit cde25da

Please sign in to comment.