add php 8.3 to composer.json

This commit is contained in:
Boy132 2024-04-22 09:10:01 +02:00 committed by GitHub
parent 17ec5c7acf
commit cca5e4a4c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": "*",