mirror of
https://github.com/YunoHost-Apps/taskboard_ynh.git
synced 2024-09-03 20:26:27 +02:00
Fix
This commit is contained in:
parent
d84ea08e39
commit
b96c66b3ca
2 changed files with 5 additions and 5 deletions
|
@ -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": [{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue