1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Use YNH_PHP_VERSION

This commit is contained in:
lapineige 2022-07-20 21:29:33 +02:00 committed by GitHub
parent 03089df4fb
commit d9bf27d953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
phpversion="7.4"
YNH_PHP_VERSION="7.4"
# dependencies used by the app
pkg_dependencies="php$phpversion-cli php$phpversion-mysql php$phpversion-json php$phpversion-gd php$phpversion-tidy php$phpversion-curl php-gettext php$phpversion-redis php$phpversion-xml"