From 98faf30ee7e892ca5e1ef932146b36678828cc94 Mon Sep 17 00:00:00 2001 From: matx132 Date: Tue, 16 Jul 2024 10:30:44 +0200 Subject: [PATCH] Restored support PHP 7.3 --- .github/workflows/ci.yaml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e8ff85..b3c99fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,6 +42,7 @@ jobs: fail-fast: false matrix: php: + - '7.3' - '7.4' - '8.0' composer_options: [ "" ] diff --git a/composer.json b/composer.json index 9330feb..5e44c2c 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "bdunogier/ezplatform-graphql-bundle": "self.version" }, "require": { - "php": "^7.4 || ^8.0", + "php": "^7.3 || ^8.0", "ext-dom": "*", "ezsystems/ezplatform-kernel": "^1.3@dev", "ezsystems/ezplatform-admin-ui": "^2.0@dev",