Compare commits

...

1 Commits
3.x ... 2.x

Author SHA1 Message Date
ndeet
8e13045585 Drupal 10 compatibility. 2023-05-21 22:25:09 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Commerce BTCPay (Bitcoin and altcoin payments)
type: module
description: 'Provides payment gateway for use of BTCPay Server which also includes Lightning Network payments. BTCPay Server prodvides a BitPay compatible API which means this module also supports BitPay.'
package: Commerce
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- commerce:commerce_checkout
- commerce:commerce_payment

View File

@ -8,7 +8,7 @@
"source": "https://github.com/btcpayserver/commerce_btcpay"
},
"require": {
"ndeet/php-bitpay-client-legacy": "^4.0"
"ndeet/php-bitpay-client-legacy": "^5.0"
},
"minimum-stability": "dev"
}