From 90dd668984dcc8ace5b97e38eb993f1d4ae55cbb Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 19:28:02 +0000 Subject: [PATCH] add dependency --- recipes/wip/php/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wip/php/recipe.toml b/recipes/wip/php/recipe.toml index fab696029..98c2e3456 100644 --- a/recipes/wip/php/recipe.toml +++ b/recipes/wip/php/recipe.toml @@ -6,4 +6,5 @@ tar = "https://www.php.net/distributions/php-8.3.0.tar.xz" template = "configure" dependencies = [ "libxml2", + "sqlite3", ]