Issue #3445236 by Anas_maw: Drupal 10 compatibility
Showing
- commerce_hyperpay.info.yml 1 addition, 1 deletioncommerce_hyperpay.info.yml
- composer.json 25 additions, 0 deletionscomposer.json
- src/Event/AlterHyperpayAmountEvent.php 1 addition, 1 deletionsrc/Event/AlterHyperpayAmountEvent.php
- src/Plugin/Commerce/PaymentGateway/HyperPayCopyAndPay.php 1 addition, 1 deletionsrc/Plugin/Commerce/PaymentGateway/HyperPayCopyAndPay.php
composer.json
0 → 100644
{ | ||
"name": "drupal/commerce_hyperpay", | ||
"type": "drupal-module", | ||
"description": "Provides Drupal Commerce integration for Hyperpay Payments.", | ||
"keywords": ["Drupal", "Hyperpay", "Drupal commerce"], | ||
"minimum-stability": "dev", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Anas Mawlawi ", | ||
"homepage": "https://www.drupal.org/u/anas_maw", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"homepage": "https://www.drupal.org/project/commerce_hyperpay", | ||
"support": { | ||
"issues": "https://drupal.org/project/issues/commerce_hyperpay", | ||
"source": "https://git.drupalcode.org/project/commerce_hyperpay" | ||
}, | ||
"require": { | ||
"php": ">=8.0", | ||
"drupal/core": "^9.3 || ^10", | ||
"drupal/commerce": "^2.25" | ||
} | ||
} |
Please register or sign in to comment