Skip to content

Commit

Permalink
SP-895 Update allowed versions of PHP and symfony/yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Apr 2, 2024
1 parent bc560d5 commit d59a13c
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 @@ -13,11 +13,11 @@
"homepage": "https://github.com/bitpay/php-bitpay-client-v2",
"require": {
"bitpay/key-utils": "^1.1",
"php": "^7.4 || ^8.0 || ^8.1",
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3",
"guzzlehttp/guzzle": "^7.0",
"ext-json": "*",
"ext-reflection": "*",
"symfony/yaml": "^3.0 || ^4.3 || ^5.0 || ^6.0"
"symfony/yaml": "^3.0 || ^4.3 || ^5.0 || ^6.0 || ^7.0"
},
"authors": [
{
Expand Down

0 comments on commit d59a13c

Please sign in to comment.