Issue #3407669 by mahseri: Automated Drupal 10 compatibility fixes
Showing
- commerce_payfort.info.yml 1 addition, 2 deletionscommerce_payfort.info.yml
- commerce_payfort.libraries.yml 1 addition, 1 deletioncommerce_payfort.libraries.yml
- composer.json 1 addition, 1 deletioncomposer.json
- src/Event/AlterPaymentAmountEvent.php 1 addition, 1 deletionsrc/Event/AlterPaymentAmountEvent.php
- src/Event/AlterPaymentParamsEvent.php 1 addition, 1 deletionsrc/Event/AlterPaymentParamsEvent.php
- src/Plugin/Commerce/PaymentGateway/MerchantPage2.php 3 additions, 3 deletionssrc/Plugin/Commerce/PaymentGateway/MerchantPage2.php
... | ... | @@ -4,7 +4,7 @@ |
"description": "Provides Commerce integration for PayFort payment method.", | ||
"license": "GPL-2.0+", | ||
"require": { | ||
"drupal/core": "~8.6 || ^9", | ||
"drupal/core": "^9.0", | ||
"drupal/commerce": "~2.0" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment