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

[fix] Update composer.json for 1.1.5 and fix upgrade path

This commit is contained in:
Jérôme Lebleu 2016-05-01 16:41:29 +02:00
parent d37d364dbf
commit e304c4df63
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ dbuser=$app
# Retrieve app settings
domain=$(ynh_app_setting_get $app domain)
path=$(ynh_app_setting_get $app path)
path=${path%/}
dbpass=$(ynh_app_setting_get $app mysqlpwd)
# Check destination directory

View file

@ -18,6 +18,7 @@
],
"require": {
"php": ">=5.3.7",
"pear-pear.php.net/net_socket": "~1.0.12",
"pear-pear.php.net/auth_sasl": "~1.0.6",
"pear-pear.php.net/net_idna2": "~0.1.1",
"pear-pear.php.net/net_sieve": "~1.3.4",