This commit is contained in:
Christoph Wurst 2016-02-17 13:33:33 +01:00
Родитель c8dcf07f12
Коммит 3047601208
3 изменённых файлов: 26 добавлений и 23 удалений

Просмотреть файл

@ -14,6 +14,9 @@ New:
* Address collector - Addresses of sent mails will be used for auto-completion
[#1276](https://github.com/owncloud/mail/pull/1276) @ChristophWurst
* PHP 7 support
[#1300](https://github.com/owncloud/mail/pull/1300) @ChristophWurst
Fixes:
*

Просмотреть файл

@ -7,18 +7,18 @@
],
"require": {
"php": ">=5.4.0",
"pear-pear.horde.org/Horde_Date": "^2.0.0@stable",
"pear-pear.horde.org/Horde_Exception": "^2.0.0@stable",
"pear-pear.horde.org/Horde_Imap_Client": "^2.28.0@stable",
"pear-pear.horde.org/Horde_Mail": "^2.6.1@stable",
"pear-pear.horde.org/Horde_Mime": "^2.1.0@stable",
"pear-pear.horde.org/Horde_Nls": "^2.0.0@stable",
"pear-pear.horde.org/Horde_Stream": "^1.0.0@stable",
"pear-pear.horde.org/Horde_Support": "^2.0.5@stable",
"pear-pear.horde.org/Horde_Text_Filter": "^2.1.0@stable",
"pear-pear.horde.org/Horde_Text_Flowed": "^2.0.0@stable",
"pear-pear.horde.org/Horde_Util": "^2.2.0@stable",
"pear-pear.horde.org/Horde_Smtp": "^1.5.0@stable",
"pear-pear.horde.org/Horde_Date": "^2.2.0@stable",
"pear-pear.horde.org/Horde_Exception": "^2.0.7@stable",
"pear-pear.horde.org/Horde_Imap_Client": "^2.29.0@stable",
"pear-pear.horde.org/Horde_Mail": "^2.6.3@stable",
"pear-pear.horde.org/Horde_Mime": "^2.9.3@stable",
"pear-pear.horde.org/Horde_Nls": "^2.1.0@stable",
"pear-pear.horde.org/Horde_Stream": "^1.6.3@stable",
"pear-pear.horde.org/Horde_Support": "^2.1.5@stable",
"pear-pear.horde.org/Horde_Text_Filter": "^2.3.3@stable",
"pear-pear.horde.org/Horde_Text_Flowed": "^2.0.3@stable",
"pear-pear.horde.org/Horde_Util": "^2.5.7@stable",
"pear-pear.horde.org/Horde_Smtp": "^1.9.2@stable",
"ezyang/htmlpurifier": "4.7.0",
"kwi/urllinker": "dev-default"
}

22
composer.lock сгенерированный
Просмотреть файл

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "e6c2da5dfbb8ce15987f6945fbaeca81",
"content-hash": "1783b888b9432ce6344476c368a0b4ae",
"hash": "1019e5ae1ba9e28992eaa4d96cfb4243",
"content-hash": "91929e085e52464bf01c5b7a2713b6cd",
"packages": [
{
"name": "ezyang/htmlpurifier",
@ -94,7 +94,7 @@
],
"description": "Autolink URLs in text or html",
"homepage": "http://www.kwi.dk/projects/php/UrlLinker/",
"time": "2014-12-28 22:05:00"
"time": "2014-12-28 23:05:00"
},
{
"name": "pear-pear.horde.org/Horde_Crypt_Blowfish",
@ -367,20 +367,20 @@
},
{
"name": "pear-pear.horde.org/Horde_Nls",
"version": "2.1.0",
"version": "2.1.1",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Nls-2.1.0.tgz",
"url": "http://pear.horde.org/get/Horde_Nls-2.1.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_translation": "<3.0.0.0",
"pear-pear.horde.org/horde_util": "<3.0.0.0",
"php": "<6.0.0.0"
"php": "<8.0.0.0"
},
"replace": {
"pear-horde/horde_nls": "== 2.1.0.0"
"pear-horde/horde_nls": "== 2.1.1.0"
},
"type": "pear-library",
"autoload": {
@ -466,19 +466,19 @@
},
{
"name": "pear-pear.horde.org/Horde_Socket_Client",
"version": "2.1.0",
"version": "2.1.1",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Socket_Client-2.1.0.tgz",
"url": "http://pear.horde.org/get/Horde_Socket_Client-2.1.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
"php": "<6.0.0.0"
"php": "<8.0.0.0"
},
"replace": {
"pear-horde/horde_socket_client": "== 2.1.0.0"
"pear-horde/horde_socket_client": "== 2.1.1.0"
},
"type": "pear-library",
"autoload": {