mirror of
https://github.com/YunoHost-Apps/drupal_ynh.git
synced 2024-09-03 18:35:53 +02:00
Fix PHP_VERSION for drupal 9
This commit is contained in:
parent
4a27177683
commit
d8b8ed86dc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pkg_dependencies="curl"
|
|||
|
||||
swap_needed=512
|
||||
|
||||
YNH_PHP_VERSION="7.3"
|
||||
YNH_PHP_VERSION="7.4"
|
||||
|
||||
extra_php_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-simplexml php${YNH_PHP_VERSION}-curl"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue