From 5637f1d02549beba1e88c8bd784c93e0e69bdcab Mon Sep 17 00:00:00 2001 From: kGablo Date: Fri, 5 Jan 2024 13:16:48 +0100 Subject: [PATCH] normalized --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index dda7500..fad81df 100755 --- a/composer.json +++ b/composer.json @@ -10,10 +10,13 @@ } ], "require": { - "php": ">=7", - "magento/product-community-edition": "^2.3", + "php": ">=7.1", + "magento/module-sales": ">=100.0", + "magento/module-checkout": ">=100.0", + "magento/module-payment": ">=100.0", + "magento/framework": ">=100.0", "tpay-com/tpay-openapi-php": "^1.3", - "tpay-com/tpay-php": "^2.3.6" + "tpay-com/tpay-php": "^2.3" }, "autoload": { "psr-4": {