Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock1642
1 files changed, 1001 insertions, 641 deletions
diff --git a/composer.lock b/composer.lock
index 6c525e9be..e37528b9d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "41432ccd7466f7721858e4e01bc4c288",
+ "content-hash": "b1c307444d66ee5ad260eb0d712b61dc",
"packages": [
{
"name": "amphp/amp",
@@ -562,6 +562,930 @@
"time": "2022-02-22T21:01:25+00:00"
},
{
+ "name": "bytestream/horde-crypt-blowfish",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Crypt_Blowfish.git",
+ "reference": "944872aa670719f2e1476264c160960fd2f224c1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Crypt_Blowfish/zipball/944872aa670719f2e1476264c160960fd2f224c1",
+ "reference": "944872aa670719f2e1476264c160960fd2f224c1",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-support": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Crypt_Blowfish": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde Blowfish encryption library",
+ "homepage": "https://www.horde.org/libraries/Horde_Crypt_Blowfish",
+ "support": {
+ "source": "https://github.com/bytestream/Crypt_Blowfish/tree/v1.2.0"
+ },
+ "time": "2021-12-21T13:33:22+00:00"
+ },
+ {
+ "name": "bytestream/horde-exception",
+ "version": "v2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Exception.git",
+ "reference": "c8c243d08556e7df5b37867eab1e478d76effa3e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Exception/zipball/c8c243d08556e7df5b37867eab1e478d76effa3e",
+ "reference": "c8c243d08556e7df5b37867eab1e478d76effa3e",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-translation": "^2.2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "pear/pear-core-minimal": "^1.10",
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Exception": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Jan Schneider",
+ "email": "jan@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "developer"
+ }
+ ],
+ "description": "Horde exception handler library",
+ "homepage": "https://www.horde.org/libraries/Horde_Exception",
+ "support": {
+ "source": "https://github.com/bytestream/Exception/tree/v2.1.0"
+ },
+ "time": "2021-12-21T12:20:11+00:00"
+ },
+ {
+ "name": "bytestream/horde-idna",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Idna.git",
+ "reference": "2493578c390afa8f3a4623855646102b2cfd0488"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Idna/zipball/2493578c390afa8f3a4623855646102b2cfd0488",
+ "reference": "2493578c390afa8f3a4623855646102b2cfd0488",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "suggest": {
+ "ext-intl": "*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Idna": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde IDNA normalization library",
+ "homepage": "https://www.horde.org",
+ "support": {
+ "source": "https://github.com/bytestream/Idna/tree/v1.2.0"
+ },
+ "time": "2021-12-21T12:51:22+00:00"
+ },
+ {
+ "name": "bytestream/horde-imap-client",
+ "version": "v2.31.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Imap_Client.git",
+ "reference": "75f941c5bc2195b21e56593e382caf45d21c107e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Imap_Client/zipball/75f941c5bc2195b21e56593e382caf45d21c107e",
+ "reference": "75f941c5bc2195b21e56593e382caf45d21c107e",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-mail": "^2",
+ "bytestream/horde-mime": "^2.5.2",
+ "bytestream/horde-secret": "^2",
+ "bytestream/horde-socket-client": "^2",
+ "bytestream/horde-stream": "^1.4",
+ "bytestream/horde-stream-filter": "^2",
+ "bytestream/horde-translation": "^2.2",
+ "bytestream/horde-util": "^2",
+ "ext-hash": "*",
+ "ext-json": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "bytestream/horde-crypt-blowfish": "^1.2",
+ "bytestream/horde-stringprep": "^1.1",
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Imap_Client": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde IMAP client library",
+ "homepage": "https://www.horde.org/libraries/Horde_Imap_Client",
+ "support": {
+ "source": "https://github.com/bytestream/Imap_Client/tree/v2.31.1"
+ },
+ "time": "2022-05-11T12:14:59+00:00"
+ },
+ {
+ "name": "bytestream/horde-listheaders",
+ "version": "v1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/ListHeaders.git",
+ "reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/ListHeaders/zipball/2a0193be55ad69c210b6a8849b9df05cd4e3c202",
+ "reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-mail": "^2.7",
+ "bytestream/horde-translation": "^2.2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Horde_ListHeaders": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde list headers parsing library",
+ "homepage": "https://www.horde.org/libraries/Horde_ListHeaders",
+ "support": {
+ "source": "https://github.com/bytestream/ListHeaders/tree/v1.3.0"
+ },
+ "time": "2021-12-21T16:38:31+00:00"
+ },
+ {
+ "name": "bytestream/horde-mail",
+ "version": "v2.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Mail.git",
+ "reference": "09c03310b063e2d9f03c863e365256a2fc459354"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Mail/zipball/09c03310b063e2d9f03c863e365256a2fc459354",
+ "reference": "09c03310b063e2d9f03c863e365256a2fc459354",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-idna": "^1",
+ "bytestream/horde-mime": "^2.12",
+ "bytestream/horde-stream-filter": "^2",
+ "bytestream/horde-translation": "^2.2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Horde_Mail": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde mail library",
+ "homepage": "https://www.horde.org/libraries/Horde_Mail",
+ "support": {
+ "source": "https://github.com/bytestream/Mail/tree/v2.7.0"
+ },
+ "time": "2021-12-21T16:41:50+00:00"
+ },
+ {
+ "name": "bytestream/horde-mime",
+ "version": "v2.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Mime.git",
+ "reference": "aacbc91068c4333e6138e8ed67c62cbdb5cf08da"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Mime/zipball/aacbc91068c4333e6138e8ed67c62cbdb5cf08da",
+ "reference": "aacbc91068c4333e6138e8ed67c62cbdb5cf08da",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-listheaders": "^1.3",
+ "bytestream/horde-mail": "^2.7",
+ "bytestream/horde-stream": "^1.3",
+ "bytestream/horde-stream-filter": "^2",
+ "bytestream/horde-support": "^2.1",
+ "bytestream/horde-text-flowed": "^2",
+ "bytestream/horde-translation": "^2.2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "bytestream/horde-text-filter": "^2.4",
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "Horde_Mime": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "MIME library",
+ "homepage": "https://www.horde.org/libraries/Horde_Mime",
+ "support": {
+ "source": "https://github.com/bytestream/Mime/tree/v2.12.0"
+ },
+ "time": "2021-12-21T16:42:19+00:00"
+ },
+ {
+ "name": "bytestream/horde-secret",
+ "version": "v2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Secret.git",
+ "reference": "75d1575820d4422ad8c485fd3606652948d9f2b6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Secret/zipball/75d1575820d4422ad8c485fd3606652948d9f2b6",
+ "reference": "75d1575820d4422ad8c485fd3606652948d9f2b6",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-crypt-blowfish": "^1",
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-support": "^2",
+ "ext-hash": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Secret": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde secret key encryption library",
+ "homepage": "https://www.horde.org/libraries/Horde_Secret",
+ "support": {
+ "source": "https://github.com/bytestream/Secret/tree/v2.1.0"
+ },
+ "time": "2021-12-21T13:40:05+00:00"
+ },
+ {
+ "name": "bytestream/horde-socket-client",
+ "version": "v2.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Socket_Client.git",
+ "reference": "7687d26b43c65bbabdd9b6452770aaddea82946d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Socket_Client/zipball/7687d26b43c65bbabdd9b6452770aaddea82946d",
+ "reference": "7687d26b43c65bbabdd9b6452770aaddea82946d",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "suggest": {
+ "ext-openssl": "*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Horde\\Socket\\": "lib/Horde/Socket"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde network socket client library",
+ "homepage": "https://www.horde.org",
+ "support": {
+ "source": "https://github.com/bytestream/Socket_Client/tree/v2.2.1"
+ },
+ "time": "2021-12-21T19:22:30+00:00"
+ },
+ {
+ "name": "bytestream/horde-stream",
+ "version": "v1.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Stream.git",
+ "reference": "f4fd1eed7d953771292d8f565c7f13ca4984c284"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Stream/zipball/f4fd1eed7d953771292d8f565c7f13ca4984c284",
+ "reference": "f4fd1eed7d953771292d8f565c7f13ca4984c284",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "bytestream/horde-stream-wrapper": "^2.2",
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Stream": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde PHP streams library",
+ "homepage": "https://www.horde.org/libraries/Horde_Stream",
+ "support": {
+ "source": "https://github.com/bytestream/Stream/tree/v1.7.0"
+ },
+ "time": "2021-12-21T12:45:59+00:00"
+ },
+ {
+ "name": "bytestream/horde-stream-filter",
+ "version": "v2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Stream_Filter.git",
+ "reference": "8a3561cd40a6896318c8ab8e1cb7b145ef07cc0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Stream_Filter/zipball/8a3561cd40a6896318c8ab8e1cb7b145ef07cc0d",
+ "reference": "8a3561cd40a6896318c8ab8e1cb7b145ef07cc0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Stream_Filter": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde PHP stream filters library",
+ "homepage": "https://www.horde.org/libraries/Horde_Stream_Filter",
+ "support": {
+ "source": "https://github.com/bytestream/Stream_Filter/tree/v2.1.0"
+ },
+ "time": "2021-12-20T22:48:47+00:00"
+ },
+ {
+ "name": "bytestream/horde-stream-wrapper",
+ "version": "v2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Stream_Wrapper.git",
+ "reference": "d9b8637203a3f7cdddf6a46691021a93604aae10"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Stream_Wrapper/zipball/d9b8637203a3f7cdddf6a46691021a93604aae10",
+ "reference": "d9b8637203a3f7cdddf6a46691021a93604aae10",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Stream_Wrapper": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde PHP stream wrappers library",
+ "homepage": "https://www.horde.org/libraries/Horde_Stream_Wrapper",
+ "support": {
+ "source": "https://github.com/bytestream/Stream_Wrapper/tree/v2.2.0"
+ },
+ "time": "2021-12-20T23:00:18+00:00"
+ },
+ {
+ "name": "bytestream/horde-stringprep",
+ "version": "v1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Stringprep.git",
+ "reference": "9450141cdc3b853c719274a0baee03e33a2d0ce1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Stringprep/zipball/9450141cdc3b853c719274a0baee03e33a2d0ce1",
+ "reference": "9450141cdc3b853c719274a0baee03e33a2d0ce1",
+ "shasum": ""
+ },
+ "require": {
+ "ext-iconv": "*",
+ "ext-intl": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Stringprep": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde internationalized strings preparation library",
+ "homepage": "https://www.horde.org",
+ "support": {
+ "source": "https://github.com/bytestream/Stringprep/tree/v1.1.0"
+ },
+ "time": "2021-12-21T18:19:43+00:00"
+ },
+ {
+ "name": "bytestream/horde-support",
+ "version": "v2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Support.git",
+ "reference": "90bedc0298a40b308d98b23e0b17e59eb4e1cdde"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Support/zipball/90bedc0298a40b308d98b23e0b17e59eb4e1cdde",
+ "reference": "90bedc0298a40b308d98b23e0b17e59eb4e1cdde",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-stream-wrapper": "^2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Support": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Jan Schneider",
+ "email": "jan@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "developer"
+ }
+ ],
+ "description": "Horde Supporting library",
+ "homepage": "https://www.horde.org/libraries/Horde_Support",
+ "support": {
+ "source": "https://github.com/bytestream/Support/tree/v2.3.0"
+ },
+ "time": "2021-12-21T13:26:56+00:00"
+ },
+ {
+ "name": "bytestream/horde-text-filter",
+ "version": "v2.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Text_Filter.git",
+ "reference": "ffd15ef856a0f31c5d49c8f8f4d5bcb820571121"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Text_Filter/zipball/ffd15ef856a0f31c5d49c8f8f4d5bcb820571121",
+ "reference": "ffd15ef856a0f31c5d49c8f8f4d5bcb820571121",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-idna": "^1",
+ "bytestream/horde-secret": "^2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "bytestream/horde-text-flowed": "^2.1",
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Text_Filter": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Jan Schneider",
+ "email": "jan@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "developer"
+ }
+ ],
+ "description": "Horde text filtering and conversion library",
+ "homepage": "https://www.horde.org/libraries/Horde_Text_Filter",
+ "support": {
+ "source": "https://github.com/bytestream/Text_Filter/tree/v2.4.0"
+ },
+ "time": "2021-12-21T16:08:23+00:00"
+ },
+ {
+ "name": "bytestream/horde-text-flowed",
+ "version": "v2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Text_Flowed.git",
+ "reference": "97153c2e68a600662c54eb02e973eda797134de1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Text_Flowed/zipball/97153c2e68a600662c54eb02e973eda797134de1",
+ "reference": "97153c2e68a600662c54eb02e973eda797134de1",
+ "shasum": ""
+ },
+ "require": {
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Text_Flowed": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Flowed text library",
+ "homepage": "https://www.horde.org/libraries/Horde_Text_Flowed",
+ "support": {
+ "source": "https://github.com/bytestream/Text_Flowed/tree/v2.1.0"
+ },
+ "time": "2021-12-21T12:01:44+00:00"
+ },
+ {
+ "name": "bytestream/horde-translation",
+ "version": "v2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Translation.git",
+ "reference": "50b32bf614164e3e44deb23f4210e709f967cbc6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Translation/zipball/50b32bf614164e3e44deb23f4210e709f967cbc6",
+ "reference": "50b32bf614164e3e44deb23f4210e709f967cbc6",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde_Translation": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Jan Schneider",
+ "email": "jan@horde.org",
+ "role": "lead"
+ }
+ ],
+ "description": "Horde Translation library",
+ "homepage": "https://www.horde.org/libraries/Horde_Translation",
+ "support": {
+ "source": "https://github.com/bytestream/Translation/tree/v2.3.0"
+ },
+ "time": "2021-12-20T20:30:50+00:00"
+ },
+ {
+ "name": "bytestream/horde-util",
+ "version": "v2.6.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bytestream/Util.git",
+ "reference": "14720033eb787c7cf1e47b49da86aa1f66c87793"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bytestream/Util/zipball/14720033eb787c7cf1e47b49da86aa1f66c87793",
+ "reference": "14720033eb787c7cf1e47b49da86aa1f66c87793",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Horde": "lib/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Chuck Hagenbuch",
+ "email": "chuck@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Jan Schneider",
+ "email": "jan@horde.org",
+ "role": "lead"
+ },
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "developer"
+ }
+ ],
+ "description": "Horde utility library",
+ "homepage": "https://www.horde.org/libraries/Horde_Util",
+ "support": {
+ "source": "https://github.com/bytestream/Util/tree/v2.6.1"
+ },
+ "time": "2021-12-21T17:30:42+00:00"
+ },
+ {
"name": "cerdic/css-tidy",
"version": "v2.0.1",
"source": {
@@ -988,663 +1912,111 @@
"time": "2022-04-17T13:12:02+00:00"
},
{
- "name": "pear-pear.horde.org/Horde_Crypt_Blowfish",
- "version": "1.1.3",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Crypt_Blowfish-1.1.3.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_support": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_crypt_blowfish": "== 1.1.3.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A library that provides blowfish encryption/decryption for PHP string data."
- },
- {
- "name": "pear-pear.horde.org/Horde_Date",
- "version": "2.4.1",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Date-2.4.1.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_nls": "<3.0.0.0",
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_date": "== 2.4.1.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "Package for creating and manipulating dates."
- },
- {
- "name": "pear-pear.horde.org/Horde_Exception",
- "version": "2.0.8",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Exception-2.0.8.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_exception": "== 2.0.8.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "This class provides the default exception handlers for the Horde Application Framework."
- },
- {
- "name": "pear-pear.horde.org/Horde_Idna",
- "version": "1.1.2",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Idna-1.1.2.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_idna": "== 1.1.2.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "description": "A library that wraps various backends providing IDNA (Internationalized Domain Names in Applications) support."
- },
- {
- "name": "pear-pear.horde.org/Horde_Imap_Client",
- "version": "2.30.4",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Imap_Client-2.30.4.tgz"
- },
- "require": {
- "ext-hash": "*",
- "ext-json": "*",
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_mail": "<3.0.0.0",
- "pear-pear.horde.org/horde_mime": "<3.0.0.0",
- "pear-pear.horde.org/horde_secret": "<3.0.0.0",
- "pear-pear.horde.org/horde_socket_client": "<3.0.0.0",
- "pear-pear.horde.org/horde_stream": "<2.0.0.0",
- "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0",
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_imap_client": "== 2.30.4.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A library to access IMAP4rev1 (RFC 3501) mail servers. Also supports connections to POP3 (STD 53/RFC 1939)."
- },
- {
- "name": "pear-pear.horde.org/Horde_ListHeaders",
- "version": "1.2.5",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_ListHeaders-1.2.5.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_mail": "<3.0.0.0",
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_listheaders": "== 1.2.5.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
+ "name": "nextcloud/horde-managesieve",
+ "version": "v1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nextcloud/horde-managesieve.git",
+ "reference": "fd81621064a4b4bef74aadeffa0e610d844314aa"
},
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "The Horde_ListHeaders library parses Mailing List Headers as defined in RFC 2369 & RFC 2919."
- },
- {
- "name": "pear-pear.horde.org/Horde_Mail",
- "version": "2.6.5",
"dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Mail-2.6.5.tgz"
+ "type": "zip",
+ "url": "https://api.github.com/repos/nextcloud/horde-managesieve/zipball/fd81621064a4b4bef74aadeffa0e610d844314aa",
+ "reference": "fd81621064a4b4bef74aadeffa0e610d844314aa",
+ "shasum": ""
},
"require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_idna": "<2.0.0.0",
- "pear-pear.horde.org/horde_mime": "<3.0.0.0",
- "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0",
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_mail": "== 2.6.5.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-socket-client": "^2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
},
- "include-path": [
- "/"
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "description": "Provides interfaces for sending e-mail messages and parsing e-mail addresses."
- },
- {
- "name": "pear-pear.horde.org/Horde_ManageSieve",
- "version": "1.0.3",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_ManageSieve-1.0.3.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_socket_client": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": ">=5.4.0.0"
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
},
- "replace": {
- "pear-horde/horde_managesieve": "== 1.0.3.0"
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
},
- "type": "pear-library",
"autoload": {
- "classmap": [
- ""
- ]
+ "psr-0": {
+ "Horde\\": "lib/"
+ }
},
- "include-path": [
- "/"
- ],
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
- "description": "A library that implements the ManageSieve protocol (RFC 5804)."
- },
- {
- "name": "pear-pear.horde.org/Horde_Mime",
- "version": "2.11.1",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Mime-2.11.1.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_listheaders": "<2.0.0.0",
- "pear-pear.horde.org/horde_mail": "<3.0.0.0",
- "pear-pear.horde.org/horde_stream": "<2.0.0.0",
- "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0",
- "pear-pear.horde.org/horde_support": "<3.0.0.0",
- "pear-pear.horde.org/horde_text_flowed": "<3.0.0.0",
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_mime": "== 2.11.1.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A library that provides methods for dealing with Multipurpose Internet Mail Extensions (MIME) features (RFC 2045/2046/2047)."
- },
- {
- "name": "pear-pear.horde.org/Horde_Nls",
- "version": "2.2.1",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Nls-2.2.1.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_nls": "== 2.2.1.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "Common methods for handling language data, timezones, and hostname->country lookups."
- },
- {
- "name": "pear-pear.horde.org/Horde_Secret",
- "version": "2.0.6",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Secret-2.0.6.tgz"
- },
- "require": {
- "ext-hash": "*",
- "pear-pear.horde.org/horde_crypt_blowfish": "<2.0.0.0",
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_support": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_secret": "== 2.0.6.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "An API for encrypting and decrypting small pieces of data with the use of a shared key."
- },
- {
- "name": "pear-pear.horde.org/Horde_Smtp",
- "version": "1.9.6",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Smtp-1.9.6.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_mail": "<3.0.0.0",
- "pear-pear.horde.org/horde_socket_client": "<3.0.0.0",
- "pear-pear.horde.org/horde_support": "<3.0.0.0",
- "pear-pear.horde.org/horde_translation": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_smtp": "== 1.9.6.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A library for connecting to a SMTP (RFC 5321) server to send e-mail messages."
- },
- {
- "name": "pear-pear.horde.org/Horde_Socket_Client",
- "version": "2.1.4",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Socket_Client-2.1.4.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_socket_client": "== 2.1.4.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A library that provides an abstract PHP network socket client."
- },
- {
- "name": "pear-pear.horde.org/Horde_Stream",
- "version": "1.6.3",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Stream-1.6.3.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_stream": "== 1.6.3.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "An object-oriented interface to assist in creating and storing PHP stream resources, and to provide utility methods to access and manipulate the stream contents."
- },
- {
- "name": "pear-pear.horde.org/Horde_Stream_Filter",
- "version": "2.0.4",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Stream_Filter-2.0.4.tgz"
- },
- "require": {
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_stream_filter": "== 2.0.4.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A collection of various stream filters."
- },
- {
- "name": "pear-pear.horde.org/Horde_Stream_Wrapper",
- "version": "2.1.5",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Stream_Wrapper-2.1.5.tgz"
- },
- "require": {
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_stream_wrapper": "== 2.1.5.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "BSD-2-Clause"
+ "authors": [
+ {
+ "name": "Jan Schneider",
+ "email": "jan@horde.org",
+ "role": "lead"
+ }
],
- "description": "A library of stream wrappers."
- },
- {
- "name": "pear-pear.horde.org/Horde_Stringprep",
- "version": "1.0.4",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Stringprep-1.0.4.tgz"
- },
- "require": {
- "ext-iconv": "*",
- "ext-intl": "*",
- "php": "<8.0.0.0"
+ "description": "ManageSieve client library",
+ "homepage": "https://www.horde.org",
+ "support": {
+ "source": "https://github.com/nextcloud/horde-managesieve/tree/v1.0.0"
},
- "replace": {
- "pear-horde/horde_stringprep": "== 1.0.4.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-3.0"
- ],
- "description": "Horde wrapper around the znerol/php-stringprep package."
+ "time": "2022-04-27T16:49:35+00:00"
},
{
- "name": "pear-pear.horde.org/Horde_Support",
- "version": "2.2.1",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Support-2.2.1.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_stream_wrapper": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_support": "== 2.2.1.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
+ "name": "nextcloud/horde-smtp",
+ "version": "v1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nextcloud/horde-smtp.git",
+ "reference": "8b6cae75c328d7aee19957123d23b69eb98c52a1"
},
- "include-path": [
- "/"
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "description": "Support library not tied to Horde but used by it."
- },
- {
- "name": "pear-pear.horde.org/Horde_Text_Filter",
- "version": "2.3.7",
"dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Text_Filter-2.3.7.tgz"
+ "type": "zip",
+ "url": "https://api.github.com/repos/nextcloud/horde-smtp/zipball/8b6cae75c328d7aee19957123d23b69eb98c52a1",
+ "reference": "8b6cae75c328d7aee19957123d23b69eb98c52a1",
+ "shasum": ""
},
"require": {
- "pear-pear.horde.org/horde_exception": "<3.0.0.0",
- "pear-pear.horde.org/horde_idna": "<2.0.0.0",
- "pear-pear.horde.org/horde_secret": "<3.0.0.0",
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_text_filter": "== 2.3.7.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
+ "bytestream/horde-exception": "^2",
+ "bytestream/horde-mail": "^2",
+ "bytestream/horde-socket-client": "^2",
+ "bytestream/horde-support": "^2",
+ "bytestream/horde-translation": "^2.2",
+ "bytestream/horde-util": "^2",
+ "php": "^7.4 || ^8.0"
},
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A library for fitering and converting text."
- },
- {
- "name": "pear-pear.horde.org/Horde_Text_Flowed",
- "version": "2.0.4",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Text_Flowed-2.0.4.tgz"
- },
- "require": {
- "pear-pear.horde.org/horde_util": "<3.0.0.0",
- "php": "<8.0.0.0"
+ "require-dev": {
+ "phpunit/phpunit": "^9.5"
},
- "replace": {
- "pear-horde/horde_text_flowed": "== 2.0.4.0"
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
},
- "type": "pear-library",
"autoload": {
- "classmap": [
- ""
- ]
+ "psr-0": {
+ "Horde_Smtp": "lib/"
+ }
},
- "include-path": [
- "/"
- ],
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
- "description": "A library that provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text)."
- },
- {
- "name": "pear-pear.horde.org/Horde_Translation",
- "version": "2.2.2",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Translation-2.2.2.tgz"
- },
- "require": {
- "php": "<8.0.0.0"
- },
- "replace": {
- "pear-horde/horde_translation": "== 2.2.2.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
+ "authors": [
+ {
+ "name": "Michael Slusarz",
+ "email": "slusarz@horde.org",
+ "role": "lead"
+ }
],
- "description": "Translation wrappers."
- },
- {
- "name": "pear-pear.horde.org/Horde_Util",
- "version": "2.5.9",
- "dist": {
- "type": "file",
- "url": "https://pear.horde.org/get/Horde_Util-2.5.9.tgz"
- },
- "require": {
- "ext-dom": "*",
- "php": "<8.0.0.0"
+ "description": "Horde SMTP client",
+ "homepage": "https://www.horde.org",
+ "support": {
+ "source": "https://github.com/nextcloud/horde-smtp/tree/v1.0.0"
},
- "replace": {
- "pear-horde/horde_util": "== 2.5.9.0"
- },
- "type": "pear-library",
- "autoload": {
- "classmap": [
- ""
- ]
- },
- "include-path": [
- "/"
- ],
- "license": [
- "LGPL-2.1"
- ],
- "description": "A library that provides functionality useful for all kind of applications."
+ "time": "2022-04-27T17:09:33+00:00"
},
{
"name": "psr/log",
@@ -2720,18 +3092,6 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
- "pear-pear.horde.org/horde_date": 0,
- "pear-pear.horde.org/horde_exception": 0,
- "pear-pear.horde.org/horde_imap_client": 0,
- "pear-pear.horde.org/horde_mail": 0,
- "pear-pear.horde.org/horde_mime": 0,
- "pear-pear.horde.org/horde_nls": 0,
- "pear-pear.horde.org/horde_smtp": 0,
- "pear-pear.horde.org/horde_stream": 0,
- "pear-pear.horde.org/horde_support": 0,
- "pear-pear.horde.org/horde_text_filter": 0,
- "pear-pear.horde.org/horde_text_flowed": 0,
- "pear-pear.horde.org/horde_util": 0,
"roave/security-advisories": 20
},
"prefer-stable": false,
@@ -2743,5 +3103,5 @@
"platform-overrides": {
"php": "7.4"
},
- "plugin-api-version": "1.1.0"
+ "plugin-api-version": "2.3.0"
}