installed.json 38 KB

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