Skip to content

Commit

Permalink
#v1.1.2001.0-rc - Php required version lowered (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Buedo authored Jan 23, 2020
1 parent a79c76f commit 545ce61
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"homepage": "https://github.com/bitpay/php-bitpay-light-client",
"require": {
"php": "^7.3",
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3",
"ext-json": "^1.7"
"ext-json": "*"
},
"authors": [
{
Expand Down
65 changes: 33 additions & 32 deletions composer.lock

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

0 comments on commit 545ce61

Please sign in to comment.