From cca5e4a4c079a04db9aaa0f04133a8e88c90db99 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Mon, 22 Apr 2024 09:10:01 +0200 Subject: [PATCH] add php 8.3 to composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ba5fb658..a4afb2988 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "lancepioch/panel", "description": "The free, open-source game management panel. Supporting Minecraft, Spigot, BungeeCord, and SRCDS servers.", "require": { - "php": "^8.2", + "php": "^8.2 || ^8.3", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*",