1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snipeit_ynh.git synced 2024-09-03 20:26:16 +02:00

use php7.0

This commit is contained in:
Kay0u 2020-02-11 22:35:59 +07:00
parent b6e44548cd
commit 8312e09cff
No known key found for this signature in database
GPG key ID: 7FF262C033518333

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="openssl php-mbstring php-curl php-mysql php-ldap php-zip php-bcmath php-xml php-common" pkg_dependencies="openssl php7.0-mbstring php7.0-curl php7.0-mysql php7.0-ldap php7.0-zip php7.0-bcmath php7.0-xml php7.0-common"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS