From 6c1ac2379447cda96d8e4f0fb56d25a553a2d3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 13 Jul 2024 17:49:17 +0200 Subject: [PATCH] Use php 7.3 --- manifest.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index ada0adb..4834fad 100644 --- a/manifest.toml +++ b/manifest.toml @@ -92,14 +92,14 @@ ram.runtime = "50M" "postgresql", "curl", "libzip-dev", - "php8.2-fpm", - "php8.2-cli", - "php8.2-gd", - "php8.2-mysql", - "php8.2-xml", - "php8.2-ldap", - "php8.2-mbstring", - "php8.2-pgsql", + "php7.3-fpm", + "php7.3-cli", + "php7.3-gd", + "php7.3-mysql", + "php7.3-xml", + "php7.3-ldap", + "php7.3-mbstring", + "php7.3-pgsql", ] [resources.database]