Skip to content

Commit

Permalink
Merge pull request #23 from ppatidar2021/upgraded_to_php8.1
Browse files Browse the repository at this point in the history
upgraded to php8.1
  • Loading branch information
shadkamtn authored Jun 1, 2022
2 parents 84636c0 + 6998fc2 commit 4d67a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"homepage": "https://github.com/bitpay/php-bitpay-light-client",
"require": {
"php": "^7.1",
"php": "^7.4 || ^8.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"ext-json": "*",
"ext-openssl": "*"
Expand All @@ -24,7 +24,7 @@
}
],
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^7.5 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4d67a69

Please sign in to comment.