installed.json 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  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": "predis/predis",
  1107. "version": "v1.1.1",
  1108. "version_normalized": "1.1.1.0",
  1109. "source": {
  1110. "type": "git",
  1111. "url": "https://github.com/nrk/predis.git",
  1112. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
  1113. },
  1114. "dist": {
  1115. "type": "zip",
  1116. "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
  1117. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
  1118. "shasum": ""
  1119. },
  1120. "require": {
  1121. "php": ">=5.3.9"
  1122. },
  1123. "require-dev": {
  1124. "phpunit/phpunit": "~4.8"
  1125. },
  1126. "suggest": {
  1127. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  1128. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  1129. },
  1130. "time": "2016-06-16T16:22:20+00:00",
  1131. "type": "library",
  1132. "installation-source": "dist",
  1133. "autoload": {
  1134. "psr-4": {
  1135. "Predis\\": "src/"
  1136. }
  1137. },
  1138. "notification-url": "https://packagist.org/downloads/",
  1139. "license": [
  1140. "MIT"
  1141. ],
  1142. "authors": [
  1143. {
  1144. "name": "Daniele Alessandri",
  1145. "email": "suppakilla@gmail.com",
  1146. "homepage": "http://clorophilla.net"
  1147. }
  1148. ],
  1149. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  1150. "homepage": "http://github.com/nrk/predis",
  1151. "keywords": [
  1152. "nosql",
  1153. "predis",
  1154. "redis"
  1155. ]
  1156. },
  1157. {
  1158. "name": "psr/http-message",
  1159. "version": "1.0.1",
  1160. "version_normalized": "1.0.1.0",
  1161. "source": {
  1162. "type": "git",
  1163. "url": "https://github.com/php-fig/http-message.git",
  1164. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1165. },
  1166. "dist": {
  1167. "type": "zip",
  1168. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1169. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1170. "shasum": ""
  1171. },
  1172. "require": {
  1173. "php": ">=5.3.0"
  1174. },
  1175. "time": "2016-08-06T14:39:51+00:00",
  1176. "type": "library",
  1177. "extra": {
  1178. "branch-alias": {
  1179. "dev-master": "1.0.x-dev"
  1180. }
  1181. },
  1182. "installation-source": "dist",
  1183. "autoload": {
  1184. "psr-4": {
  1185. "Psr\\Http\\Message\\": "src/"
  1186. }
  1187. },
  1188. "notification-url": "https://packagist.org/downloads/",
  1189. "license": [
  1190. "MIT"
  1191. ],
  1192. "authors": [
  1193. {
  1194. "name": "PHP-FIG",
  1195. "homepage": "http://www.php-fig.org/"
  1196. }
  1197. ],
  1198. "description": "Common interface for HTTP messages",
  1199. "homepage": "https://github.com/php-fig/http-message",
  1200. "keywords": [
  1201. "http",
  1202. "http-message",
  1203. "psr",
  1204. "psr-7",
  1205. "request",
  1206. "response"
  1207. ]
  1208. },
  1209. {
  1210. "name": "ralouphie/getallheaders",
  1211. "version": "3.0.3",
  1212. "version_normalized": "3.0.3.0",
  1213. "source": {
  1214. "type": "git",
  1215. "url": "https://github.com/ralouphie/getallheaders.git",
  1216. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1217. },
  1218. "dist": {
  1219. "type": "zip",
  1220. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1221. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1222. "shasum": ""
  1223. },
  1224. "require": {
  1225. "php": ">=5.6"
  1226. },
  1227. "require-dev": {
  1228. "php-coveralls/php-coveralls": "^2.1",
  1229. "phpunit/phpunit": "^5 || ^6.5"
  1230. },
  1231. "time": "2019-03-08T08:55:37+00:00",
  1232. "type": "library",
  1233. "installation-source": "dist",
  1234. "autoload": {
  1235. "files": [
  1236. "src/getallheaders.php"
  1237. ]
  1238. },
  1239. "notification-url": "https://packagist.org/downloads/",
  1240. "license": [
  1241. "MIT"
  1242. ],
  1243. "authors": [
  1244. {
  1245. "name": "Ralph Khattar",
  1246. "email": "ralph.khattar@gmail.com"
  1247. }
  1248. ],
  1249. "description": "A polyfill for getallheaders."
  1250. },
  1251. {
  1252. "name": "stomp-php/stomp-php",
  1253. "version": "4.5.1",
  1254. "version_normalized": "4.5.1.0",
  1255. "source": {
  1256. "type": "git",
  1257. "url": "https://github.com/stomp-php/stomp-php.git",
  1258. "reference": "4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158"
  1259. },
  1260. "dist": {
  1261. "type": "zip",
  1262. "url": "https://api.github.com/repos/stomp-php/stomp-php/zipball/4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158",
  1263. "reference": "4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158",
  1264. "shasum": ""
  1265. },
  1266. "require": {
  1267. "php": "^5.6 || ^7.0"
  1268. },
  1269. "require-dev": {
  1270. "phpunit/phpunit": "^5.7"
  1271. },
  1272. "time": "2019-04-09T08:25:54+00:00",
  1273. "type": "library",
  1274. "installation-source": "dist",
  1275. "autoload": {
  1276. "psr-4": {
  1277. "Stomp\\": "src/"
  1278. }
  1279. },
  1280. "notification-url": "https://packagist.org/downloads/",
  1281. "license": [
  1282. "Apache-2.0"
  1283. ],
  1284. "authors": [
  1285. {
  1286. "name": "Dejan Bosnanac",
  1287. "email": "dejan@nighttale.net",
  1288. "homepage": "http://www.nighttale.net"
  1289. },
  1290. {
  1291. "name": "Sören Rohweder",
  1292. "email": "s.rohweder@blage.net",
  1293. "homepage": "http://www.monofone.de"
  1294. },
  1295. {
  1296. "name": "Jens Radtke",
  1297. "email": "swefl@fin-sn.de",
  1298. "homepage": "http://www.fin-sn.de"
  1299. }
  1300. ],
  1301. "description": "stomp support for PHP",
  1302. "homepage": "http://github.com/stomp-php/stomp-php",
  1303. "keywords": [
  1304. "activeMQ",
  1305. "apollomq",
  1306. "jms",
  1307. "messaging",
  1308. "rabbitmq",
  1309. "stomp"
  1310. ]
  1311. }
  1312. ]