From b26e3ff48a270a85d886b86c917e5535881ae610 Mon Sep 17 00:00:00 2001 From: kGablo Date: Fri, 5 Jan 2024 13:19:58 +0100 Subject: [PATCH] normalized --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 31c56e3..f577c2c 100755 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": ">=7.1", - "magento/module-sales": "^100.0", + "magento/framework": "^100.0", "magento/module-checkout": "^100.0", "magento/module-payment": "^100.0", - "magento/framework": "^100.0", + "magento/module-sales": "^100.0", "tpay-com/tpay-openapi-php": "^1.3", "tpay-com/tpay-php": "^2.3" },