You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

installed.json 26KB

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