1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[upg] v0.1.0-beta.10

This commit is contained in:
tituspijean 2019-09-16 20:25:26 +00:00
parent d53fee45ab
commit dfa4bd40e5
2 changed files with 4 additions and 3 deletions

View file

@ -7,9 +7,9 @@ pkg_dependencies="php7.3-curl php7.3-dom php7.3-gd php7.3-json php7.3-mbstring p
# Version numbers # Version numbers
php_version="7.3" php_version="7.3"
project_version="0.1.0-beta.9" project_version="0.1.0-beta.10"
core_version="0.1.0-beta.9" core_version="0.1.0-beta.10"
ssowat_version="0.1.0-beta.9-1" ssowat_version="0.1.0-beta.10-1"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS

View file

@ -220,6 +220,7 @@ if [[ $(dpkg --compare-versions $old_project_version lt "0.1.0-beta.8" && echo t
fi fi
pushd $final_path pushd $final_path
ynh_composer_exec $app $php_version $final_path "require flarum/core:$core_version"
ynh_composer_exec $app $php_version $final_path "update --prefer-dist --no-dev -o --with-all-dependencies" ynh_composer_exec $app $php_version $final_path "update --prefer-dist --no-dev -o --with-all-dependencies"
exec_as $app php$php_version flarum migrate exec_as $app php$php_version flarum migrate
exec_as $app php$php_version flarum cache:clear exec_as $app php$php_version flarum cache:clear