-
- Downloads
Issue #3533635 by teodorakis, eiriksm: Drupal 11 compatibility
parent
57af9583
No related branches found
No related tags found
Showing
- commerce_easy.info.yml 2 additions, 4 deletionscommerce_easy.info.yml
- composer.json 3 additions, 3 deletionscomposer.json
- tests/src/Kernel/OrderBuilderTest.php 1 addition, 1 deletiontests/src/Kernel/OrderBuilderTest.php
- tests/src/Unit/EasyOrderBuilderTest.php 1 addition, 0 deletionstests/src/Unit/EasyOrderBuilderTest.php
... | ... | @@ -3,10 +3,10 @@ |
"type": "drupal-module", | ||
"description": "Provides an Easy payment gateway integration.", | ||
"require": { | ||
"drupal/commerce": "~2.25", | ||
"drupal/commerce_payment_extra": "^1.0@beta" | ||
"drupal/commerce": "~2.25 || ^3", | ||
"drupal/commerce_payment_extra": "^1" | ||
}, | ||
"require-dev": { | ||
"drupal/commerce_shipping": "^2.0-rc2" | ||
"drupal/commerce_shipping": "^2" | ||
} | ||
} |
Please register or sign in to comment