Mercurial > hg > rc1
comparison vendor/composer/installed.json @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children | 40bacaff7f07 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 [ | |
2 { | |
3 "name": "composer/semver", | |
4 "version": "1.4.2", | |
5 "version_normalized": "1.4.2.0", | |
6 "source": { | |
7 "type": "git", | |
8 "url": "https://github.com/composer/semver.git", | |
9 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" | |
10 }, | |
11 "dist": { | |
12 "type": "zip", | |
13 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", | |
14 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", | |
15 "shasum": "" | |
16 }, | |
17 "require": { | |
18 "php": "^5.3.2 || ^7.0" | |
19 }, | |
20 "require-dev": { | |
21 "phpunit/phpunit": "^4.5 || ^5.0.5", | |
22 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" | |
23 }, | |
24 "time": "2016-08-30T16:08:34+00:00", | |
25 "type": "library", | |
26 "extra": { | |
27 "branch-alias": { | |
28 "dev-master": "1.x-dev" | |
29 } | |
30 }, | |
31 "installation-source": "dist", | |
32 "autoload": { | |
33 "psr-4": { | |
34 "Composer\\Semver\\": "src" | |
35 } | |
36 }, | |
37 "notification-url": "https://packagist.org/downloads/", | |
38 "license": [ | |
39 "MIT" | |
40 ], | |
41 "authors": [ | |
42 { | |
43 "name": "Nils Adermann", | |
44 "email": "naderman@naderman.de", | |
45 "homepage": "http://www.naderman.de" | |
46 }, | |
47 { | |
48 "name": "Jordi Boggiano", | |
49 "email": "j.boggiano@seld.be", | |
50 "homepage": "http://seld.be" | |
51 }, | |
52 { | |
53 "name": "Rob Bast", | |
54 "email": "rob.bast@gmail.com", | |
55 "homepage": "http://robbast.nl" | |
56 } | |
57 ], | |
58 "description": "Semver library that offers utilities, version constraint parsing and validation.", | |
59 "keywords": [ | |
60 "semantic", | |
61 "semver", | |
62 "validation", | |
63 "versioning" | |
64 ] | |
65 }, | |
66 { | |
67 "name": "roundcube/plugin-installer", | |
68 "version": "0.1.9", | |
69 "version_normalized": "0.1.9.0", | |
70 "source": { | |
71 "type": "git", | |
72 "url": "https://github.com/roundcube/plugin-installer.git", | |
73 "reference": "782420af7fb3f24295a61101d7e9296110c894e4" | |
74 }, | |
75 "dist": { | |
76 "type": "zip", | |
77 "url": "https://api.github.com/repos/roundcube/plugin-installer/zipball/782420af7fb3f24295a61101d7e9296110c894e4", | |
78 "reference": "782420af7fb3f24295a61101d7e9296110c894e4", | |
79 "shasum": "" | |
80 }, | |
81 "require": { | |
82 "composer/semver": "^1.4.2", | |
83 "php": ">=5.3.0" | |
84 }, | |
85 "require-dev": { | |
86 "composer/composer": "*" | |
87 }, | |
88 "time": "2017-10-29T16:13:28+00:00", | |
89 "bin": [ | |
90 "src/bin/rcubeinitdb.sh" | |
91 ], | |
92 "type": "composer-installer", | |
93 "extra": { | |
94 "class": "Roundcube\\Composer\\PluginInstaller" | |
95 }, | |
96 "installation-source": "dist", | |
97 "autoload": { | |
98 "psr-0": { | |
99 "Roundcube\\Composer": "src/" | |
100 } | |
101 }, | |
102 "notification-url": "https://plugins.roundcube.net/downloads/", | |
103 "license": [ | |
104 "GPL-3.0+" | |
105 ], | |
106 "authors": [ | |
107 { | |
108 "name": "Till Klampaeckel", | |
109 "email": "till@php.net" | |
110 }, | |
111 { | |
112 "name": "Thomas Bruederli", | |
113 "email": "thomas@roundcube.net" | |
114 } | |
115 ], | |
116 "description": "A composer-installer for Roundcube plugins." | |
117 }, | |
118 { | |
119 "name": "pear/pear_exception", | |
120 "version": "v1.0.0", | |
121 "version_normalized": "1.0.0.0", | |
122 "source": { | |
123 "type": "git", | |
124 "url": "https://github.com/pear/PEAR_Exception.git", | |
125 "reference": "8c18719fdae000b690e3912be401c76e406dd13b" | |
126 }, | |
127 "dist": { | |
128 "type": "zip", | |
129 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", | |
130 "reference": "8c18719fdae000b690e3912be401c76e406dd13b", | |
131 "shasum": "" | |
132 }, | |
133 "require": { | |
134 "php": ">=4.4.0" | |
135 }, | |
136 "require-dev": { | |
137 "phpunit/phpunit": "*" | |
138 }, | |
139 "time": "2015-02-10T20:07:52+00:00", | |
140 "type": "class", | |
141 "extra": { | |
142 "branch-alias": { | |
143 "dev-master": "1.0.x-dev" | |
144 } | |
145 }, | |
146 "installation-source": "dist", | |
147 "autoload": { | |
148 "psr-0": { | |
149 "PEAR": "" | |
150 } | |
151 }, | |
152 "notification-url": "https://packagist.org/downloads/", | |
153 "include-path": [ | |
154 "." | |
155 ], | |
156 "license": [ | |
157 "BSD-2-Clause" | |
158 ], | |
159 "authors": [ | |
160 { | |
161 "name": "Helgi Thormar", | |
162 "email": "dufuz@php.net" | |
163 }, | |
164 { | |
165 "name": "Greg Beaver", | |
166 "email": "cellog@php.net" | |
167 } | |
168 ], | |
169 "description": "The PEAR Exception base class.", | |
170 "homepage": "https://github.com/pear/PEAR_Exception", | |
171 "keywords": [ | |
172 "exception" | |
173 ] | |
174 }, | |
175 { | |
176 "name": "pear/auth_sasl", | |
177 "version": "v1.1.0", | |
178 "version_normalized": "1.1.0.0", | |
179 "source": { | |
180 "type": "git", | |
181 "url": "https://github.com/pear/Auth_SASL.git", | |
182 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee" | |
183 }, | |
184 "dist": { | |
185 "type": "zip", | |
186 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee", | |
187 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee", | |
188 "shasum": "" | |
189 }, | |
190 "require": { | |
191 "pear/pear_exception": "@stable" | |
192 }, | |
193 "require-dev": { | |
194 "phpunit/phpunit": "@stable" | |
195 }, | |
196 "time": "2017-03-07T14:37:05+00:00", | |
197 "type": "library", | |
198 "installation-source": "dist", | |
199 "autoload": { | |
200 "psr-0": { | |
201 "Auth": "./" | |
202 } | |
203 }, | |
204 "notification-url": "https://packagist.org/downloads/", | |
205 "include-path": [ | |
206 "./" | |
207 ], | |
208 "license": [ | |
209 "BSD" | |
210 ], | |
211 "authors": [ | |
212 { | |
213 "name": "Anish Mistry", | |
214 "email": "amistry@am-productions.biz", | |
215 "role": "Lead" | |
216 }, | |
217 { | |
218 "name": "Richard Heyes", | |
219 "email": "richard@php.net", | |
220 "role": "Lead" | |
221 }, | |
222 { | |
223 "name": "Michael Bretterklieber", | |
224 "email": "michael@bretterklieber.com", | |
225 "role": "Lead" | |
226 } | |
227 ], | |
228 "description": "Abstraction of various SASL mechanism responses" | |
229 }, | |
230 { | |
231 "name": "pear/net_idna2", | |
232 "version": "v0.2.0", | |
233 "version_normalized": "0.2.0.0", | |
234 "source": { | |
235 "type": "git", | |
236 "url": "https://github.com/pear/Net_IDNA2.git", | |
237 "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c" | |
238 }, | |
239 "dist": { | |
240 "type": "zip", | |
241 "url": "https://api.github.com/repos/pear/Net_IDNA2/zipball/51734eaf8be2df58e8aad5835b9966459b2fb37c", | |
242 "reference": "51734eaf8be2df58e8aad5835b9966459b2fb37c", | |
243 "shasum": "" | |
244 }, | |
245 "require": { | |
246 "pear/pear_exception": "@stable" | |
247 }, | |
248 "require-dev": { | |
249 "phpunit/phpunit": "^4" | |
250 }, | |
251 "time": "2017-03-06T20:46:41+00:00", | |
252 "type": "library", | |
253 "installation-source": "dist", | |
254 "autoload": { | |
255 "psr-0": { | |
256 "Net": "./" | |
257 } | |
258 }, | |
259 "notification-url": "https://packagist.org/downloads/", | |
260 "include-path": [ | |
261 "./" | |
262 ], | |
263 "license": [ | |
264 "LGPL" | |
265 ], | |
266 "authors": [ | |
267 { | |
268 "name": "Stefan Neufeind", | |
269 "email": "pear.neufeind@speedpartner.de", | |
270 "role": "Lead" | |
271 }, | |
272 { | |
273 "name": "Daniel O'Connor", | |
274 "email": "daniel.oconnor@gmail.com", | |
275 "role": "Lead" | |
276 } | |
277 ], | |
278 "description": "More info available on: https://pear.php.net/package/Net_IDNA2" | |
279 }, | |
280 { | |
281 "name": "pear/console_commandline", | |
282 "version": "v1.2.2", | |
283 "version_normalized": "1.2.2.0", | |
284 "source": { | |
285 "type": "git", | |
286 "url": "https://github.com/pear/Console_CommandLine.git", | |
287 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67" | |
288 }, | |
289 "dist": { | |
290 "type": "zip", | |
291 "url": "https://api.github.com/repos/pear/Console_CommandLine/zipball/7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67", | |
292 "reference": "7a8afa50bdc8dbfdc0cf394f1101106e8b8f8e67", | |
293 "shasum": "" | |
294 }, | |
295 "require": { | |
296 "ext-dom": "*", | |
297 "ext-xml": "*", | |
298 "pear/pear_exception": "^1.0.0", | |
299 "php": ">=5.3.0" | |
300 }, | |
301 "require-dev": { | |
302 "phpunit/phpunit": "*" | |
303 }, | |
304 "time": "2016-07-14T06:00:57+00:00", | |
305 "type": "library", | |
306 "installation-source": "dist", | |
307 "autoload": { | |
308 "psr-0": { | |
309 "Console": "./" | |
310 } | |
311 }, | |
312 "notification-url": "https://packagist.org/downloads/", | |
313 "include-path": [ | |
314 "" | |
315 ], | |
316 "license": [ | |
317 "MIT" | |
318 ], | |
319 "authors": [ | |
320 { | |
321 "name": "Richard Quadling", | |
322 "email": "RQuadling@GMail.com" | |
323 }, | |
324 { | |
325 "name": "David Jean Louis", | |
326 "email": "izimobil@gmail.com" | |
327 } | |
328 ], | |
329 "description": "A full featured command line options and arguments parser.", | |
330 "homepage": "https://github.com/pear/Console_CommandLine", | |
331 "keywords": [ | |
332 "console" | |
333 ] | |
334 }, | |
335 { | |
336 "name": "pear/crypt_gpg", | |
337 "version": "v1.6.2", | |
338 "version_normalized": "1.6.2.0", | |
339 "source": { | |
340 "type": "git", | |
341 "url": "https://github.com/pear/Crypt_GPG.git", | |
342 "reference": "43066ee0f1cad38aa6cf41ed13db34a2792e527d" | |
343 }, | |
344 "dist": { | |
345 "type": "zip", | |
346 "url": "https://api.github.com/repos/pear/Crypt_GPG/zipball/43066ee0f1cad38aa6cf41ed13db34a2792e527d", | |
347 "reference": "43066ee0f1cad38aa6cf41ed13db34a2792e527d", | |
348 "shasum": "" | |
349 }, | |
350 "require": { | |
351 "ext-mbstring": "*", | |
352 "pear/console_commandline": "*", | |
353 "pear/pear_exception": "*", | |
354 "php": ">=5.4.8" | |
355 }, | |
356 "require-dev": { | |
357 "phpunit/phpunit": "*" | |
358 }, | |
359 "suggest": { | |
360 "ext-posix": "May require the posix PHP extension" | |
361 }, | |
362 "time": "2017-09-03T07:55:02+00:00", | |
363 "bin": [ | |
364 "scripts/crypt-gpg-pinentry" | |
365 ], | |
366 "type": "library", | |
367 "installation-source": "dist", | |
368 "autoload": { | |
369 "psr-0": { | |
370 "Crypt": "./" | |
371 } | |
372 }, | |
373 "notification-url": "https://packagist.org/downloads/", | |
374 "include-path": [ | |
375 "./" | |
376 ], | |
377 "license": [ | |
378 "LGPL-2.1" | |
379 ], | |
380 "authors": [ | |
381 { | |
382 "name": "Michael Gauthier", | |
383 "email": "mike@silverorange.com" | |
384 }, | |
385 { | |
386 "name": "Nathan Fredrickson", | |
387 "email": "nathan@silverorange.com" | |
388 }, | |
389 { | |
390 "name": "Aleksander Machniak", | |
391 "email": "alec@alec.pl" | |
392 } | |
393 ], | |
394 "description": "Provides an object oriented interface to the GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.", | |
395 "homepage": "https://github.com/pear/Crypt_GPG", | |
396 "keywords": [ | |
397 "PGP", | |
398 "encryption", | |
399 "gnupg", | |
400 "gpg" | |
401 ] | |
402 }, | |
403 { | |
404 "name": "pear/net_socket", | |
405 "version": "v1.2.1", | |
406 "version_normalized": "1.2.1.0", | |
407 "source": { | |
408 "type": "git", | |
409 "url": "https://github.com/pear/Net_Socket.git", | |
410 "reference": "f31d75ac352d49908f8987bbb1496c02a409812a" | |
411 }, | |
412 "dist": { | |
413 "type": "zip", | |
414 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/f31d75ac352d49908f8987bbb1496c02a409812a", | |
415 "reference": "f31d75ac352d49908f8987bbb1496c02a409812a", | |
416 "shasum": "" | |
417 }, | |
418 "require": { | |
419 "pear/pear_exception": "@stable", | |
420 "php": ">=5.4.0" | |
421 }, | |
422 "require-dev": { | |
423 "phpunit/phpunit": "^4" | |
424 }, | |
425 "time": "2017-04-06T15:16:38+00:00", | |
426 "type": "library", | |
427 "installation-source": "dist", | |
428 "autoload": { | |
429 "psr-0": { | |
430 "Net": "./" | |
431 } | |
432 }, | |
433 "notification-url": "https://packagist.org/downloads/", | |
434 "include-path": [ | |
435 "./" | |
436 ], | |
437 "license": [ | |
438 "BSD-2-Clause" | |
439 ], | |
440 "authors": [ | |
441 { | |
442 "name": "Chuck Hagenbuch", | |
443 "email": "chuck@horde.org", | |
444 "role": "Lead" | |
445 }, | |
446 { | |
447 "name": "Aleksander Machniak", | |
448 "email": "alec@php.net", | |
449 "role": "Lead" | |
450 }, | |
451 { | |
452 "name": "Stig Bakken", | |
453 "email": "stig@php.net", | |
454 "role": "Lead" | |
455 } | |
456 ], | |
457 "description": "More info available on: http://pear.php.net/package/Net_Socket" | |
458 }, | |
459 { | |
460 "name": "pear/console_getopt", | |
461 "version": "v1.4.1", | |
462 "version_normalized": "1.4.1.0", | |
463 "source": { | |
464 "type": "git", | |
465 "url": "https://github.com/pear/Console_Getopt.git", | |
466 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f" | |
467 }, | |
468 "dist": { | |
469 "type": "zip", | |
470 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", | |
471 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", | |
472 "shasum": "" | |
473 }, | |
474 "time": "2015-07-20T20:28:12+00:00", | |
475 "type": "library", | |
476 "installation-source": "dist", | |
477 "autoload": { | |
478 "psr-0": { | |
479 "Console": "./" | |
480 } | |
481 }, | |
482 "notification-url": "https://packagist.org/downloads/", | |
483 "include-path": [ | |
484 "./" | |
485 ], | |
486 "license": [ | |
487 "BSD-2-Clause" | |
488 ], | |
489 "authors": [ | |
490 { | |
491 "name": "Greg Beaver", | |
492 "email": "cellog@php.net", | |
493 "role": "Helper" | |
494 }, | |
495 { | |
496 "name": "Andrei Zmievski", | |
497 "email": "andrei@php.net", | |
498 "role": "Lead" | |
499 }, | |
500 { | |
501 "name": "Stig Bakken", | |
502 "email": "stig@php.net", | |
503 "role": "Developer" | |
504 } | |
505 ], | |
506 "description": "More info available on: http://pear.php.net/package/Console_Getopt" | |
507 }, | |
508 { | |
509 "name": "pear/pear-core-minimal", | |
510 "version": "v1.10.3", | |
511 "version_normalized": "1.10.3.0", | |
512 "source": { | |
513 "type": "git", | |
514 "url": "https://github.com/pear/pear-core-minimal.git", | |
515 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115" | |
516 }, | |
517 "dist": { | |
518 "type": "zip", | |
519 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115", | |
520 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115", | |
521 "shasum": "" | |
522 }, | |
523 "require": { | |
524 "pear/console_getopt": "~1.4", | |
525 "pear/pear_exception": "~1.0" | |
526 }, | |
527 "replace": { | |
528 "rsky/pear-core-min": "self.version" | |
529 }, | |
530 "time": "2017-02-28T16:46:11+00:00", | |
531 "type": "library", | |
532 "installation-source": "dist", | |
533 "autoload": { | |
534 "psr-0": { | |
535 "": "src/" | |
536 } | |
537 }, | |
538 "notification-url": "https://packagist.org/downloads/", | |
539 "include-path": [ | |
540 "src/" | |
541 ], | |
542 "license": [ | |
543 "BSD-3-Clause" | |
544 ], | |
545 "authors": [ | |
546 { | |
547 "name": "Christian Weiske", | |
548 "email": "cweiske@php.net", | |
549 "role": "Lead" | |
550 } | |
551 ], | |
552 "description": "Minimal set of PEAR core files to be used as composer dependency" | |
553 }, | |
554 { | |
555 "name": "pear/net_sieve", | |
556 "version": "1.4.0", | |
557 "version_normalized": "1.4.0.0", | |
558 "source": { | |
559 "type": "git", | |
560 "url": "https://github.com/pear/Net_Sieve.git", | |
561 "reference": "0058a5e3c84841fe841c055e118fbee4ed239a8f" | |
562 }, | |
563 "dist": { | |
564 "type": "zip", | |
565 "url": "https://api.github.com/repos/pear/Net_Sieve/zipball/0058a5e3c84841fe841c055e118fbee4ed239a8f", | |
566 "reference": "0058a5e3c84841fe841c055e118fbee4ed239a8f", | |
567 "shasum": "" | |
568 }, | |
569 "require": { | |
570 "pear/net_socket": "*", | |
571 "pear/pear-core-minimal": "*" | |
572 }, | |
573 "require-dev": { | |
574 "phpunit/phpunit": "~5.7.15" | |
575 }, | |
576 "suggest": { | |
577 "pear/auth_sasl": "Install optionally via your project's composer.json" | |
578 }, | |
579 "time": "2017-05-21T10:17:48+00:00", | |
580 "type": "library", | |
581 "installation-source": "dist", | |
582 "autoload": { | |
583 "classmap": [ | |
584 "./" | |
585 ] | |
586 }, | |
587 "notification-url": "https://packagist.org/downloads/", | |
588 "license": [ | |
589 "BSD" | |
590 ], | |
591 "authors": [ | |
592 { | |
593 "name": "Anish Mistry", | |
594 "email": "amistry@am-productions.biz", | |
595 "role": "Lead" | |
596 }, | |
597 { | |
598 "name": "Richard Heyes", | |
599 "email": "richard@php.net", | |
600 "role": "Lead" | |
601 }, | |
602 { | |
603 "name": "Jan Schneider", | |
604 "email": "jan@horde.org", | |
605 "role": "lead" | |
606 }, | |
607 { | |
608 "name": "Damian Fernandez Sosa", | |
609 "email": "damlists@cnba.uba.ar", | |
610 "role": "Lead" | |
611 } | |
612 ], | |
613 "description": "More info available on: http://pear.php.net/package/Net_Sieve" | |
614 }, | |
615 { | |
616 "name": "pear/mail_mime", | |
617 "version": "1.10.2", | |
618 "version_normalized": "1.10.2.0", | |
619 "source": { | |
620 "type": "git", | |
621 "url": "https://github.com/pear/Mail_Mime.git", | |
622 "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a" | |
623 }, | |
624 "dist": { | |
625 "type": "zip", | |
626 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/7b2f93fa5219da99e9997f497b916b5bb27eb57a", | |
627 "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a", | |
628 "shasum": "" | |
629 }, | |
630 "require": { | |
631 "pear/pear-core-minimal": "*" | |
632 }, | |
633 "time": "2017-11-17T09:21:45+00:00", | |
634 "type": "library", | |
635 "installation-source": "dist", | |
636 "autoload": { | |
637 "psr-0": { | |
638 "Mail": "./" | |
639 } | |
640 }, | |
641 "notification-url": "https://packagist.org/downloads/", | |
642 "include-path": [ | |
643 "./" | |
644 ], | |
645 "license": [ | |
646 "BSD-3-clause" | |
647 ], | |
648 "authors": [ | |
649 { | |
650 "name": "Cipriano Groenendal", | |
651 "email": "cipri@php.net", | |
652 "role": "Lead" | |
653 }, | |
654 { | |
655 "name": "Aleksander Machniak", | |
656 "email": "alec@php.net", | |
657 "role": "Lead" | |
658 } | |
659 ], | |
660 "description": "Mail_Mime provides classes to create MIME messages", | |
661 "homepage": "http://pear.php.net/package/Mail_Mime" | |
662 }, | |
663 { | |
664 "name": "pear/net_smtp", | |
665 "version": "1.7.3", | |
666 "version_normalized": "1.7.3.0", | |
667 "source": { | |
668 "type": "git", | |
669 "url": "https://github.com/pear/Net_SMTP.git", | |
670 "reference": "e066e5ee011ae056c03db1a95d210fc09649b477" | |
671 }, | |
672 "dist": { | |
673 "type": "zip", | |
674 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/e066e5ee011ae056c03db1a95d210fc09649b477", | |
675 "reference": "e066e5ee011ae056c03db1a95d210fc09649b477", | |
676 "shasum": "" | |
677 }, | |
678 "require": { | |
679 "pear/net_socket": "*", | |
680 "pear/pear-core-minimal": "*", | |
681 "php": ">=5.4.0" | |
682 }, | |
683 "require-dev": { | |
684 "phpunit/phpunit": "*" | |
685 }, | |
686 "suggest": { | |
687 "pear/auth_sasl": "Install optionally via your project's composer.json" | |
688 }, | |
689 "time": "2017-01-14T18:19:55+00:00", | |
690 "type": "library", | |
691 "installation-source": "dist", | |
692 "autoload": { | |
693 "psr-0": { | |
694 "Net": "./" | |
695 } | |
696 }, | |
697 "notification-url": "https://packagist.org/downloads/", | |
698 "include-path": [ | |
699 "./" | |
700 ], | |
701 "license": [ | |
702 "PHP-3.01" | |
703 ], | |
704 "authors": [ | |
705 { | |
706 "name": "Jon Parise", | |
707 "email": "jon@php.net", | |
708 "homepage": "http://www.indelible.org", | |
709 "role": "Lead" | |
710 }, | |
711 { | |
712 "name": "Chuck Hagenbuch", | |
713 "email": "chuck@horde.org", | |
714 "role": "Lead" | |
715 } | |
716 ], | |
717 "description": "An implementation of the SMTP protocol", | |
718 "homepage": "http://pear.github.io/Net_SMTP/", | |
719 "keywords": [ | |
720 "email", | |
721 "mail", | |
722 "smtp" | |
723 ] | |
724 }, | |
725 { | |
726 "name": "endroid/qrcode", | |
727 "version": "1.6.6", | |
728 "version_normalized": "1.6.6.0", | |
729 "source": { | |
730 "type": "git", | |
731 "url": "https://github.com/endroid/qr-code.git", | |
732 "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0" | |
733 }, | |
734 "dist": { | |
735 "type": "zip", | |
736 "url": "https://api.github.com/repos/endroid/qr-code/zipball/cef5d5b7b904d7bb0708eb744c35316364b65fa0", | |
737 "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0", | |
738 "shasum": "" | |
739 }, | |
740 "require": { | |
741 "ext-gd": "*", | |
742 "php": ">=5.3.0" | |
743 }, | |
744 "time": "2016-05-29T07:37:18+00:00", | |
745 "type": "library", | |
746 "extra": { | |
747 "branch-alias": { | |
748 "dev-master": "1.x-dev" | |
749 } | |
750 }, | |
751 "installation-source": "dist", | |
752 "autoload": { | |
753 "psr-4": { | |
754 "Endroid\\QrCode\\": "src/" | |
755 } | |
756 }, | |
757 "notification-url": "https://packagist.org/downloads/", | |
758 "license": [ | |
759 "MIT" | |
760 ], | |
761 "authors": [ | |
762 { | |
763 "name": "Jeroen van den Enden", | |
764 "email": "info@endroid.nl", | |
765 "homepage": "http://endroid.nl/" | |
766 } | |
767 ], | |
768 "description": "Endroid QR Code", | |
769 "homepage": "https://github.com/endroid/QrCode", | |
770 "keywords": [ | |
771 "code", | |
772 "endroid", | |
773 "qr", | |
774 "qrcode" | |
775 ], | |
776 "abandoned": "endroid/qr-code" | |
777 }, | |
778 { | |
779 "name": "weird-birds/thunderbird_labels", | |
780 "version": "v1.1.4", | |
781 "version_normalized": "1.1.4.0", | |
782 "source": { | |
783 "type": "git", | |
784 "url": "https://github.com/mike-kfed/rcmail-thunderbird-labels.git", | |
785 "reference": "eef4c17068b2228e1379f321a6f2923e4185b950" | |
786 }, | |
787 "dist": { | |
788 "type": "zip", | |
789 "url": "https://api.github.com/repos/mike-kfed/rcmail-thunderbird-labels/zipball/eef4c17068b2228e1379f321a6f2923e4185b950", | |
790 "reference": "eef4c17068b2228e1379f321a6f2923e4185b950", | |
791 "shasum": "" | |
792 }, | |
793 "require": { | |
794 "roundcube/plugin-installer": ">=0.1.3" | |
795 }, | |
796 "time": "2017-11-17T09:55:56+00:00", | |
797 "type": "roundcube-plugin", | |
798 "installation-source": "dist", | |
799 "notification-url": "https://plugins.roundcube.net/downloads/", | |
800 "license": [ | |
801 "BSD-2-Clause" | |
802 ], | |
803 "authors": [ | |
804 { | |
805 "name": "Michael Kefeder", | |
806 "homepage": "https://github.com/mike-kfed/rcmail-thunderbird-labels", | |
807 "role": "Developer" | |
808 } | |
809 ], | |
810 "keywords": [ | |
811 "labels", | |
812 "mail", | |
813 "tags" | |
814 ] | |
815 }, | |
816 { | |
817 "name": "johndoh/contextmenu", | |
818 "version": "2.3", | |
819 "version_normalized": "2.3.0.0", | |
820 "source": { | |
821 "type": "git", | |
822 "url": "https://github.com/JohnDoh/roundcube-contextmenu.git", | |
823 "reference": "7a03909260638a6ae05567b091dc120b653b1330" | |
824 }, | |
825 "dist": { | |
826 "type": "zip", | |
827 "url": "https://api.github.com/repos/JohnDoh/roundcube-contextmenu/zipball/7a03909260638a6ae05567b091dc120b653b1330", | |
828 "reference": "7a03909260638a6ae05567b091dc120b653b1330", | |
829 "shasum": "" | |
830 }, | |
831 "require": { | |
832 "php": ">=5.2.1", | |
833 "roundcube/plugin-installer": ">=0.1.2" | |
834 }, | |
835 "time": "2017-06-14T05:37:14+00:00", | |
836 "type": "roundcube-plugin", | |
837 "extra": { | |
838 "roundcube": { | |
839 "min-version": "1.3" | |
840 } | |
841 }, | |
842 "installation-source": "dist", | |
843 "notification-url": "https://plugins.roundcube.net/downloads/", | |
844 "license": [ | |
845 "GPL-3.0" | |
846 ], | |
847 "authors": [ | |
848 { | |
849 "name": "Philip Weir", | |
850 "email": "roundcube@tehinterweb.co.uk", | |
851 "role": "Developer" | |
852 } | |
853 ], | |
854 "description": "Adds context menus with common tasks to various parts of Roundcube", | |
855 "homepage": "http://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/", | |
856 "keywords": [ | |
857 "context", | |
858 "menu", | |
859 "right-click" | |
860 ] | |
861 }, | |
862 { | |
863 "name": "roundcube/filters", | |
864 "version": "dev-filters-2.1.6", | |
865 "version_normalized": "dev-filters-2.1.6", | |
866 "source": { | |
867 "type": "git", | |
868 "url": "https://github.com/6ec123321/filters.git", | |
869 "reference": "5077a4abb7e13a2e98d2c8d648f576af23a6ddee" | |
870 }, | |
871 "dist": { | |
872 "type": "zip", | |
873 "url": "https://api.github.com/repos/6ec123321/filters/zipball/5077a4abb7e13a2e98d2c8d648f576af23a6ddee", | |
874 "reference": "5077a4abb7e13a2e98d2c8d648f576af23a6ddee", | |
875 "shasum": "" | |
876 }, | |
877 "require": { | |
878 "php": ">=5.3.0", | |
879 "roundcube/plugin-installer": ">=0.1.3" | |
880 }, | |
881 "time": "2017-05-10T13:29:46+00:00", | |
882 "type": "roundcube-plugin", | |
883 "extra": { | |
884 "roundcube": { | |
885 "min-version": "1.0-rc" | |
886 } | |
887 }, | |
888 "installation-source": "source", | |
889 "notification-url": "https://plugins.roundcube.net/downloads/", | |
890 "license": [ | |
891 "GNU GPLv3+" | |
892 ], | |
893 "authors": [ | |
894 { | |
895 "name": "Artur Petrov", | |
896 "email": "admin@gtn18.ru", | |
897 "role": "Developer" | |
898 }, | |
899 { | |
900 "name": "Roberto Zarrelli", | |
901 "email": "zarrelli@unimol.it", | |
902 "role": "Author" | |
903 } | |
904 ], | |
905 "description": "Plugin that adds a new tab to the settings section to create client-side e-mail filtering.", | |
906 "homepage": "https://github.com/6ec123321/filters/archive/master.zip", | |
907 "keywords": [ | |
908 "client-side", | |
909 "filters", | |
910 "rules", | |
911 "spam" | |
912 ] | |
913 } | |
914 ] |