From 1a1783830244725251e0ee9f61b058f1efaa8174 Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Tue, 17 May 2022 18:20:14 +0200 Subject: [PATCH] Raise requirements to PHP 7.4 and Flow 6.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9d50688..855da83 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "description": "Common functionality for a JobQueue in Flow applications.", "license": "MIT", "require": { - "php": "^7.1 || ^8.0", - "neos/flow": "^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master", + "php": "^7.4 || ^8.0", + "neos/flow": "^6.3 || ^7.0 || ^8.0 || dev-master", "neos/cache": "*" }, "autoload": {