Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
(MAGE2-323)[change] update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryouzanpaku committed Aug 31, 2020
1 parent c7d59a5 commit 029a27f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "This extension for Magento 2 provides a direct integration of the Heidelpay payment methods to your Magento 2 shop.",
"require": {
"php": "~7.0.0|~7.1.0 |~7.2.0|~7.3.0|~7.4.0",
"magento/module-config": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-store": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-checkout": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-sales": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-quote": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-customer": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-payment": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-backend": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/framework": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-config": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/module-store": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/module-checkout": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/module-sales": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/module-quote": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/module-customer": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/module-payment": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/module-backend": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"magento/framework": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0",
"heidelpay/php-message-code-mapper": "~1.0",
"heidelpay/php-basket-api": "~1.0",
"heidelpay/php-payment-api": "~1.7",
Expand All @@ -26,7 +26,7 @@
"allure-framework/allure-phpunit": "~1.2.0"
},
"suggest": {
"magento/module-checkout-agreements": "^100.0.0 | ^101.0.0 | ^102.0.0"
"magento/module-checkout-agreements": "^100.0.0 | ^101.0.0 | ^102.0.0 | ^103.0.0"
},
"repositories": [
{
Expand Down

0 comments on commit 029a27f

Please sign in to comment.