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#installing-dependencies",
"content-hash": "811202f5483d4f624e26e8eaa79d3585",
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": "226bca013a4dc58b6471931564c6b568af2b66e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/226bca013a4dc58b6471931564c6b568af2b66e9",
"reference": "226bca013a4dc58b6471931564c6b568af2b66e9",
"shasum": ""
},
"require-dev": {
"pear/text_diff": "^1.2",
"simpletest/simpletest": "^1.1"
},
"type": "library",
"autoload": {
"classmap": [
"class.csstidy_optimise.php",
"class.csstidy_print.php",
"class.csstidy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
"name": "Cédric MORIN",
"email": "changeme@mailinator.com"
}
],
"description": "CSSTidy is a CSS minifier",
"time": "2018-04-10T09:09:46+00:00"
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "d85d39da4576a6934b72480be6978fb10c860021"
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
"reference": "d85d39da4576a6934b72480be6978fb10c860021",
"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": "2018-02-23T01:58:20+00:00"
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
193
194
195
196
197
198
{
"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"
},
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
{
"name": "horde/imap-client",
"version": "dev-query-datatime-2.29.15",
"source": {
"type": "git",
"url": "https://github.com/icewind1991/Imap_Client.git",
"reference": "168f0cfbe7ce9a673af94b273c83d302c9317f3a"
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"pear-pear.horde.org/horde_exception": "^2@stable",
"pear-pear.horde.org/horde_mail": "^2@stable",
"pear-pear.horde.org/horde_mime": "^2.5.2@stable",
"pear-pear.horde.org/horde_secret": "^2@stable",
"pear-pear.horde.org/horde_socket_client": "^2@stable",
"pear-pear.horde.org/horde_stream": "^1.4@stable",
"pear-pear.horde.org/horde_stream_filter": "^2@stable",
"pear-pear.horde.org/horde_translation": "^2.2@stable",
"pear-pear.horde.org/horde_util": "^2@stable",
"php": "^5.3 || ^7"
},
"replace": {
"pear-horde/horde_imap_client": "2.*",
"pear-pear.horde.org/horde_imap_client": "2.*"
},
"suggest": {
"ext-intl": "*",
"ext-mbstring": "*",
"pear-pear.horde.org/Horde_Cache": "^2@stable",
"pear-pear.horde.org/Horde_Compress_Fast": "^1@stable",
"pear-pear.horde.org/Horde_Crypt_Blowfish": "^1.1@stable",
"pear-pear.horde.org/Horde_Db": "^2.2@stable",
"pear-pear.horde.org/Horde_HashTable": "^1@stable",
"pear-pear.horde.org/Horde_Mongo": "^1@stable",
"pear-pear.horde.org/Horde_Pack": "^1@stable",
"pear-pear.horde.org/Horde_Stringprep": "^1@stable",
"pear-pear.horde.org/Horde_Support": "^2@stable",
"pear-pear.horde.org/Horde_Test": "^2.2.7@stable"
},
"type": "library",
"autoload": {
"psr-0": {
"Horde_Imap_Client": "lib/"
}
},
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Michael Slusarz",
"email": "slusarz@horde.org",
"role": "lead"
}
],
"description": "Horde IMAP Client",
"homepage": "https://pear.horde.org",
"time": "2018-05-29T11:26:49+00:00"
},
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
{
"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/",
"time": "2014-12-28T22:05:00+00:00"
{
"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_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",
"version": "13.0.2",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
"reference": "dcfe63673eed9a9a7971a96219055080868942fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/dcfe63673eed9a9a7971a96219055080868942fb",
"reference": "dcfe63673eed9a9a7971a96219055080868942fb",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
],
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
"time": "2018-04-26T12:12:23+00:00"
{
"name": "christophwurst/nextcloud_testing",
"version": "0.3.1",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_testing.git",
"reference": "68fc8a51942b5dd31747fb87785c183ee473c0b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_testing/zipball/68fc8a51942b5dd31747fb87785c183ee473c0b3",
"reference": "68fc8a51942b5dd31747fb87785c183ee473c0b3",
"shasum": ""
},
"require": {
"facebook/webdriver": "^1.5",
"phpunit/phpunit": "^5.7.26"
},
"require-dev": {
"christophwurst/nextcloud": "^13.0"
},
"type": "library",
"autoload": {
"psr-4": {
"ChristophWurst\\Nextcloud\\Testing\\": "/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"description": "Simple and fast unit and integration testing framework for Nextcloud, based on PHPUnit",
"time": "2018-03-12T17:25:35+00:00"
"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": {