Skip to content

Commit 2f7d3e6

Browse files
authored
Merge pull request #226 from mwarzybok-sumoheavy/feature/SP-440-8.0
SP-440 PHP SDK - Add support table to README.md
2 parents 0e1327e + f849d07 commit 2f7d3e6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ To get up and running with our PHP library quickly, follow [the guide](https://b
1919
* https://github.com/bitpay/php-bitpay-client-v2/issues
2020
* https://support.bitpay.com
2121

22+
### Requirements
23+
24+
- PHP version: 8.0 / 8.1 / 8.2
25+
- PHP extensions: json, reflection
26+
2227
## Contribute
2328

2429
To contribute to this project, please fork and submit a pull request.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"homepage": "https://github.com/bitpay/php-bitpay-client-v2",
1414
"require": {
15-
"bitpay/key-utils": "^1.1",
1615
"php": "^8.0 || ^8.1 || ^8.2",
17-
"guzzlehttp/guzzle": "^7.0",
1816
"ext-json": "*",
1917
"ext-reflection": "*",
18+
"bitpay/key-utils": "^1.1",
19+
"guzzlehttp/guzzle": "^7.0",
2020
"symfony/yaml": "^5.4 || ^6.0 || ^6.1 || ^6.2",
2121
"netresearch/jsonmapper": "^4.1"
2222
},

0 commit comments

Comments
 (0)