diff --git a/manifest.toml b/manifest.toml index 88ac792..c76ab3b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,5 +46,5 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - -php8.0-sqlite3 php8.0-tidy php8.0-dom php8.0-intl php8.0-mysql php8.0-curl php8.0-gd php8.0-cli php8.0-xml php8.0-mbstring + [resources.apt] + packages = "php8.0-sqlite3 php8.0-tidy php8.0-dom php8.0-intl php8.0-mysql php8.0-curl php8.0-gd php8.0-cli php8.0-xml php8.0-mbstring" diff --git a/scripts/_common.sh b/scripts/_common.sh index be2b897..b7c971c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,8 +6,6 @@ YNH_PHP_VERSION="8.0" -#REMOVEME? pkg_dependencies="php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-dom php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mbstring" - #================================================= # PERSONAL HELPERS #=================================================