Skip to content

Commit 37cb378

Browse files
authored
Merge pull request #37 from bobbrodie/2.0.x
SP-971 Update Dependencies
2 parents ace3bd9 + fcee842 commit 37cb378

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
configuration: phpunit.xml
2222
php_version: ${{ matrix.php-version }}
2323
php_extensions: bcmath gmp xdebug
24-
version: 10
24+
version: 10.5.20
2525
env:
2626
XDEBUG_MODE: coverage
2727
phpcs:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add to your composer.json file by hand.
2727
...
2828
"require": {
2929
...
30-
"bitpay/key-utils": "~1.0"
30+
"bitpay/key-utils": "~2.0"
3131
}
3232
...
3333
}
@@ -42,7 +42,7 @@ php composer.phar update bitpay/key-utils
4242
### Install using composer
4343

4444
```bash
45-
php composer.phar require bitpay/key-utils:~1.0
45+
php composer.phar require bitpay/key-utils:~2.0
4646
```
4747

4848
# Usage

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ext-iconv": "*"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^10.0"
31+
"phpunit/phpunit": "10.5.20"
3232
},
3333
"suggest": {
3434
"ext-gmp": "Required to use this package with GMP instead of BCMath"

composer.lock

+15-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)