Skip to content

Commit

Permalink
Merge pull request #4 from Jorijn/php80upgrade
Browse files Browse the repository at this point in the history
upgrade to PHP 8.0
  • Loading branch information
jorijn authored Dec 7, 2021
2 parents f34a712 + 00c75b5 commit 65b0ff5
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 421 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 7.3, 7.4 ] # 8.0 is not supported yet
php-version: [ 7.3, 7.4, 8.0 ]

steps:
- name: Git checkout
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"ext-bcmath": "*",
"ext-gmp": "*",
"bitwasp/bech32": "^0.0.1",
"bitwasp/bitcoin": "^1.0"
"protonlabs/bitcoin": "1.0.x-dev"
}
}
Loading

0 comments on commit 65b0ff5

Please sign in to comment.