From 7c01be708cdffe14eb6c5cd71a10daa60a77650c Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Mon, 7 Aug 2023 01:07:56 +0200 Subject: [PATCH] requires lower version of php => 8.1 it shall be --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b4f7f20..5c43f9c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -75,4 +75,4 @@ ram.runtime = "50M" [resources.ports] [resources.apt] - packages = "unzip ffmpeg php8.2 php8.2-fpm php8.2-xml php8.2-curl php8.2-mbstring php8.2-sqlite3 php-imagick php8.2-intl curl" + packages = "unzip ffmpeg php8.1 php8.1-fpm php8.1-xml php8.1-curl php8.1-mbstring php8.1-sqlite3 php-imagick php8.1-intl curl"