Skip to content

Commit

Permalink
#v3.2.1911.0-rc - Php required version lowered (#26)
Browse files Browse the repository at this point in the history
* - Invoice model update

* - PHP supported versions 7.1 upwards

*- Added Travis CI file
  • Loading branch information
Antonio Buedo authored Nov 5, 2019
1 parent 2f300ba commit cfda8f8
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 131 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: php
php:
- 7.1
- 7.2
- 7.3
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"homepage": "https://github.com/bitpay/php-bitpay-client-v2",
"require": {
"bitpay/key-utils": "^1.0",
"php": "^7.3",
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3",
"ext-json": "^1.7",
"ext-json": "^1.5",
"ext-reflection": "*",
"symfony/yaml": "^4.3"
},
Expand All @@ -26,7 +26,7 @@
}
],
"require-dev": {
"phpunit/phpunit": "^8.3"
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
Expand Down
179 changes: 66 additions & 113 deletions composer.lock

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

Loading

0 comments on commit cfda8f8

Please sign in to comment.