diff --git a/manifest.toml b/manifest.toml index 2bdfb37..da57588 100644 --- a/manifest.toml +++ b/manifest.toml @@ -86,7 +86,7 @@ ram.runtime = "100M" # This will pick a random port for reverse-proxying and store it as the $port setting [resources.apt] - packages = "php8.3, php8.3-cli, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-intl, php8.3-pdo, php8.3-intl, composer, mariadb-server, mariadb-client" + packages = "php8.3, php8.3-cli, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-intl, php8.3-pdo, php8.3-intl, composer, mariadb-server, mariadb-client, php8.3-curl" [resources.database] # This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd diff --git a/scripts/install b/scripts/install index ef79997..af0bfc5 100755 --- a/scripts/install +++ b/scripts/install @@ -118,6 +118,8 @@ yunohost service add "$app" --description="Web app for displaying, organizing an #================================================= ynh_script_progression "Installing app with Composer..." +ynh_composer_update +# als er iig een ynh_composer_update bestaat... ynh_composer_install ynh_composer_exec install --no-dev