From 3a474c98541a7ea4f9c09db3fb221439b4c30718 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 5 Jan 2024 12:28:11 +0100 Subject: [PATCH] Remove PHP 7.0 support --- .github/workflows/ci.yaml | 1 - composer.json | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fef52a9..a59eb6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: include: - - php-version: '7.0' - php-version: '7.1' - php-version: '7.2' - php-version: '7.3' diff --git a/composer.json b/composer.json index 8bd075d..3c17272 100755 --- a/composer.json +++ b/composer.json @@ -10,8 +10,11 @@ } ], "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-php": "^2.3" }, "autoload": {