From 2dcbbc49fbc0d98070b28bf276ccd60acb3fc70a Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Fri, 22 Oct 2021 12:32:13 +0200 Subject: [PATCH] [TASK] Require PHP 7.4 --- .github/workflows/ci.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08a6a6f..56ccec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: strategy: matrix: php: - - 7.2 - 7.4 typo3: - ^10.4 diff --git a/composer.json b/composer.json index 01bda91..421f44a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.4", "typo3/cms-core": "^9.5.6 || ^10.4", "typo3/cms-extbase": "^9.5.6 || ^10.4", "typo3/cms-fluid": "^9.5.6 || ^10.4",