-
- Downloads
Issue #3428466 by dom.: Automated Drupal 11 compatibility fixes for commerce_payplug
parent
8dd3933f
No related branches found
No related tags found
Showing
- commerce_payplug.info.yml 3 additions, 3 deletionscommerce_payplug.info.yml
- composer.json 3 additions, 3 deletionscomposer.json
- ludwig.json 2 additions, 2 deletionsludwig.json
- tests/modules/commerce_payplug_tests/commerce_payplug_tests.info.yml 2 additions, 3 deletions...es/commerce_payplug_tests/commerce_payplug_tests.info.yml
{ | { | ||
"name": "drupal/commerce_payplug", | "name": "drupal/commerce_payplug", | ||
"description": "Provide PayPlug integration in Drupal Commerce 2.x.", | "description": "Provide PayPlug integration in Drupal Commerce 3.x.", | ||
"homepage": "http://drupal.org/project/commerce_payplug", | "homepage": "http://drupal.org/project/commerce_payplug", | ||
"type": "drupal-module", | "type": "drupal-module", | ||
"authors": [ | "authors": [ | ||
... | @@ -13,6 +13,6 @@ | ... | @@ -13,6 +13,6 @@ |
"license": "GPL-2.0+", | "license": "GPL-2.0+", | ||
"minimum-stability": "dev", | "minimum-stability": "dev", | ||
"require": { | "require": { | ||
"payplug/payplug-php": "^3.2.0" | "payplug/payplug-php": "^3.6.0" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment