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:
parent
d37d364dbf
commit
e304c4df63
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue