Newer
Older
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"content-hash": "879fb2a72c265c0ca0fe5795979acc24",
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "arthurhoaro/favicon",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/ArthurHoaro/favicon.git",
"reference": "02163a16798bb024b0a413aa38400226665c1b2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/02163a16798bb024b0a413aa38400226665c1b2a",
"reference": "02163a16798bb024b0a413aa38400226665c1b2a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"weew/helpers-filesystem": "~1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Favicon\\": "src/Favicon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Chris Shiflett",
"homepage": "http://shiflett.org/"
},
{
"name": "Arthur Hoaro",
"homepage": "http://hoa.ro"
}
],
"description": "PHP Library used to discover favicon from given URL",
"homepage": "https://github.com/ArthurHoaro/favicon",
"keywords": [
"favicon",
"finder",
"icon"
],
"time": "2017-04-23T16:00:33+00:00"
},
{
"name": "cerdic/css-tidy",
"source": {
"type": "git",
"url": "https://github.com/Cerdic/CSSTidy.git",
"reference": "d4443352da925610919f1b49c5f6bb68216b6b60"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/d4443352da925610919f1b49c5f6bb68216b6b60",
"reference": "d4443352da925610919f1b49c5f6bb68216b6b60",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"."
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Cédric MORIN",
"email": "changeme@mailinator.com"
}
],
"description": "CSSTidy is a CSS minifier",
"time": "2017-09-29T14:18:45+00:00"
"version": "v4.9.3",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "95e1bae3182efc0f3422896a3236e991049dac69"
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
"reference": "95e1bae3182efc0f3422896a3236e991049dac69",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"require-dev": {
"simpletest/simpletest": "^1.1"
},
"type": "library",
"autoload": {
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [
"library/HTMLPurifier.composer.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"time": "2017-06-03T02:28:16+00:00"
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"name": "gravatarphp/gravatar",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/gravatarphp/gravatar.git",
"reference": "21b760c50bcdddd8e65d3a4b3981b7ec9b3d44aa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/gravatarphp/gravatar/zipball/21b760c50bcdddd8e65d3a4b3981b7ec9b3d44aa",
"reference": "21b760c50bcdddd8e65d3a4b3981b7ec9b3d44aa",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.11",
"henrikbjorn/phpspec-code-coverage": "^2.0",
"phpspec/phpspec": "^2.5",
"sllh/php-cs-fixer-styleci-bridge": "^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Gravatar\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Gravatar URL builder which is most commonly called as a Gravatar library",
"homepage": "http://gravatarphp.com",
"keywords": [
"avatar",
"gravatar",
"image",
"profile"
],
"time": "2016-06-25T11:20:11+00:00"
},
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{
"name": "kwi/urllinker",
"version": "dev-default",
"source": {
"type": "hg",
"url": "https://bitbucket.org/kwi/urllinker",
"reference": "b5e097f03963454b4e8f32581265c8e57c3409e6"
},
"dist": {
"type": "zip",
"url": "https://bitbucket.org/kwi/urllinker/get/b5e097f03963454b4e8f32581265c8e57c3409e6.zip",
"reference": "b5e097f03963454b4e8f32581265c8e57c3409e6",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Kwi\\": "lib"
},
"files": [
"UrlLinker.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Søren Løvborg",
"role": "Developer"
},
{
"name": "Dawid Nowak",
"email": "code@dnowak.pl",
"role": "Developer"
}
],
"description": "Autolink URLs in text or html",
"homepage": "http://www.kwi.dk/projects/php/UrlLinker/",
{
"name": "pear-pear.horde.org/Horde_Crypt_Blowfish",
"url": "https://pear.horde.org/get/Horde_Crypt_Blowfish-1.1.2.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
"pear-pear.horde.org/horde_support": "<3.0.0.0",
"pear-horde/horde_crypt_blowfish": "== 1.1.2.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Provides blowfish encryption/decryption for PHP string data."
},
{
"name": "pear-pear.horde.org/Horde_Date",
"url": "https://pear.horde.org/get/Horde_Date-2.4.1.tgz",
"reference": null,
"shasum": null
},
"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",
},
"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",
"url": "https://pear.horde.org/get/Horde_Exception-2.0.8.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_translation": "<3.0.0.0",
"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",
"dist": {
"type": "file",
"url": "https://pear.horde.org/get/Horde_Idna-1.1.1.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
},
"replace": {
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"BSD-2-Clause"
],
"description": "Normalized access to various backends providing IDNA (Internationalized Domain Names in Applications) support."
},
{
"name": "pear-pear.horde.org/Horde_Imap_Client",
"url": "https://pear.horde.org/get/Horde_Imap_Client-2.29.15.tgz",
"reference": null,
"shasum": null
},
"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",
"pear-horde/horde_imap_client": "== 2.29.15.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Interface to access IMAP4rev1 (RFC 3501) mail servers. Also supports connections to POP3 (STD 53/RFC 1939)."
},
{
"name": "pear-pear.horde.org/Horde_ListHeaders",
"url": "https://pear.horde.org/get/Horde_ListHeaders-1.2.5.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_mail": "<3.0.0.0",
"pear-pear.horde.org/horde_translation": "<3.0.0.0",
"pear-horde/horde_listheaders": "== 1.2.5.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"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",
"url": "https://pear.horde.org/get/Horde_Mail-2.6.4.tgz",
"reference": null,
"shasum": null
},
"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",
"pear-horde/horde_mail": "== 2.6.4.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"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_Mime",
"url": "https://pear.horde.org/get/Horde_Mime-2.11.0.tgz",
"reference": null,
"shasum": null
},
"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",
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Provides methods for dealing with Multipurpose Internet Mail Extensions (MIME) features (RFC 2045/2046/2047)."
},
{
"name": "pear-pear.horde.org/Horde_Nls",
"url": "https://pear.horde.org/get/Horde_Nls-2.2.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",
},
"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",
"url": "https://pear.horde.org/get/Horde_Secret-2.0.6.tgz",
"reference": null,
"shasum": null
},
"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",
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"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",
"url": "https://pear.horde.org/get/Horde_Smtp-1.9.5.tgz",
"reference": null,
"shasum": null
},
"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-horde/horde_smtp": "== 1.9.5.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Provides interfaces for connecting to a SMTP (RFC 5321) server to send e-mail messages."
},
{
"name": "pear-pear.horde.org/Horde_Socket_Client",
"url": "https://pear.horde.org/get/Horde_Socket_Client-2.1.2.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Provides abstract class for use in creating PHP network socket clients."
},
{
"name": "pear-pear.horde.org/Horde_Stream",
"url": "https://pear.horde.org/get/Horde_Stream-1.6.3.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"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",
"url": "https://pear.horde.org/get/Horde_Stream_Filter-2.0.4.tgz",
"reference": null,
"shasum": null
},
"require": {
},
"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",
"url": "https://pear.horde.org/get/Horde_Stream_Wrapper-2.1.4.tgz",
"reference": null,
"shasum": null
},
"require": {
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"BSD-2-Clause"
],
"description": "A collection of stream wrappers."
},
{
"name": "pear-pear.horde.org/Horde_Support",
"url": "https://pear.horde.org/get/Horde_Support-2.2.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
"pear-pear.horde.org/horde_stream_wrapper": "<3.0.0.0",
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"BSD-2-Clause"
],
"description": "Support classes not tied to Horde but is used by it. These classes can be used outside of Horde as well."
},
{
"name": "pear-pear.horde.org/Horde_Text_Filter",
"url": "https://pear.horde.org/get/Horde_Text_Filter-2.3.5.tgz",
"reference": null,
"shasum": null
},
"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_util": "<3.0.0.0",
"pear-horde/horde_text_filter": "== 2.3.5.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Common methods for fitering and converting text."
},
{
"name": "pear-pear.horde.org/Horde_Text_Flowed",
"url": "https://pear.horde.org/get/Horde_Text_Flowed-2.0.3.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_util": "<3.0.0.0",
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "The Horde_Text_Flowed:: class provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text)."
},
{
"name": "pear-pear.horde.org/Horde_Translation",
"url": "https://pear.horde.org/get/Horde_Translation-2.2.2.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-horde/horde_translation": "== 2.2.2.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "Translation wrappers."
},
{
"name": "pear-pear.horde.org/Horde_Util",
"url": "https://pear.horde.org/get/Horde_Util-2.5.8.tgz",
"reference": null,
"shasum": null
},
"require": {
"ext-dom": "*",
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "These classes provide functionality useful for all kind of applications."
}
],
{
"name": "christophwurst/nextcloud",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
"reference": "9d75dddf70f4fa0fcdac952114877a0c3297e401"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/9d75dddf70f4fa0fcdac952114877a0c3297e401",
"reference": "9d75dddf70f4fa0fcdac952114877a0c3297e401",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPLv3"
],
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
},
{
"name": "myclabs/deep-copy",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]