Skip to content

Commit

Permalink
Merge pull request #37 from bobbrodie/2.0.x
Browse files Browse the repository at this point in the history
SP-971 Update Dependencies
  • Loading branch information
bobbrodie authored Jun 20, 2024
2 parents ace3bd9 + fcee842 commit 37cb378
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
configuration: phpunit.xml
php_version: ${{ matrix.php-version }}
php_extensions: bcmath gmp xdebug
version: 10
version: 10.5.20
env:
XDEBUG_MODE: coverage
phpcs:
Expand Down
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 37cb378

Please sign in to comment.