1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Merge branch 'testing' into 7.6.1

This commit is contained in:
Éric Gaspar 2022-08-19 20:55:03 +02:00
commit ef6d77218d
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 3 deletions

View file

@ -20,6 +20,7 @@ Decentralized publication platform and social network.
**Shipped version:** 7.6.1~ynh1
## Screenshots
![Screenshot of Hubzilla](./doc/screenshots/hubzilla-1.png)

View file

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

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
YNH_PHP_VERSION="8.0"
# dependencies used by the app
pkg_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gd"