From 17f4bae3d0d8e8143edef60791397f978152f1c7 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Mon, 27 Mar 2023 16:48:07 +0200 Subject: [PATCH] Integrated Latte 3 into FuzeWorks. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 73ca557..9f08a73 100644 --- a/composer.json +++ b/composer.json @@ -9,13 +9,13 @@ } ], "require": { - "php": ">=7.4.0", + "php": ">=8.1.0", "fuzeworks/webcomponent": "~1.3.0", "fuzeworks/objectstorage": "~1.3.0", "fuzeworks/tracycomponent": "~1.3.0", "fuzeworks/layout": "~1.3.0", "fuzeworks/database": "~1.3.0", - "latte/latte": "~2.5", + "latte/latte": "~3.0", "ext-json": "*" }, "autoload": {