From afd0c3a8968ff108b49c6f692c3839f0a93c071c Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 9 Jun 2022 07:43:51 +0200
Subject: update to 4.4.0

raise dependency on PHP 7.4
---
 src/Utility/composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/Utility')

diff --git a/src/Utility/composer.json b/src/Utility/composer.json
index fccb2f8..949ca60 100644
--- a/src/Utility/composer.json
+++ b/src/Utility/composer.json
@@ -25,7 +25,7 @@
         "source": "https://github.com/cakephp/utility"
     },
     "require": {
-        "php": ">=7.2.0",
+        "php": ">=7.4.0",
         "cakephp/core": "^4.0"
     },
     "suggest": {
-- 
cgit