From 83b8e1a1362fc24ab5ea8a9f20c7e92cd715d397 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:11:52 -0500 Subject: [PATCH] Set PHP version to 8.2 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b88a7e2..3507132 100644 --- a/manifest.toml +++ b/manifest.toml @@ -116,7 +116,7 @@ ram.runtime = "1G" cli.default = 5766 [resources.apt] - packages = ["coturn", "acl", "postgresql", "php-fpm", + packages = ["coturn", "acl", "postgresql", "php8.2-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"]