We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052f34b commit 3b8ef90Copy full SHA for 3b8ef90
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php-version: ['8.0', '8.1', '8.2']
+ php-version: ['8.1', '8.2', '8.3']
14
15
steps:
16
- uses: actions/checkout@v2
composer.json
@@ -3,7 +3,7 @@
3
"description": "Pure PHP Ethereum Address Generator / Validator",
4
"type": "library",
5
"require": {
6
- "php": ">=7.3",
+ "php": ">=8.1",
7
"kornrunner/keccak": "^1.0",
8
"paragonie/ecc": "^2"
9
},
0 commit comments