Skip to content

Commit

Permalink
SP-971 Update PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Jun 18, 2024
1 parent ace3bd9 commit d36c3cf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add to your composer.json file by hand.
...
"require": {
...
"bitpay/key-utils": "~1.0"
"bitpay/key-utils": "~2.0"
}
...
}
Expand All @@ -42,7 +42,7 @@ php composer.phar update bitpay/key-utils
### Install using composer

```bash
php composer.phar require bitpay/key-utils:~1.0
php composer.phar require bitpay/key-utils:~2.0
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ext-iconv": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "10.5.20"
},
"suggest": {
"ext-gmp": "Required to use this package with GMP instead of BCMath"
Expand Down
29 changes: 15 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d36c3cf

Please sign in to comment.