From 6a40641341e872aaf4a9038ff61725efddade644 Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Thu, 18 Jan 2024 09:49:53 +0100 Subject: [PATCH] Declare compatibility with PHP 8.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9bd79cc..f3819ab 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "MIT" ], "require": { - "php": "8.0.* || 8.1.* || 8.2.*", + "php": "8.0.* || 8.1.* || 8.2.* || 8.3.*", "neos/flow": "^7.0 || ^8.0 || 9.0.*", "google/cloud-storage": "^1.1", "ext-json": "*",