mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
Phpversion + php dependencies
This commit is contained in:
parent
4b36a656d1
commit
ef05c9c1cb
1 changed files with 1 additions and 2 deletions
|
@ -3,10 +3,9 @@
|
|||
#=================================================
|
||||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
YNH_PHP_VERSION="8.0"
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies=""
|
||||
pkg_dependencies="php${phpversion}-fpm php${phpversion}-mysql php${phpversion}-xml"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue