From a8b9f4da0416e9c57beb2b60e7fd87531d5d5b44 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:00:36 -0500 Subject: [PATCH] Update manifest.toml Change PHP version to 8.3 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b04534a..b85297e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -116,7 +116,7 @@ ram.runtime = "1G" cli.default = 5766 [resources.apt] - packages = ["coturn", "acl", "postgresql", "php8.2-fpm", + packages = ["coturn", "acl", "postgresql", "php8.3-fpm", "python3-dev", "python3-venv", "python3-pip", "python3-setuptools", "python3-lxml", "build-essential", "libffi-dev", "libssl-dev", "libxml2-dev", "libxslt1-dev", "zlib1g-dev", "libjpeg-dev", "libpq-dev"]