From 2bb4c871a96caf75b90c4d126c1970f4904e1505 Mon Sep 17 00:00:00 2001 From: Ankur K Date: Mon, 20 Jan 2025 16:05:36 +0530 Subject: [PATCH] allow php 8.4 (#530) Co-authored-by: austin.ankur --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9156b404..8334e100 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "~8.1 || ~8.2 || ~8.3", + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", "ext-mbstring": "*", "laminas/laminas-diactoros": "^3.0", "lcobucci/jwt": "^4.0|^5.2.0",