1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
* Add mbstring
This commit is contained in:
Éric Gaspar 2021-09-30 10:54:37 +02:00 committed by GitHub
parent 2bac730146
commit bd2b9619cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Web-based groceries & household management solution for your home
**Shipped version:** 3.1.2~ynh1
**Shipped version:** 3.1.2~ynh2
**Demo:** https://en.demo.grocy.info/stockoverview

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Solution Web de gestion d'épicerie et de gestion de la maison
**Version incluse :** 3.1.2~ynh1
**Version incluse :** 3.1.2~ynh2
**Démo :** https://en.demo.grocy.info/stockoverview

View file

@ -6,7 +6,7 @@
"en": "Web-based groceries & household management solution for your home",
"fr": "Solution Web de gestion d'épicerie et de gestion de la maison"
},
"version": "3.1.2~ynh1",
"version": "3.1.2~ynh2",
"url": "https://grocy.info",
"upstream": {
"license": "MIT",

View file

@ -6,7 +6,7 @@
YNH_PHP_VERSION="8.0"
extra_php_dependencies="php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-intl"
extra_php_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-intl"
#=================================================
# PERSONAL HELPERS