Skip to content

Commit

Permalink
php7 param and return types
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kerin committed Jul 9, 2018
1 parent 908d34b commit 8a80204
Show file tree
Hide file tree
Showing 13 changed files with 165 additions and 76 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ branches:
- "master"

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"BitWasp\\Test\\Bech32\\": "test/"
}
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4.0",
"squizlabs/php_codesniffer": "^2.0.0"
Expand Down
Loading

0 comments on commit 8a80204

Please sign in to comment.