installed.json 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317
  1. [
  2. {
  3. "name": "apereo/phpcas",
  4. "version": "1.3.8",
  5. "version_normalized": "1.3.8.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/apereo/phpCAS.git",
  9. "reference": "40c0769ce05a30c8172b36ceab11124375c8366e"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/apereo/phpCAS/zipball/40c0769ce05a30c8172b36ceab11124375c8366e",
  14. "reference": "40c0769ce05a30c8172b36ceab11124375c8366e",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-curl": "*",
  19. "php": ">=5.4.0"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "~3.7.10"
  23. },
  24. "time": "2019-08-18T20:01:55+00:00",
  25. "type": "library",
  26. "extra": {
  27. "branch-alias": {
  28. "dev-master": "1.3.x-dev"
  29. }
  30. },
  31. "installation-source": "dist",
  32. "autoload": {
  33. "classmap": [
  34. "source/"
  35. ]
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "Apache-2.0"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Joachim Fritschi",
  44. "homepage": "https://wiki.jasig.org/display/~fritschi"
  45. },
  46. {
  47. "name": "Adam Franco",
  48. "homepage": "https://wiki.jasig.org/display/~adamfranco"
  49. }
  50. ],
  51. "description": "Provides a simple API for authenticating users against a CAS server",
  52. "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
  53. "keywords": [
  54. "apereo",
  55. "cas",
  56. "jasig"
  57. ]
  58. },
  59. {
  60. "name": "composer/ca-bundle",
  61. "version": "1.2.4",
  62. "version_normalized": "1.2.4.0",
  63. "source": {
  64. "type": "git",
  65. "url": "https://github.com/composer/ca-bundle.git",
  66. "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
  67. },
  68. "dist": {
  69. "type": "zip",
  70. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
  71. "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
  72. "shasum": ""
  73. },
  74. "require": {
  75. "ext-openssl": "*",
  76. "ext-pcre": "*",
  77. "php": "^5.3.2 || ^7.0 || ^8.0"
  78. },
  79. "require-dev": {
  80. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  81. "psr/log": "^1.0",
  82. "symfony/process": "^2.5 || ^3.0 || ^4.0"
  83. },
  84. "time": "2019-08-30T08:44:50+00:00",
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-master": "1.x-dev"
  89. }
  90. },
  91. "installation-source": "dist",
  92. "autoload": {
  93. "psr-4": {
  94. "Composer\\CaBundle\\": "src"
  95. }
  96. },
  97. "notification-url": "https://packagist.org/downloads/",
  98. "license": [
  99. "MIT"
  100. ],
  101. "authors": [
  102. {
  103. "name": "Jordi Boggiano",
  104. "email": "j.boggiano@seld.be",
  105. "homepage": "http://seld.be"
  106. }
  107. ],
  108. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  109. "keywords": [
  110. "cabundle",
  111. "cacert",
  112. "certificate",
  113. "ssl",
  114. "tls"
  115. ]
  116. },
  117. {
  118. "name": "diogocomposer/xmpphp",
  119. "version": "v3.0.2",
  120. "version_normalized": "3.0.2.0",
  121. "source": {
  122. "type": "git",
  123. "url": "https://github.com/diogogithub/xmpphp.git",
  124. "reference": "d95381f8fb5ffbbda0894aea415742daaa2eab22"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://api.github.com/repos/diogogithub/xmpphp/zipball/d95381f8fb5ffbbda0894aea415742daaa2eab22",
  129. "reference": "d95381f8fb5ffbbda0894aea415742daaa2eab22",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "ext-curl": "*",
  134. "ext-dom": "*",
  135. "ext-mbstring": "*",
  136. "ext-openssl": "*",
  137. "ext-simplexml": "*",
  138. "ext-xml": "*",
  139. "php": "^7.3.0"
  140. },
  141. "time": "2019-11-03T00:18:51+00:00",
  142. "type": "library",
  143. "installation-source": "dist",
  144. "autoload": {
  145. "psr-4": {
  146. "XMPPHP\\": "XMPPHP"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "GPL-2.0+"
  152. ],
  153. "authors": [
  154. {
  155. "name": "Nathan Fritz",
  156. "email": "fritzy@netflint.net"
  157. },
  158. {
  159. "name": "Stephan Wentz",
  160. "email": "stephan@wentz.it"
  161. },
  162. {
  163. "name": "Christian Weiske",
  164. "email": "cweiske@cweiske.de"
  165. },
  166. {
  167. "name": "Vito Tafuni",
  168. "email": "vitotafuni@gmail.com"
  169. },
  170. {
  171. "name": "Ivan Borzenkov",
  172. "email": "ivan.borzenkov@gmail.com"
  173. },
  174. {
  175. "name": "bandroidx",
  176. "email": "bandroidx@gmail.com"
  177. },
  178. {
  179. "name": "BirknerAlex",
  180. "email": "alex.birkner@gmail.com"
  181. },
  182. {
  183. "name": "Diogo Cordeiro",
  184. "email": "diogo@fc.up.pt"
  185. }
  186. ],
  187. "description": "XMPP PHP Library",
  188. "keywords": [
  189. "jabber",
  190. "xmpp",
  191. "xmpphp"
  192. ]
  193. },
  194. {
  195. "name": "embed/embed",
  196. "version": "v3.4.2",
  197. "version_normalized": "3.4.2.0",
  198. "source": {
  199. "type": "git",
  200. "url": "https://github.com/oscarotero/Embed.git",
  201. "reference": "dc1dc3c126f8a78acdae06b83f591c0728ea131d"
  202. },
  203. "dist": {
  204. "type": "zip",
  205. "url": "https://api.github.com/repos/oscarotero/Embed/zipball/dc1dc3c126f8a78acdae06b83f591c0728ea131d",
  206. "reference": "dc1dc3c126f8a78acdae06b83f591c0728ea131d",
  207. "shasum": ""
  208. },
  209. "require": {
  210. "composer/ca-bundle": "^1.0",
  211. "ext-curl": "*",
  212. "ext-mbstring": "*",
  213. "php": "^5.6|^7.0"
  214. },
  215. "require-dev": {
  216. "friendsofphp/php-cs-fixer": "^2.0",
  217. "phpunit/phpunit": "^4.8|^5.7"
  218. },
  219. "time": "2019-09-16T19:34:02+00:00",
  220. "type": "library",
  221. "installation-source": "dist",
  222. "autoload": {
  223. "psr-4": {
  224. "Embed\\": "src"
  225. }
  226. },
  227. "notification-url": "https://packagist.org/downloads/",
  228. "license": [
  229. "MIT"
  230. ],
  231. "authors": [
  232. {
  233. "name": "Oscar Otero",
  234. "email": "oom@oscarotero.com",
  235. "homepage": "http://oscarotero.com",
  236. "role": "Developer"
  237. }
  238. ],
  239. "description": "PHP library to retrieve page info using oembed, opengraph, etc",
  240. "homepage": "https://github.com/oscarotero/Embed",
  241. "keywords": [
  242. "embed",
  243. "embedly",
  244. "oembed",
  245. "opengraph",
  246. "twitter cards"
  247. ]
  248. },
  249. {
  250. "name": "ezyang/htmlpurifier",
  251. "version": "v4.12.0",
  252. "version_normalized": "4.12.0.0",
  253. "source": {
  254. "type": "git",
  255. "url": "https://github.com/ezyang/htmlpurifier.git",
  256. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
  257. },
  258. "dist": {
  259. "type": "zip",
  260. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
  261. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
  262. "shasum": ""
  263. },
  264. "require": {
  265. "php": ">=5.2"
  266. },
  267. "require-dev": {
  268. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  269. },
  270. "time": "2019-10-28T03:44:26+00:00",
  271. "type": "library",
  272. "installation-source": "dist",
  273. "autoload": {
  274. "psr-0": {
  275. "HTMLPurifier": "library/"
  276. },
  277. "files": [
  278. "library/HTMLPurifier.composer.php"
  279. ]
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "LGPL-2.1-or-later"
  284. ],
  285. "authors": [
  286. {
  287. "name": "Edward Z. Yang",
  288. "email": "admin@htmlpurifier.org",
  289. "homepage": "http://ezyang.com"
  290. }
  291. ],
  292. "description": "Standards compliant HTML filter written in PHP",
  293. "homepage": "http://htmlpurifier.org/",
  294. "keywords": [
  295. "html"
  296. ]
  297. },
  298. {
  299. "name": "guzzlehttp/psr7",
  300. "version": "1.6.1",
  301. "version_normalized": "1.6.1.0",
  302. "source": {
  303. "type": "git",
  304. "url": "https://github.com/guzzle/psr7.git",
  305. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  306. },
  307. "dist": {
  308. "type": "zip",
  309. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  310. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  311. "shasum": ""
  312. },
  313. "require": {
  314. "php": ">=5.4.0",
  315. "psr/http-message": "~1.0",
  316. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  317. },
  318. "provide": {
  319. "psr/http-message-implementation": "1.0"
  320. },
  321. "require-dev": {
  322. "ext-zlib": "*",
  323. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  324. },
  325. "suggest": {
  326. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  327. },
  328. "time": "2019-07-01T23:21:34+00:00",
  329. "type": "library",
  330. "extra": {
  331. "branch-alias": {
  332. "dev-master": "1.6-dev"
  333. }
  334. },
  335. "installation-source": "dist",
  336. "autoload": {
  337. "psr-4": {
  338. "GuzzleHttp\\Psr7\\": "src/"
  339. },
  340. "files": [
  341. "src/functions_include.php"
  342. ]
  343. },
  344. "notification-url": "https://packagist.org/downloads/",
  345. "license": [
  346. "MIT"
  347. ],
  348. "authors": [
  349. {
  350. "name": "Michael Dowling",
  351. "email": "mtdowling@gmail.com",
  352. "homepage": "https://github.com/mtdowling"
  353. },
  354. {
  355. "name": "Tobias Schultze",
  356. "homepage": "https://github.com/Tobion"
  357. }
  358. ],
  359. "description": "PSR-7 message implementation that also provides common utility methods",
  360. "keywords": [
  361. "http",
  362. "message",
  363. "psr-7",
  364. "request",
  365. "response",
  366. "stream",
  367. "uri",
  368. "url"
  369. ]
  370. },
  371. {
  372. "name": "hoa/consistency",
  373. "version": "1.17.05.02",
  374. "version_normalized": "1.17.05.02",
  375. "source": {
  376. "type": "git",
  377. "url": "https://github.com/hoaproject/Consistency.git",
  378. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
  379. },
  380. "dist": {
  381. "type": "zip",
  382. "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
  383. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
  384. "shasum": ""
  385. },
  386. "require": {
  387. "hoa/exception": "~1.0",
  388. "php": ">=5.5.0"
  389. },
  390. "require-dev": {
  391. "hoa/stream": "~1.0",
  392. "hoa/test": "~2.0"
  393. },
  394. "time": "2017-05-02T12:18:12+00:00",
  395. "type": "library",
  396. "extra": {
  397. "branch-alias": {
  398. "dev-master": "1.x-dev"
  399. }
  400. },
  401. "installation-source": "dist",
  402. "autoload": {
  403. "psr-4": {
  404. "Hoa\\Consistency\\": "."
  405. },
  406. "files": [
  407. "Prelude.php"
  408. ]
  409. },
  410. "notification-url": "https://packagist.org/downloads/",
  411. "license": [
  412. "BSD-3-Clause"
  413. ],
  414. "authors": [
  415. {
  416. "name": "Ivan Enderlin",
  417. "email": "ivan.enderlin@hoa-project.net"
  418. },
  419. {
  420. "name": "Hoa community",
  421. "homepage": "https://hoa-project.net/"
  422. }
  423. ],
  424. "description": "The Hoa\\Consistency library.",
  425. "homepage": "https://hoa-project.net/",
  426. "keywords": [
  427. "autoloader",
  428. "callable",
  429. "consistency",
  430. "entity",
  431. "flex",
  432. "keyword",
  433. "library"
  434. ]
  435. },
  436. {
  437. "name": "hoa/event",
  438. "version": "1.17.01.13",
  439. "version_normalized": "1.17.01.13",
  440. "source": {
  441. "type": "git",
  442. "url": "https://github.com/hoaproject/Event.git",
  443. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
  444. },
  445. "dist": {
  446. "type": "zip",
  447. "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
  448. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
  449. "shasum": ""
  450. },
  451. "require": {
  452. "hoa/consistency": "~1.0",
  453. "hoa/exception": "~1.0"
  454. },
  455. "require-dev": {
  456. "hoa/test": "~2.0"
  457. },
  458. "time": "2017-01-13T15:30:50+00:00",
  459. "type": "library",
  460. "extra": {
  461. "branch-alias": {
  462. "dev-master": "1.x-dev"
  463. }
  464. },
  465. "installation-source": "dist",
  466. "autoload": {
  467. "psr-4": {
  468. "Hoa\\Event\\": "."
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "BSD-3-Clause"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Ivan Enderlin",
  478. "email": "ivan.enderlin@hoa-project.net"
  479. },
  480. {
  481. "name": "Hoa community",
  482. "homepage": "https://hoa-project.net/"
  483. }
  484. ],
  485. "description": "The Hoa\\Event library.",
  486. "homepage": "https://hoa-project.net/",
  487. "keywords": [
  488. "event",
  489. "library",
  490. "listener",
  491. "observer"
  492. ]
  493. },
  494. {
  495. "name": "hoa/exception",
  496. "version": "1.17.01.16",
  497. "version_normalized": "1.17.01.16",
  498. "source": {
  499. "type": "git",
  500. "url": "https://github.com/hoaproject/Exception.git",
  501. "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
  502. },
  503. "dist": {
  504. "type": "zip",
  505. "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
  506. "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
  507. "shasum": ""
  508. },
  509. "require": {
  510. "hoa/consistency": "~1.0",
  511. "hoa/event": "~1.0"
  512. },
  513. "require-dev": {
  514. "hoa/test": "~2.0"
  515. },
  516. "time": "2017-01-16T07:53:27+00:00",
  517. "type": "library",
  518. "extra": {
  519. "branch-alias": {
  520. "dev-master": "1.x-dev"
  521. }
  522. },
  523. "installation-source": "dist",
  524. "autoload": {
  525. "psr-4": {
  526. "Hoa\\Exception\\": "."
  527. }
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "license": [
  531. "BSD-3-Clause"
  532. ],
  533. "authors": [
  534. {
  535. "name": "Ivan Enderlin",
  536. "email": "ivan.enderlin@hoa-project.net"
  537. },
  538. {
  539. "name": "Hoa community",
  540. "homepage": "https://hoa-project.net/"
  541. }
  542. ],
  543. "description": "The Hoa\\Exception library.",
  544. "homepage": "https://hoa-project.net/",
  545. "keywords": [
  546. "exception",
  547. "library"
  548. ]
  549. },
  550. {
  551. "name": "intervention/image",
  552. "version": "2.5.1",
  553. "version_normalized": "2.5.1.0",
  554. "source": {
  555. "type": "git",
  556. "url": "https://github.com/Intervention/image.git",
  557. "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
  558. },
  559. "dist": {
  560. "type": "zip",
  561. "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
  562. "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
  563. "shasum": ""
  564. },
  565. "require": {
  566. "ext-fileinfo": "*",
  567. "guzzlehttp/psr7": "~1.1",
  568. "php": ">=5.4.0"
  569. },
  570. "require-dev": {
  571. "mockery/mockery": "~0.9.2",
  572. "phpunit/phpunit": "^4.8 || ^5.7"
  573. },
  574. "suggest": {
  575. "ext-gd": "to use GD library based image processing.",
  576. "ext-imagick": "to use Imagick based image processing.",
  577. "intervention/imagecache": "Caching extension for the Intervention Image library"
  578. },
  579. "time": "2019-11-02T09:15:47+00:00",
  580. "type": "library",
  581. "extra": {
  582. "branch-alias": {
  583. "dev-master": "2.4-dev"
  584. },
  585. "laravel": {
  586. "providers": [
  587. "Intervention\\Image\\ImageServiceProvider"
  588. ],
  589. "aliases": {
  590. "Image": "Intervention\\Image\\Facades\\Image"
  591. }
  592. }
  593. },
  594. "installation-source": "dist",
  595. "autoload": {
  596. "psr-4": {
  597. "Intervention\\Image\\": "src/Intervention/Image"
  598. }
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "MIT"
  603. ],
  604. "authors": [
  605. {
  606. "name": "Oliver Vogel",
  607. "email": "oliver@olivervogel.com",
  608. "homepage": "http://olivervogel.com/"
  609. }
  610. ],
  611. "description": "Image handling and manipulation library with support for Laravel integration",
  612. "homepage": "http://image.intervention.io/",
  613. "keywords": [
  614. "gd",
  615. "image",
  616. "imagick",
  617. "laravel",
  618. "thumbnail",
  619. "watermark"
  620. ]
  621. },
  622. {
  623. "name": "masterminds/html5",
  624. "version": "2.7.0",
  625. "version_normalized": "2.7.0.0",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/Masterminds/html5-php.git",
  629. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2",
  634. "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "ext-ctype": "*",
  639. "ext-dom": "*",
  640. "ext-libxml": "*",
  641. "php": ">=5.3.0"
  642. },
  643. "require-dev": {
  644. "phpunit/phpunit": "^4.8.35",
  645. "sami/sami": "~2.0",
  646. "satooshi/php-coveralls": "1.0.*"
  647. },
  648. "time": "2019-07-25T07:03:26+00:00",
  649. "type": "library",
  650. "extra": {
  651. "branch-alias": {
  652. "dev-master": "2.7-dev"
  653. }
  654. },
  655. "installation-source": "dist",
  656. "autoload": {
  657. "psr-4": {
  658. "Masterminds\\": "src"
  659. }
  660. },
  661. "notification-url": "https://packagist.org/downloads/",
  662. "license": [
  663. "MIT"
  664. ],
  665. "authors": [
  666. {
  667. "name": "Matt Butcher",
  668. "email": "technosophos@gmail.com"
  669. },
  670. {
  671. "name": "Matt Farina",
  672. "email": "matt@mattfarina.com"
  673. },
  674. {
  675. "name": "Asmir Mustafic",
  676. "email": "goetas@gmail.com"
  677. }
  678. ],
  679. "description": "An HTML5 parser and serializer.",
  680. "homepage": "http://masterminds.github.io/html5-php",
  681. "keywords": [
  682. "HTML5",
  683. "dom",
  684. "html",
  685. "parser",
  686. "querypath",
  687. "serializer",
  688. "xml"
  689. ]
  690. },
  691. {
  692. "name": "mf2/mf2",
  693. "version": "0.4.6",
  694. "version_normalized": "0.4.6.0",
  695. "source": {
  696. "type": "git",
  697. "url": "https://github.com/microformats/php-mf2.git",
  698. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
  699. },
  700. "dist": {
  701. "type": "zip",
  702. "url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  703. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  704. "shasum": ""
  705. },
  706. "require": {
  707. "php": ">=5.4.0"
  708. },
  709. "require-dev": {
  710. "mf2/tests": "@dev",
  711. "phpdocumentor/phpdocumentor": "v2.8.4",
  712. "phpunit/phpunit": "4.8.*"
  713. },
  714. "suggest": {
  715. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
  716. "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
  717. },
  718. "time": "2018-08-24T14:47:04+00:00",
  719. "bin": [
  720. "bin/fetch-mf2",
  721. "bin/parse-mf2"
  722. ],
  723. "type": "library",
  724. "installation-source": "dist",
  725. "autoload": {
  726. "files": [
  727. "Mf2/Parser.php"
  728. ]
  729. },
  730. "notification-url": "https://packagist.org/downloads/",
  731. "license": [
  732. "CC0-1.0"
  733. ],
  734. "authors": [
  735. {
  736. "name": "Barnaby Walters",
  737. "homepage": "http://waterpigs.co.uk"
  738. }
  739. ],
  740. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  741. "keywords": [
  742. "html",
  743. "microformats",
  744. "microformats 2",
  745. "parser",
  746. "semantic"
  747. ]
  748. },
  749. {
  750. "name": "michelf/php-markdown",
  751. "version": "1.8.0",
  752. "version_normalized": "1.8.0.0",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/michelf/php-markdown.git",
  756. "reference": "01ab082b355bf188d907b9929cd99b2923053495"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
  761. "reference": "01ab082b355bf188d907b9929cd99b2923053495",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "php": ">=5.3.0"
  766. },
  767. "time": "2018-01-15T00:49:33+00:00",
  768. "type": "library",
  769. "installation-source": "dist",
  770. "autoload": {
  771. "psr-4": {
  772. "Michelf\\": "Michelf/"
  773. }
  774. },
  775. "notification-url": "https://packagist.org/downloads/",
  776. "license": [
  777. "BSD-3-Clause"
  778. ],
  779. "authors": [
  780. {
  781. "name": "Michel Fortin",
  782. "email": "michel.fortin@michelf.ca",
  783. "homepage": "https://michelf.ca/",
  784. "role": "Developer"
  785. },
  786. {
  787. "name": "John Gruber",
  788. "homepage": "https://daringfireball.net/"
  789. }
  790. ],
  791. "description": "PHP Markdown",
  792. "homepage": "https://michelf.ca/projects/php-markdown/",
  793. "keywords": [
  794. "markdown"
  795. ]
  796. },
  797. {
  798. "name": "openid/php-openid",
  799. "version": "2.3.0",
  800. "version_normalized": "2.3.0.0",
  801. "source": {
  802. "type": "git",
  803. "url": "https://github.com/openid/php-openid.git",
  804. "reference": "924f9aa42453cd0f9dba72587b4e2cdf7f4de874"
  805. },
  806. "dist": {
  807. "type": "zip",
  808. "url": "https://api.github.com/repos/openid/php-openid/zipball/924f9aa42453cd0f9dba72587b4e2cdf7f4de874",
  809. "reference": "924f9aa42453cd0f9dba72587b4e2cdf7f4de874",
  810. "shasum": ""
  811. },
  812. "require": {
  813. "ext-curl": "*",
  814. "ext-dom": "*",
  815. "ext-gmp": "*",
  816. "php": ">=4.3"
  817. },
  818. "time": "2015-07-30T18:07:43+00:00",
  819. "type": "library",
  820. "installation-source": "dist",
  821. "autoload": {
  822. "classmap": [
  823. "Auth"
  824. ]
  825. },
  826. "notification-url": "https://packagist.org/downloads/",
  827. "include-path": [
  828. "."
  829. ],
  830. "license": [
  831. "Apache-2.0"
  832. ],
  833. "authors": [
  834. {
  835. "name": "JanRain Inc.",
  836. "homepage": "http://www.openidenabled.com"
  837. }
  838. ],
  839. "description": "OpenID library for PHP5",
  840. "homepage": "http://github.com/openid/php-openid",
  841. "keywords": [
  842. "Authentication",
  843. "OpenId",
  844. "auth",
  845. "yadis"
  846. ]
  847. },
  848. {
  849. "name": "paragonie/constant_time_encoding",
  850. "version": "v1.0.4",
  851. "version_normalized": "1.0.4.0",
  852. "source": {
  853. "type": "git",
  854. "url": "https://github.com/paragonie/constant_time_encoding.git",
  855. "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6"
  856. },
  857. "dist": {
  858. "type": "zip",
  859. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
  860. "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
  861. "shasum": ""
  862. },
  863. "require": {
  864. "php": "^5.3|^7"
  865. },
  866. "require-dev": {
  867. "paragonie/random_compat": "^1.4|^2",
  868. "phpunit/phpunit": "4.*|5.*",
  869. "vimeo/psalm": "^0.3|^1"
  870. },
  871. "time": "2018-04-30T17:57:16+00:00",
  872. "type": "library",
  873. "installation-source": "dist",
  874. "autoload": {
  875. "psr-4": {
  876. "ParagonIE\\ConstantTime\\": "src/"
  877. }
  878. },
  879. "notification-url": "https://packagist.org/downloads/",
  880. "license": [
  881. "MIT"
  882. ],
  883. "authors": [
  884. {
  885. "name": "Paragon Initiative Enterprises",
  886. "email": "security@paragonie.com",
  887. "homepage": "https://paragonie.com",
  888. "role": "Maintainer"
  889. },
  890. {
  891. "name": "Steve 'Sc00bz' Thomas",
  892. "email": "steve@tobtu.com",
  893. "homepage": "https://www.tobtu.com",
  894. "role": "Original Developer"
  895. }
  896. ],
  897. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  898. "keywords": [
  899. "base16",
  900. "base32",
  901. "base32_decode",
  902. "base32_encode",
  903. "base64",
  904. "base64_decode",
  905. "base64_encode",
  906. "bin2hex",
  907. "encoding",
  908. "hex",
  909. "hex2bin",
  910. "rfc4648"
  911. ]
  912. },
  913. {
  914. "name": "paragonie/random_compat",
  915. "version": "v2.0.18",
  916. "version_normalized": "2.0.18.0",
  917. "source": {
  918. "type": "git",
  919. "url": "https://github.com/paragonie/random_compat.git",
  920. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
  921. },
  922. "dist": {
  923. "type": "zip",
  924. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  925. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  926. "shasum": ""
  927. },
  928. "require": {
  929. "php": ">=5.2.0"
  930. },
  931. "require-dev": {
  932. "phpunit/phpunit": "4.*|5.*"
  933. },
  934. "suggest": {
  935. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  936. },
  937. "time": "2019-01-03T20:59:08+00:00",
  938. "type": "library",
  939. "installation-source": "dist",
  940. "autoload": {
  941. "files": [
  942. "lib/random.php"
  943. ]
  944. },
  945. "notification-url": "https://packagist.org/downloads/",
  946. "license": [
  947. "MIT"
  948. ],
  949. "authors": [
  950. {
  951. "name": "Paragon Initiative Enterprises",
  952. "email": "security@paragonie.com",
  953. "homepage": "https://paragonie.com"
  954. }
  955. ],
  956. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  957. "keywords": [
  958. "csprng",
  959. "polyfill",
  960. "pseudorandom",
  961. "random"
  962. ]
  963. },
  964. {
  965. "name": "pear/console_getopt",
  966. "version": "v1.4.2",
  967. "version_normalized": "1.4.2.0",
  968. "source": {
  969. "type": "git",
  970. "url": "https://github.com/pear/Console_Getopt.git",
  971. "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
  972. },
  973. "dist": {
  974. "type": "zip",
  975. "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
  976. "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
  977. "shasum": ""
  978. },
  979. "time": "2019-02-06T16:52:33+00:00",
  980. "type": "library",
  981. "installation-source": "dist",
  982. "autoload": {
  983. "psr-0": {
  984. "Console": "./"
  985. }
  986. },
  987. "notification-url": "https://packagist.org/downloads/",
  988. "include-path": [
  989. "./"
  990. ],
  991. "license": [
  992. "BSD-2-Clause"
  993. ],
  994. "authors": [
  995. {
  996. "name": "Greg Beaver",
  997. "email": "cellog@php.net",
  998. "role": "Helper"
  999. },
  1000. {
  1001. "name": "Andrei Zmievski",
  1002. "email": "andrei@php.net",
  1003. "role": "Lead"
  1004. },
  1005. {
  1006. "name": "Stig Bakken",
  1007. "email": "stig@php.net",
  1008. "role": "Developer"
  1009. }
  1010. ],
  1011. "description": "More info available on: http://pear.php.net/package/Console_Getopt"
  1012. },
  1013. {
  1014. "name": "phpseclib/phpseclib",
  1015. "version": "dev-master",
  1016. "version_normalized": "9999999-dev",
  1017. "source": {
  1018. "type": "git",
  1019. "url": "https://github.com/phpseclib/phpseclib.git",
  1020. "reference": "f815e43077da67d3dd5b4d18a45753f5b79c1ab9"
  1021. },
  1022. "dist": {
  1023. "type": "zip",
  1024. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f815e43077da67d3dd5b4d18a45753f5b79c1ab9",
  1025. "reference": "f815e43077da67d3dd5b4d18a45753f5b79c1ab9",
  1026. "shasum": ""
  1027. },
  1028. "require": {
  1029. "paragonie/constant_time_encoding": "^1",
  1030. "paragonie/random_compat": "^1.4|^2.0",
  1031. "php": ">=5.6.1"
  1032. },
  1033. "require-dev": {
  1034. "phing/phing": "~2.7",
  1035. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  1036. "sami/sami": "~2.0",
  1037. "squizlabs/php_codesniffer": "~2.0"
  1038. },
  1039. "suggest": {
  1040. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  1041. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  1042. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1043. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1044. },
  1045. "time": "2019-06-23T16:33:59+00:00",
  1046. "type": "library",
  1047. "installation-source": "dist",
  1048. "autoload": {
  1049. "files": [
  1050. "phpseclib/bootstrap.php"
  1051. ],
  1052. "psr-4": {
  1053. "phpseclib\\": "phpseclib/"
  1054. }
  1055. },
  1056. "notification-url": "https://packagist.org/downloads/",
  1057. "license": [
  1058. "MIT"
  1059. ],
  1060. "authors": [
  1061. {
  1062. "name": "Jim Wigginton",
  1063. "email": "terrafrost@php.net",
  1064. "role": "Lead Developer"
  1065. },
  1066. {
  1067. "name": "Patrick Monnerat",
  1068. "email": "pm@datasphere.ch",
  1069. "role": "Developer"
  1070. },
  1071. {
  1072. "name": "Andreas Fischer",
  1073. "email": "bantu@phpbb.com",
  1074. "role": "Developer"
  1075. },
  1076. {
  1077. "name": "Hans-Jürgen Petrich",
  1078. "email": "petrich@tronic-media.com",
  1079. "role": "Developer"
  1080. },
  1081. {
  1082. "name": "Graham Campbell",
  1083. "email": "graham@alt-three.com",
  1084. "role": "Developer"
  1085. }
  1086. ],
  1087. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  1088. "homepage": "http://phpseclib.sourceforge.net",
  1089. "keywords": [
  1090. "BigInteger",
  1091. "aes",
  1092. "asn.1",
  1093. "asn1",
  1094. "blowfish",
  1095. "crypto",
  1096. "cryptography",
  1097. "encryption",
  1098. "rsa",
  1099. "security",
  1100. "sftp",
  1101. "signature",
  1102. "signing",
  1103. "ssh",
  1104. "twofish",
  1105. "x.509",
  1106. "x509"
  1107. ]
  1108. },
  1109. {
  1110. "name": "predis/predis",
  1111. "version": "v1.1.1",
  1112. "version_normalized": "1.1.1.0",
  1113. "source": {
  1114. "type": "git",
  1115. "url": "https://github.com/nrk/predis.git",
  1116. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
  1117. },
  1118. "dist": {
  1119. "type": "zip",
  1120. "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
  1121. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
  1122. "shasum": ""
  1123. },
  1124. "require": {
  1125. "php": ">=5.3.9"
  1126. },
  1127. "require-dev": {
  1128. "phpunit/phpunit": "~4.8"
  1129. },
  1130. "suggest": {
  1131. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  1132. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  1133. },
  1134. "time": "2016-06-16T16:22:20+00:00",
  1135. "type": "library",
  1136. "installation-source": "dist",
  1137. "autoload": {
  1138. "psr-4": {
  1139. "Predis\\": "src/"
  1140. }
  1141. },
  1142. "notification-url": "https://packagist.org/downloads/",
  1143. "license": [
  1144. "MIT"
  1145. ],
  1146. "authors": [
  1147. {
  1148. "name": "Daniele Alessandri",
  1149. "email": "suppakilla@gmail.com",
  1150. "homepage": "http://clorophilla.net"
  1151. }
  1152. ],
  1153. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  1154. "homepage": "http://github.com/nrk/predis",
  1155. "keywords": [
  1156. "nosql",
  1157. "predis",
  1158. "redis"
  1159. ]
  1160. },
  1161. {
  1162. "name": "psr/http-message",
  1163. "version": "1.0.1",
  1164. "version_normalized": "1.0.1.0",
  1165. "source": {
  1166. "type": "git",
  1167. "url": "https://github.com/php-fig/http-message.git",
  1168. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1169. },
  1170. "dist": {
  1171. "type": "zip",
  1172. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1173. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1174. "shasum": ""
  1175. },
  1176. "require": {
  1177. "php": ">=5.3.0"
  1178. },
  1179. "time": "2016-08-06T14:39:51+00:00",
  1180. "type": "library",
  1181. "extra": {
  1182. "branch-alias": {
  1183. "dev-master": "1.0.x-dev"
  1184. }
  1185. },
  1186. "installation-source": "dist",
  1187. "autoload": {
  1188. "psr-4": {
  1189. "Psr\\Http\\Message\\": "src/"
  1190. }
  1191. },
  1192. "notification-url": "https://packagist.org/downloads/",
  1193. "license": [
  1194. "MIT"
  1195. ],
  1196. "authors": [
  1197. {
  1198. "name": "PHP-FIG",
  1199. "homepage": "http://www.php-fig.org/"
  1200. }
  1201. ],
  1202. "description": "Common interface for HTTP messages",
  1203. "homepage": "https://github.com/php-fig/http-message",
  1204. "keywords": [
  1205. "http",
  1206. "http-message",
  1207. "psr",
  1208. "psr-7",
  1209. "request",
  1210. "response"
  1211. ]
  1212. },
  1213. {
  1214. "name": "ralouphie/getallheaders",
  1215. "version": "3.0.3",
  1216. "version_normalized": "3.0.3.0",
  1217. "source": {
  1218. "type": "git",
  1219. "url": "https://github.com/ralouphie/getallheaders.git",
  1220. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1221. },
  1222. "dist": {
  1223. "type": "zip",
  1224. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1225. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1226. "shasum": ""
  1227. },
  1228. "require": {
  1229. "php": ">=5.6"
  1230. },
  1231. "require-dev": {
  1232. "php-coveralls/php-coveralls": "^2.1",
  1233. "phpunit/phpunit": "^5 || ^6.5"
  1234. },
  1235. "time": "2019-03-08T08:55:37+00:00",
  1236. "type": "library",
  1237. "installation-source": "dist",
  1238. "autoload": {
  1239. "files": [
  1240. "src/getallheaders.php"
  1241. ]
  1242. },
  1243. "notification-url": "https://packagist.org/downloads/",
  1244. "license": [
  1245. "MIT"
  1246. ],
  1247. "authors": [
  1248. {
  1249. "name": "Ralph Khattar",
  1250. "email": "ralph.khattar@gmail.com"
  1251. }
  1252. ],
  1253. "description": "A polyfill for getallheaders."
  1254. },
  1255. {
  1256. "name": "stomp-php/stomp-php",
  1257. "version": "4.5.2",
  1258. "version_normalized": "4.5.2.0",
  1259. "source": {
  1260. "type": "git",
  1261. "url": "https://github.com/stomp-php/stomp-php.git",
  1262. "reference": "9238e4ddb1e7a5ddd673d090be52bdf9d7f225be"
  1263. },
  1264. "dist": {
  1265. "type": "zip",
  1266. "url": "https://api.github.com/repos/stomp-php/stomp-php/zipball/9238e4ddb1e7a5ddd673d090be52bdf9d7f225be",
  1267. "reference": "9238e4ddb1e7a5ddd673d090be52bdf9d7f225be",
  1268. "shasum": ""
  1269. },
  1270. "require": {
  1271. "php": "^5.6 || ^7.0"
  1272. },
  1273. "require-dev": {
  1274. "phpunit/phpunit": "^5.7"
  1275. },
  1276. "time": "2019-07-26T16:38:20+00:00",
  1277. "type": "library",
  1278. "installation-source": "dist",
  1279. "autoload": {
  1280. "psr-4": {
  1281. "Stomp\\": "src/"
  1282. }
  1283. },
  1284. "notification-url": "https://packagist.org/downloads/",
  1285. "license": [
  1286. "Apache-2.0"
  1287. ],
  1288. "authors": [
  1289. {
  1290. "name": "Dejan Bosnanac",
  1291. "email": "dejan@nighttale.net",
  1292. "homepage": "http://www.nighttale.net"
  1293. },
  1294. {
  1295. "name": "Sören Rohweder",
  1296. "email": "s.rohweder@blage.net",
  1297. "homepage": "http://www.monofone.de"
  1298. },
  1299. {
  1300. "name": "Jens Radtke",
  1301. "email": "swefl@fin-sn.de",
  1302. "homepage": "http://www.fin-sn.de"
  1303. }
  1304. ],
  1305. "description": "stomp support for PHP",
  1306. "homepage": "http://github.com/stomp-php/stomp-php",
  1307. "keywords": [
  1308. "activeMQ",
  1309. "apollomq",
  1310. "jms",
  1311. "messaging",
  1312. "rabbitmq",
  1313. "stomp"
  1314. ]
  1315. }
  1316. ]