1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/taskboard_ynh.git synced 2024-09-03 20:26:27 +02:00
This commit is contained in:
ericgaspar 2023-01-07 07:45:57 +01:00
parent d84ea08e39
commit b96c66b3ca
2 changed files with 5 additions and 5 deletions

View file

@ -20,12 +20,12 @@
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
"php8.0-fpm"
],
"arguments": {
"install": [{

View file

@ -4,11 +4,11 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
YNH_PHP_VERSION=8.0
pkg_dependencies="sqlite3"
php_dependencies="php$YNH_PHP_VERSION-sqlite3"
extra_php_dependencies="php${YNH_PHP_VERSION}-sqlite3"
pkg_dependencies="sqlite3 $php_dependencies"
#=================================================
# PERSONAL HELPERS