mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update _common.sh
This commit is contained in:
parent
0812bef903
commit
3d52b5002b
1 changed files with 3 additions and 1 deletions
|
@ -4,8 +4,10 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
YNH_PHP_VERSION="7.4"
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="php7.4-fpm php7.4-mbstring"
|
||||
pkg_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-mbstring"
|
||||
app_dependencies="gemserv"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue