Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. [
  2. {
  3. "name": "roundcube/plugin-installer",
  4. "version": "0.1.8",
  5. "version_normalized": "0.1.8.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/roundcube/plugin-installer.git",
  9. "reference": "43f0938f2c4ce6885c5cb7c5c43d13e8fdc8b8a8"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/roundcube/plugin-installer/zipball/43f0938f2c4ce6885c5cb7c5c43d13e8fdc8b8a8",
  14. "reference": "43f0938f2c4ce6885c5cb7c5c43d13e8fdc8b8a8",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0"
  19. },
  20. "require-dev": {
  21. "composer/composer": "*"
  22. },
  23. "time": "2015-12-22 11:29:24",
  24. "bin": [
  25. "src/bin/rcubeinitdb.sh"
  26. ],
  27. "type": "composer-installer",
  28. "extra": {
  29. "class": "Roundcube\\Composer\\PluginInstaller"
  30. },
  31. "installation-source": "dist",
  32. "autoload": {
  33. "psr-0": {
  34. "Roundcube\\Composer": "src/"
  35. }
  36. },
  37. "notification-url": "https://plugins.roundcube.net/downloads/",
  38. "license": [
  39. "GPL-3.0+"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Till Klampaeckel",
  44. "email": "till@php.net"
  45. },
  46. {
  47. "name": "Thomas Bruederli",
  48. "email": "thomas@roundcube.net"
  49. }
  50. ],
  51. "description": "A composer-installer for Roundcube plugins."
  52. },
  53. {
  54. "name": "pear-pear.php.net/Auth_SASL",
  55. "version": "1.0.6",
  56. "version_normalized": "1.0.6.0",
  57. "dist": {
  58. "type": "file",
  59. "url": "https://pear.php.net/get/Auth_SASL-1.0.6.tgz",
  60. "reference": null,
  61. "shasum": null
  62. },
  63. "require": {
  64. "php": ">=4.2.0.0"
  65. },
  66. "replace": {
  67. "pear-pear/auth_sasl": "== 1.0.6.0"
  68. },
  69. "type": "pear-library",
  70. "installation-source": "dist",
  71. "autoload": {
  72. "classmap": [
  73. ""
  74. ]
  75. },
  76. "include-path": [
  77. "/"
  78. ],
  79. "license": [
  80. "BSD"
  81. ],
  82. "description": "Provides code to generate responses to common SASL mechanisms, including:\n- Digest-MD5\n- Cram-MD5\n- Plain\n- Anonymous\n- Login (Pseudo mechanism)\n- SCRAM"
  83. },
  84. {
  85. "name": "pear-pear.php.net/Net_IDNA2",
  86. "version": "0.1.1",
  87. "version_normalized": "0.1.1.0",
  88. "dist": {
  89. "type": "file",
  90. "url": "https://pear.php.net/get/Net_IDNA2-0.1.1.tgz",
  91. "reference": null,
  92. "shasum": null
  93. },
  94. "require": {
  95. "php": ">=5.2.1.0"
  96. },
  97. "replace": {
  98. "pear-pear/net_idna2": "== 0.1.1.0"
  99. },
  100. "type": "pear-library",
  101. "installation-source": "dist",
  102. "autoload": {
  103. "classmap": [
  104. ""
  105. ]
  106. },
  107. "include-path": [
  108. "/"
  109. ],
  110. "license": [
  111. "LGPL"
  112. ],
  113. "description": "This package helps you to encode and decode punycode strings easily."
  114. },
  115. {
  116. "name": "pear-pear.php.net/Mail_Mime",
  117. "version": "1.10.0",
  118. "version_normalized": "1.10.0.0",
  119. "dist": {
  120. "type": "file",
  121. "url": "https://pear.php.net/get/Mail_Mime-1.10.0.tgz",
  122. "reference": null,
  123. "shasum": null
  124. },
  125. "require": {
  126. "php": ">=5.0.0.0"
  127. },
  128. "replace": {
  129. "pear-pear/mail_mime": "== 1.10.0.0"
  130. },
  131. "type": "pear-library",
  132. "installation-source": "dist",
  133. "autoload": {
  134. "classmap": [
  135. ""
  136. ]
  137. },
  138. "include-path": [
  139. "/"
  140. ],
  141. "license": [
  142. "BSD Style"
  143. ],
  144. "description": "Mail_Mime provides classes to deal with the creation and manipulation of MIME messages.\nIt allows people to create e-mail messages consisting of:\n* Text Parts\n* HTML Parts\n* Inline HTML Images\n* Attachments\n* Attached messages\n\nIt supports big messages, base64 and quoted-printable encodings and\nnon-ASCII characters in filenames, subjects, recipients, etc. encoded\nusing RFC2047 and/or RFC2231."
  145. },
  146. {
  147. "name": "pear-pear.php.net/Console_CommandLine",
  148. "version": "1.2.2",
  149. "version_normalized": "1.2.2.0",
  150. "dist": {
  151. "type": "file",
  152. "url": "https://pear.php.net/get/Console_CommandLine-1.2.2.tgz",
  153. "reference": null,
  154. "shasum": null
  155. },
  156. "require": {
  157. "ext-dom": "*",
  158. "ext-xml": "*",
  159. "php": ">=5.3.0.0"
  160. },
  161. "replace": {
  162. "pear-pear/console_commandline": "== 1.2.2.0"
  163. },
  164. "type": "pear-library",
  165. "installation-source": "dist",
  166. "autoload": {
  167. "classmap": [
  168. ""
  169. ]
  170. },
  171. "include-path": [
  172. "/"
  173. ],
  174. "license": [
  175. "MIT"
  176. ],
  177. "description": "Console_CommandLine is a full featured package for managing command-line \noptions and arguments highly inspired from python optparse module, it allows \nthe developer to easily build complex command line interfaces.\n\nMain features:\n * handles sub commands (ie. $ myscript.php -q subcommand -f file),\n * can be completely built from an xml definition file,\n * generate --help and --version options automatically,\n * can be completely customized,\n * builtin support for i18n,\n * and much more..."
  178. },
  179. {
  180. "name": "pear-pear.php.net/Crypt_GPG",
  181. "version": "1.4.2",
  182. "version_normalized": "1.4.2.0",
  183. "dist": {
  184. "type": "file",
  185. "url": "https://pear.php.net/get/Crypt_GPG-1.4.2.tgz",
  186. "reference": null,
  187. "shasum": null
  188. },
  189. "require": {
  190. "ext-mbstring": "*",
  191. "pear-pear.php.net/console_commandline": ">=1.1.10.0",
  192. "php": ">=5.2.1.0"
  193. },
  194. "replace": {
  195. "pear-pear/crypt_gpg": "== 1.4.2.0"
  196. },
  197. "type": "pear-library",
  198. "installation-source": "dist",
  199. "autoload": {
  200. "classmap": [
  201. ""
  202. ]
  203. },
  204. "include-path": [
  205. "/"
  206. ],
  207. "license": [
  208. "LGPL"
  209. ],
  210. "description": "This package provides an object oriented interface to GNU Privacy Guard (GnuPG). It requires the GnuPG executable to be on the system.\n\nThough GnuPG can support symmetric-key cryptography, this package is intended only to facilitate public-key cryptography.\n\nThis package requires PHP version 5.2.1 or greater."
  211. },
  212. {
  213. "name": "pear-pear.php.net/Net_Socket",
  214. "version": "1.0.14",
  215. "version_normalized": "1.0.14.0",
  216. "dist": {
  217. "type": "file",
  218. "url": "https://pear.php.net/get/Net_Socket-1.0.14.tgz",
  219. "reference": null,
  220. "shasum": null
  221. },
  222. "require": {
  223. "php": ">=4.3.0.0"
  224. },
  225. "replace": {
  226. "pear-pear/net_socket": "== 1.0.14.0"
  227. },
  228. "type": "pear-library",
  229. "installation-source": "dist",
  230. "autoload": {
  231. "classmap": [
  232. ""
  233. ]
  234. },
  235. "include-path": [
  236. "/"
  237. ],
  238. "license": [
  239. "PHP License"
  240. ],
  241. "description": "Net_Socket is a class interface to TCP sockets. It provides blocking\n and non-blocking operation, with different reading and writing modes\n (byte-wise, block-wise, line-wise and special formats like network\n byte-order ip addresses)."
  242. },
  243. {
  244. "name": "pear-pear.php.net/Net_SMTP",
  245. "version": "1.7.2",
  246. "version_normalized": "1.7.2.0",
  247. "dist": {
  248. "type": "file",
  249. "url": "https://pear.php.net/get/Net_SMTP-1.7.2.tgz",
  250. "reference": null,
  251. "shasum": null
  252. },
  253. "require": {
  254. "pear-pear.php.net/net_socket": ">=1.0.7.0",
  255. "php": ">=5.4.0.0"
  256. },
  257. "replace": {
  258. "pear-pear/net_smtp": "== 1.7.2.0"
  259. },
  260. "type": "pear-library",
  261. "installation-source": "dist",
  262. "autoload": {
  263. "classmap": [
  264. ""
  265. ]
  266. },
  267. "include-path": [
  268. "/"
  269. ],
  270. "license": [
  271. "PHP License"
  272. ],
  273. "description": "Provides an implementation of the SMTP protocol using PEAR's Net_Socket class."
  274. },
  275. {
  276. "name": "pear-pear.php.net/Net_LDAP2",
  277. "version": "2.2.0",
  278. "version_normalized": "2.2.0.0",
  279. "dist": {
  280. "type": "file",
  281. "url": "https://pear.php.net/get/Net_LDAP2-2.2.0.tgz",
  282. "reference": null,
  283. "shasum": null
  284. },
  285. "require": {
  286. "ext-ldap": "*",
  287. "php": ">=5.4.0.0"
  288. },
  289. "replace": {
  290. "pear-pear/net_ldap2": "== 2.2.0.0"
  291. },
  292. "type": "pear-library",
  293. "installation-source": "dist",
  294. "autoload": {
  295. "classmap": [
  296. ""
  297. ]
  298. },
  299. "include-path": [
  300. "/"
  301. ],
  302. "license": [
  303. "LGPLv3 License"
  304. ],
  305. "description": "Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAP\n object interface to directory servers. It does contain most of Net::LDAPs\n features but has some own too.\n With Net_LDAP2 you have:\n * A simple object-oriented interface to connections, searches entries and filters.\n * Support for TLS and LDAP v3.\n * Simple modification, deletion and creation of LDAP entries.\n * Support for schema handling.\n\n Net_LDAP2 layers itself on top of PHP's existing ldap extensions."
  306. },
  307. {
  308. "name": "kolab/net_ldap3",
  309. "version": "dev-master",
  310. "version_normalized": "9999999-dev",
  311. "source": {
  312. "type": "git",
  313. "url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git",
  314. "reference": "50896031cf5a56057d4fc632c61ad1c663b7debc"
  315. },
  316. "require": {
  317. "pear-pear/net_ldap2": ">=2.0.12",
  318. "php": ">=5.3.3"
  319. },
  320. "time": "2016-04-05 10:45:39",
  321. "type": "library",
  322. "installation-source": "source",
  323. "autoload": {
  324. "classmap": [
  325. "lib/"
  326. ]
  327. },
  328. "license": [
  329. "GPL-3.0+"
  330. ],
  331. "authors": [
  332. {
  333. "name": "Jeroen van Meeuwen",
  334. "email": "vanmeeuwen@kolabsys.com",
  335. "role": "Lead"
  336. },
  337. {
  338. "name": "Aleksander Machniak",
  339. "email": "machniak@kolabsys.com",
  340. "role": "Developer"
  341. },
  342. {
  343. "name": "Thomas Bruederli",
  344. "email": "roundcube@gmail.com",
  345. "role": "Developer"
  346. }
  347. ],
  348. "description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories",
  349. "homepage": "http://git.kolab.org/pear/Net_LDAP3/",
  350. "keywords": [
  351. "ldap",
  352. "pear",
  353. "vlv"
  354. ]
  355. },
  356. {
  357. "name": "pear/pear_exception",
  358. "version": "dev-master",
  359. "version_normalized": "9999999-dev",
  360. "source": {
  361. "type": "git",
  362. "url": "https://github.com/pear/PEAR_Exception.git",
  363. "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
  364. },
  365. "dist": {
  366. "type": "zip",
  367. "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
  368. "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
  369. "shasum": ""
  370. },
  371. "require": {
  372. "php": ">=4.4.0"
  373. },
  374. "require-dev": {
  375. "phpunit/phpunit": "*"
  376. },
  377. "time": "2015-02-10 20:07:52",
  378. "type": "class",
  379. "extra": {
  380. "branch-alias": {
  381. "dev-master": "1.0.x-dev"
  382. }
  383. },
  384. "installation-source": "dist",
  385. "autoload": {
  386. "psr-0": {
  387. "PEAR": ""
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "include-path": [
  392. "."
  393. ],
  394. "license": [
  395. "BSD-2-Clause"
  396. ],
  397. "authors": [
  398. {
  399. "name": "Helgi Thormar",
  400. "email": "dufuz@php.net"
  401. },
  402. {
  403. "name": "Greg Beaver",
  404. "email": "cellog@php.net"
  405. }
  406. ],
  407. "description": "The PEAR Exception base class.",
  408. "homepage": "https://github.com/pear/PEAR_Exception",
  409. "keywords": [
  410. "exception"
  411. ]
  412. },
  413. {
  414. "name": "pear/console_getopt",
  415. "version": "v1.4.1",
  416. "version_normalized": "1.4.1.0",
  417. "source": {
  418. "type": "git",
  419. "url": "https://github.com/pear/Console_Getopt.git",
  420. "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
  421. },
  422. "dist": {
  423. "type": "zip",
  424. "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
  425. "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
  426. "shasum": ""
  427. },
  428. "time": "2015-07-20 20:28:12",
  429. "type": "library",
  430. "installation-source": "dist",
  431. "autoload": {
  432. "psr-0": {
  433. "Console": "./"
  434. }
  435. },
  436. "notification-url": "https://packagist.org/downloads/",
  437. "include-path": [
  438. "./"
  439. ],
  440. "license": [
  441. "BSD-2-Clause"
  442. ],
  443. "authors": [
  444. {
  445. "name": "Greg Beaver",
  446. "email": "cellog@php.net",
  447. "role": "Helper"
  448. },
  449. {
  450. "name": "Andrei Zmievski",
  451. "email": "andrei@php.net",
  452. "role": "Lead"
  453. },
  454. {
  455. "name": "Stig Bakken",
  456. "email": "stig@php.net",
  457. "role": "Developer"
  458. }
  459. ],
  460. "description": "More info available on: http://pear.php.net/package/Console_Getopt"
  461. },
  462. {
  463. "name": "pear/pear-core-minimal",
  464. "version": "v1.10.1",
  465. "version_normalized": "1.10.1.0",
  466. "source": {
  467. "type": "git",
  468. "url": "https://github.com/pear/pear-core-minimal.git",
  469. "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896"
  470. },
  471. "dist": {
  472. "type": "zip",
  473. "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/cae0f1ce0cb5bddb611b0a652d322905a65a5896",
  474. "reference": "cae0f1ce0cb5bddb611b0a652d322905a65a5896",
  475. "shasum": ""
  476. },
  477. "require": {
  478. "pear/console_getopt": "~1.3",
  479. "pear/pear_exception": "~1.0"
  480. },
  481. "replace": {
  482. "rsky/pear-core-min": "self.version"
  483. },
  484. "time": "2015-10-17 11:41:19",
  485. "type": "library",
  486. "installation-source": "dist",
  487. "autoload": {
  488. "psr-0": {
  489. "": "src/"
  490. }
  491. },
  492. "notification-url": "https://packagist.org/downloads/",
  493. "include-path": [
  494. "src/"
  495. ],
  496. "license": [
  497. "BSD-3-Clause"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Christian Weiske",
  502. "email": "cweiske@php.net",
  503. "role": "Lead"
  504. }
  505. ],
  506. "description": "Minimal set of PEAR core files to be used as composer dependency"
  507. },
  508. {
  509. "name": "roundcube/net_sieve",
  510. "version": "1.5.3",
  511. "version_normalized": "1.5.3.0",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/roundcube/Net_Sieve.git",
  515. "reference": "114dcd753b00f7a81329ee771981222e7980e09c"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/roundcube/Net_Sieve/zipball/114dcd753b00f7a81329ee771981222e7980e09c",
  520. "reference": "114dcd753b00f7a81329ee771981222e7980e09c",
  521. "shasum": ""
  522. },
  523. "require": {
  524. "pear-pear.php.net/net_socket": "*",
  525. "pear/pear-core-minimal": "*"
  526. },
  527. "require-dev": {
  528. "phpunit/phpunit": "*"
  529. },
  530. "suggest": {
  531. "pear/auth_sasl": "Install optionally via your project's composer.json"
  532. },
  533. "time": "2016-08-16 11:35:22",
  534. "type": "library",
  535. "installation-source": "dist",
  536. "autoload": {
  537. "classmap": [
  538. "./"
  539. ]
  540. },
  541. "license": [
  542. "BSD"
  543. ],
  544. "authors": [
  545. {
  546. "email": "jan@horde.org",
  547. "name": "Jan Schneider",
  548. "role": "Lead"
  549. },
  550. {
  551. "email": "richard@php.net",
  552. "name": "Richard Heyes",
  553. "role": "Lead"
  554. },
  555. {
  556. "email": "damlists@cnba.uba.ar",
  557. "name": "Damian Fernandez Sosa",
  558. "role": "Lead"
  559. },
  560. {
  561. "email": "amistry@am-productions.biz",
  562. "name": "Anish Mistry",
  563. "role": "Lead"
  564. }
  565. ],
  566. "description": "This is a fork of http://pear.php.net/package/Net_Sieve",
  567. "support": {
  568. "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Sieve",
  569. "source": "https://github.com/roundcube/Net_Sieve"
  570. }
  571. }
  572. ]