installed.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512
  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": "doctrine/annotations",
  192. "version": "v1.4.0",
  193. "version_normalized": "1.4.0.0",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/doctrine/annotations.git",
  197. "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
  202. "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "doctrine/lexer": "1.*",
  207. "php": "^5.6 || ^7.0"
  208. },
  209. "require-dev": {
  210. "doctrine/cache": "1.*",
  211. "phpunit/phpunit": "^5.7"
  212. },
  213. "time": "2017-02-24T16:22:25+00:00",
  214. "type": "library",
  215. "extra": {
  216. "branch-alias": {
  217. "dev-master": "1.4.x-dev"
  218. }
  219. },
  220. "installation-source": "dist",
  221. "autoload": {
  222. "psr-4": {
  223. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  224. }
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "MIT"
  229. ],
  230. "authors": [
  231. {
  232. "name": "Roman Borschel",
  233. "email": "roman@code-factory.org"
  234. },
  235. {
  236. "name": "Benjamin Eberlei",
  237. "email": "kontakt@beberlei.de"
  238. },
  239. {
  240. "name": "Guilherme Blanco",
  241. "email": "guilhermeblanco@gmail.com"
  242. },
  243. {
  244. "name": "Jonathan Wage",
  245. "email": "jonwage@gmail.com"
  246. },
  247. {
  248. "name": "Johannes Schmitt",
  249. "email": "schmittjoh@gmail.com"
  250. }
  251. ],
  252. "description": "Docblock Annotations Parser",
  253. "homepage": "http://www.doctrine-project.org",
  254. "keywords": [
  255. "annotations",
  256. "docblock",
  257. "parser"
  258. ]
  259. },
  260. {
  261. "name": "doctrine/cache",
  262. "version": "v1.6.2",
  263. "version_normalized": "1.6.2.0",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/doctrine/cache.git",
  267. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
  272. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
  273. "shasum": ""
  274. },
  275. "require": {
  276. "php": "~5.5|~7.0"
  277. },
  278. "conflict": {
  279. "doctrine/common": ">2.2,<2.4"
  280. },
  281. "require-dev": {
  282. "phpunit/phpunit": "~4.8|~5.0",
  283. "predis/predis": "~1.0",
  284. "satooshi/php-coveralls": "~0.6"
  285. },
  286. "time": "2017-07-22T12:49:21+00:00",
  287. "type": "library",
  288. "extra": {
  289. "branch-alias": {
  290. "dev-master": "1.6.x-dev"
  291. }
  292. },
  293. "installation-source": "dist",
  294. "autoload": {
  295. "psr-4": {
  296. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  297. }
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "MIT"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Roman Borschel",
  306. "email": "roman@code-factory.org"
  307. },
  308. {
  309. "name": "Benjamin Eberlei",
  310. "email": "kontakt@beberlei.de"
  311. },
  312. {
  313. "name": "Guilherme Blanco",
  314. "email": "guilhermeblanco@gmail.com"
  315. },
  316. {
  317. "name": "Jonathan Wage",
  318. "email": "jonwage@gmail.com"
  319. },
  320. {
  321. "name": "Johannes Schmitt",
  322. "email": "schmittjoh@gmail.com"
  323. }
  324. ],
  325. "description": "Caching library offering an object-oriented API for many cache backends",
  326. "homepage": "http://www.doctrine-project.org",
  327. "keywords": [
  328. "cache",
  329. "caching"
  330. ]
  331. },
  332. {
  333. "name": "doctrine/collections",
  334. "version": "v1.4.0",
  335. "version_normalized": "1.4.0.0",
  336. "source": {
  337. "type": "git",
  338. "url": "https://github.com/doctrine/collections.git",
  339. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
  340. },
  341. "dist": {
  342. "type": "zip",
  343. "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
  344. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
  345. "shasum": ""
  346. },
  347. "require": {
  348. "php": "^5.6 || ^7.0"
  349. },
  350. "require-dev": {
  351. "doctrine/coding-standard": "~0.1@dev",
  352. "phpunit/phpunit": "^5.7"
  353. },
  354. "time": "2017-01-03T10:49:41+00:00",
  355. "type": "library",
  356. "extra": {
  357. "branch-alias": {
  358. "dev-master": "1.3.x-dev"
  359. }
  360. },
  361. "installation-source": "dist",
  362. "autoload": {
  363. "psr-0": {
  364. "Doctrine\\Common\\Collections\\": "lib/"
  365. }
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "Roman Borschel",
  374. "email": "roman@code-factory.org"
  375. },
  376. {
  377. "name": "Benjamin Eberlei",
  378. "email": "kontakt@beberlei.de"
  379. },
  380. {
  381. "name": "Guilherme Blanco",
  382. "email": "guilhermeblanco@gmail.com"
  383. },
  384. {
  385. "name": "Jonathan Wage",
  386. "email": "jonwage@gmail.com"
  387. },
  388. {
  389. "name": "Johannes Schmitt",
  390. "email": "schmittjoh@gmail.com"
  391. }
  392. ],
  393. "description": "Collections Abstraction library",
  394. "homepage": "http://www.doctrine-project.org",
  395. "keywords": [
  396. "array",
  397. "collections",
  398. "iterator"
  399. ]
  400. },
  401. {
  402. "name": "doctrine/common",
  403. "version": "v2.7.3",
  404. "version_normalized": "2.7.3.0",
  405. "source": {
  406. "type": "git",
  407. "url": "https://github.com/doctrine/common.git",
  408. "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
  409. },
  410. "dist": {
  411. "type": "zip",
  412. "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
  413. "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
  414. "shasum": ""
  415. },
  416. "require": {
  417. "doctrine/annotations": "1.*",
  418. "doctrine/cache": "1.*",
  419. "doctrine/collections": "1.*",
  420. "doctrine/inflector": "1.*",
  421. "doctrine/lexer": "1.*",
  422. "php": "~5.6|~7.0"
  423. },
  424. "require-dev": {
  425. "phpunit/phpunit": "^5.4.6"
  426. },
  427. "time": "2017-07-22T08:35:12+00:00",
  428. "type": "library",
  429. "extra": {
  430. "branch-alias": {
  431. "dev-master": "2.7.x-dev"
  432. }
  433. },
  434. "installation-source": "dist",
  435. "autoload": {
  436. "psr-4": {
  437. "Doctrine\\Common\\": "lib/Doctrine/Common"
  438. }
  439. },
  440. "notification-url": "https://packagist.org/downloads/",
  441. "license": [
  442. "MIT"
  443. ],
  444. "authors": [
  445. {
  446. "name": "Roman Borschel",
  447. "email": "roman@code-factory.org"
  448. },
  449. {
  450. "name": "Benjamin Eberlei",
  451. "email": "kontakt@beberlei.de"
  452. },
  453. {
  454. "name": "Guilherme Blanco",
  455. "email": "guilhermeblanco@gmail.com"
  456. },
  457. {
  458. "name": "Jonathan Wage",
  459. "email": "jonwage@gmail.com"
  460. },
  461. {
  462. "name": "Johannes Schmitt",
  463. "email": "schmittjoh@gmail.com"
  464. }
  465. ],
  466. "description": "Common Library for Doctrine projects",
  467. "homepage": "http://www.doctrine-project.org",
  468. "keywords": [
  469. "annotations",
  470. "collections",
  471. "eventmanager",
  472. "persistence",
  473. "spl"
  474. ]
  475. },
  476. {
  477. "name": "doctrine/dbal",
  478. "version": "v2.5.13",
  479. "version_normalized": "2.5.13.0",
  480. "source": {
  481. "type": "git",
  482. "url": "https://github.com/doctrine/dbal.git",
  483. "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
  484. },
  485. "dist": {
  486. "type": "zip",
  487. "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
  488. "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
  489. "shasum": ""
  490. },
  491. "require": {
  492. "doctrine/common": ">=2.4,<2.8-dev",
  493. "php": ">=5.3.2"
  494. },
  495. "require-dev": {
  496. "phpunit/phpunit": "4.*",
  497. "symfony/console": "2.*||^3.0"
  498. },
  499. "suggest": {
  500. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  501. },
  502. "time": "2017-07-22T20:44:48+00:00",
  503. "bin": [
  504. "bin/doctrine-dbal"
  505. ],
  506. "type": "library",
  507. "extra": {
  508. "branch-alias": {
  509. "dev-master": "2.5.x-dev"
  510. }
  511. },
  512. "installation-source": "dist",
  513. "autoload": {
  514. "psr-0": {
  515. "Doctrine\\DBAL\\": "lib/"
  516. }
  517. },
  518. "notification-url": "https://packagist.org/downloads/",
  519. "license": [
  520. "MIT"
  521. ],
  522. "authors": [
  523. {
  524. "name": "Roman Borschel",
  525. "email": "roman@code-factory.org"
  526. },
  527. {
  528. "name": "Benjamin Eberlei",
  529. "email": "kontakt@beberlei.de"
  530. },
  531. {
  532. "name": "Guilherme Blanco",
  533. "email": "guilhermeblanco@gmail.com"
  534. },
  535. {
  536. "name": "Jonathan Wage",
  537. "email": "jonwage@gmail.com"
  538. }
  539. ],
  540. "description": "Database Abstraction Layer",
  541. "homepage": "http://www.doctrine-project.org",
  542. "keywords": [
  543. "database",
  544. "dbal",
  545. "persistence",
  546. "queryobject"
  547. ]
  548. },
  549. {
  550. "name": "doctrine/inflector",
  551. "version": "v1.2.0",
  552. "version_normalized": "1.2.0.0",
  553. "source": {
  554. "type": "git",
  555. "url": "https://github.com/doctrine/inflector.git",
  556. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
  557. },
  558. "dist": {
  559. "type": "zip",
  560. "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
  561. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
  562. "shasum": ""
  563. },
  564. "require": {
  565. "php": "^7.0"
  566. },
  567. "require-dev": {
  568. "phpunit/phpunit": "^6.2"
  569. },
  570. "time": "2017-07-22T12:18:28+00:00",
  571. "type": "library",
  572. "extra": {
  573. "branch-alias": {
  574. "dev-master": "1.2.x-dev"
  575. }
  576. },
  577. "installation-source": "dist",
  578. "autoload": {
  579. "psr-4": {
  580. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  581. }
  582. },
  583. "notification-url": "https://packagist.org/downloads/",
  584. "license": [
  585. "MIT"
  586. ],
  587. "authors": [
  588. {
  589. "name": "Roman Borschel",
  590. "email": "roman@code-factory.org"
  591. },
  592. {
  593. "name": "Benjamin Eberlei",
  594. "email": "kontakt@beberlei.de"
  595. },
  596. {
  597. "name": "Guilherme Blanco",
  598. "email": "guilhermeblanco@gmail.com"
  599. },
  600. {
  601. "name": "Jonathan Wage",
  602. "email": "jonwage@gmail.com"
  603. },
  604. {
  605. "name": "Johannes Schmitt",
  606. "email": "schmittjoh@gmail.com"
  607. }
  608. ],
  609. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  610. "homepage": "http://www.doctrine-project.org",
  611. "keywords": [
  612. "inflection",
  613. "pluralize",
  614. "singularize",
  615. "string"
  616. ]
  617. },
  618. {
  619. "name": "doctrine/lexer",
  620. "version": "1.0.2",
  621. "version_normalized": "1.0.2.0",
  622. "source": {
  623. "type": "git",
  624. "url": "https://github.com/doctrine/lexer.git",
  625. "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
  626. },
  627. "dist": {
  628. "type": "zip",
  629. "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
  630. "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
  631. "shasum": ""
  632. },
  633. "require": {
  634. "php": ">=5.3.2"
  635. },
  636. "require-dev": {
  637. "phpunit/phpunit": "^4.5"
  638. },
  639. "time": "2019-06-08T11:03:04+00:00",
  640. "type": "library",
  641. "extra": {
  642. "branch-alias": {
  643. "dev-master": "1.0.x-dev"
  644. }
  645. },
  646. "installation-source": "dist",
  647. "autoload": {
  648. "psr-4": {
  649. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  650. }
  651. },
  652. "notification-url": "https://packagist.org/downloads/",
  653. "license": [
  654. "MIT"
  655. ],
  656. "authors": [
  657. {
  658. "name": "Roman Borschel",
  659. "email": "roman@code-factory.org"
  660. },
  661. {
  662. "name": "Guilherme Blanco",
  663. "email": "guilhermeblanco@gmail.com"
  664. },
  665. {
  666. "name": "Johannes Schmitt",
  667. "email": "schmittjoh@gmail.com"
  668. }
  669. ],
  670. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  671. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  672. "keywords": [
  673. "annotations",
  674. "docblock",
  675. "lexer",
  676. "parser",
  677. "php"
  678. ]
  679. },
  680. {
  681. "name": "embed/embed",
  682. "version": "v3.4.0",
  683. "version_normalized": "3.4.0.0",
  684. "source": {
  685. "type": "git",
  686. "url": "https://github.com/oscarotero/Embed.git",
  687. "reference": "5594b253dee90888c14cdca43696183c98f078e9"
  688. },
  689. "dist": {
  690. "type": "zip",
  691. "url": "https://api.github.com/repos/oscarotero/Embed/zipball/5594b253dee90888c14cdca43696183c98f078e9",
  692. "reference": "5594b253dee90888c14cdca43696183c98f078e9",
  693. "shasum": ""
  694. },
  695. "require": {
  696. "composer/ca-bundle": "^1.0",
  697. "ext-curl": "*",
  698. "ext-mbstring": "*",
  699. "php": "^5.6|^7.0"
  700. },
  701. "require-dev": {
  702. "friendsofphp/php-cs-fixer": "^2.0",
  703. "phpunit/phpunit": "^4.8|^5.7"
  704. },
  705. "time": "2019-06-23T11:12:03+00:00",
  706. "type": "library",
  707. "installation-source": "dist",
  708. "autoload": {
  709. "psr-4": {
  710. "Embed\\": "src"
  711. }
  712. },
  713. "notification-url": "https://packagist.org/downloads/",
  714. "license": [
  715. "MIT"
  716. ],
  717. "authors": [
  718. {
  719. "name": "Oscar Otero",
  720. "email": "oom@oscarotero.com",
  721. "homepage": "http://oscarotero.com",
  722. "role": "Developer"
  723. }
  724. ],
  725. "description": "PHP library to retrieve page info using oembed, opengraph, etc",
  726. "homepage": "https://github.com/oscarotero/Embed",
  727. "keywords": [
  728. "embed",
  729. "embedly",
  730. "oembed",
  731. "opengraph",
  732. "twitter cards"
  733. ]
  734. },
  735. {
  736. "name": "ezyang/htmlpurifier",
  737. "version": "v4.11.0",
  738. "version_normalized": "4.11.0.0",
  739. "source": {
  740. "type": "git",
  741. "url": "https://github.com/ezyang/htmlpurifier.git",
  742. "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
  743. },
  744. "dist": {
  745. "type": "zip",
  746. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
  747. "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
  748. "shasum": ""
  749. },
  750. "require": {
  751. "php": ">=5.2"
  752. },
  753. "require-dev": {
  754. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  755. },
  756. "time": "2019-07-14T18:58:38+00:00",
  757. "type": "library",
  758. "installation-source": "dist",
  759. "autoload": {
  760. "psr-0": {
  761. "HTMLPurifier": "library/"
  762. },
  763. "files": [
  764. "library/HTMLPurifier.composer.php"
  765. ]
  766. },
  767. "notification-url": "https://packagist.org/downloads/",
  768. "license": [
  769. "LGPL-2.1-or-later"
  770. ],
  771. "authors": [
  772. {
  773. "name": "Edward Z. Yang",
  774. "email": "admin@htmlpurifier.org",
  775. "homepage": "http://ezyang.com"
  776. }
  777. ],
  778. "description": "Standards compliant HTML filter written in PHP",
  779. "homepage": "http://htmlpurifier.org/",
  780. "keywords": [
  781. "html"
  782. ]
  783. },
  784. {
  785. "name": "hoa/consistency",
  786. "version": "1.17.05.02",
  787. "version_normalized": "1.17.05.02",
  788. "source": {
  789. "type": "git",
  790. "url": "https://github.com/hoaproject/Consistency.git",
  791. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
  792. },
  793. "dist": {
  794. "type": "zip",
  795. "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
  796. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
  797. "shasum": ""
  798. },
  799. "require": {
  800. "hoa/exception": "~1.0",
  801. "php": ">=5.5.0"
  802. },
  803. "require-dev": {
  804. "hoa/stream": "~1.0",
  805. "hoa/test": "~2.0"
  806. },
  807. "time": "2017-05-02T12:18:12+00:00",
  808. "type": "library",
  809. "extra": {
  810. "branch-alias": {
  811. "dev-master": "1.x-dev"
  812. }
  813. },
  814. "installation-source": "dist",
  815. "autoload": {
  816. "psr-4": {
  817. "Hoa\\Consistency\\": "."
  818. },
  819. "files": [
  820. "Prelude.php"
  821. ]
  822. },
  823. "notification-url": "https://packagist.org/downloads/",
  824. "license": [
  825. "BSD-3-Clause"
  826. ],
  827. "authors": [
  828. {
  829. "name": "Ivan Enderlin",
  830. "email": "ivan.enderlin@hoa-project.net"
  831. },
  832. {
  833. "name": "Hoa community",
  834. "homepage": "https://hoa-project.net/"
  835. }
  836. ],
  837. "description": "The Hoa\\Consistency library.",
  838. "homepage": "https://hoa-project.net/",
  839. "keywords": [
  840. "autoloader",
  841. "callable",
  842. "consistency",
  843. "entity",
  844. "flex",
  845. "keyword",
  846. "library"
  847. ]
  848. },
  849. {
  850. "name": "hoa/event",
  851. "version": "1.17.01.13",
  852. "version_normalized": "1.17.01.13",
  853. "source": {
  854. "type": "git",
  855. "url": "https://github.com/hoaproject/Event.git",
  856. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
  857. },
  858. "dist": {
  859. "type": "zip",
  860. "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
  861. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
  862. "shasum": ""
  863. },
  864. "require": {
  865. "hoa/consistency": "~1.0",
  866. "hoa/exception": "~1.0"
  867. },
  868. "require-dev": {
  869. "hoa/test": "~2.0"
  870. },
  871. "time": "2017-01-13T15:30:50+00:00",
  872. "type": "library",
  873. "extra": {
  874. "branch-alias": {
  875. "dev-master": "1.x-dev"
  876. }
  877. },
  878. "installation-source": "dist",
  879. "autoload": {
  880. "psr-4": {
  881. "Hoa\\Event\\": "."
  882. }
  883. },
  884. "notification-url": "https://packagist.org/downloads/",
  885. "license": [
  886. "BSD-3-Clause"
  887. ],
  888. "authors": [
  889. {
  890. "name": "Ivan Enderlin",
  891. "email": "ivan.enderlin@hoa-project.net"
  892. },
  893. {
  894. "name": "Hoa community",
  895. "homepage": "https://hoa-project.net/"
  896. }
  897. ],
  898. "description": "The Hoa\\Event library.",
  899. "homepage": "https://hoa-project.net/",
  900. "keywords": [
  901. "event",
  902. "library",
  903. "listener",
  904. "observer"
  905. ]
  906. },
  907. {
  908. "name": "hoa/exception",
  909. "version": "1.17.01.16",
  910. "version_normalized": "1.17.01.16",
  911. "source": {
  912. "type": "git",
  913. "url": "https://github.com/hoaproject/Exception.git",
  914. "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
  915. },
  916. "dist": {
  917. "type": "zip",
  918. "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
  919. "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
  920. "shasum": ""
  921. },
  922. "require": {
  923. "hoa/consistency": "~1.0",
  924. "hoa/event": "~1.0"
  925. },
  926. "require-dev": {
  927. "hoa/test": "~2.0"
  928. },
  929. "time": "2017-01-16T07:53:27+00:00",
  930. "type": "library",
  931. "extra": {
  932. "branch-alias": {
  933. "dev-master": "1.x-dev"
  934. }
  935. },
  936. "installation-source": "dist",
  937. "autoload": {
  938. "psr-4": {
  939. "Hoa\\Exception\\": "."
  940. }
  941. },
  942. "notification-url": "https://packagist.org/downloads/",
  943. "license": [
  944. "BSD-3-Clause"
  945. ],
  946. "authors": [
  947. {
  948. "name": "Ivan Enderlin",
  949. "email": "ivan.enderlin@hoa-project.net"
  950. },
  951. {
  952. "name": "Hoa community",
  953. "homepage": "https://hoa-project.net/"
  954. }
  955. ],
  956. "description": "The Hoa\\Exception library.",
  957. "homepage": "https://hoa-project.net/",
  958. "keywords": [
  959. "exception",
  960. "library"
  961. ]
  962. },
  963. {
  964. "name": "masterminds/html5",
  965. "version": "2.6.0",
  966. "version_normalized": "2.6.0.0",
  967. "source": {
  968. "type": "git",
  969. "url": "https://github.com/Masterminds/html5-php.git",
  970. "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad"
  971. },
  972. "dist": {
  973. "type": "zip",
  974. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
  975. "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
  976. "shasum": ""
  977. },
  978. "require": {
  979. "ext-ctype": "*",
  980. "ext-dom": "*",
  981. "ext-libxml": "*",
  982. "php": ">=5.3.0"
  983. },
  984. "require-dev": {
  985. "phpunit/phpunit": "^4.8.35",
  986. "sami/sami": "~2.0",
  987. "satooshi/php-coveralls": "1.0.*"
  988. },
  989. "time": "2019-03-10T11:41:28+00:00",
  990. "type": "library",
  991. "extra": {
  992. "branch-alias": {
  993. "dev-master": "2.6-dev"
  994. }
  995. },
  996. "installation-source": "dist",
  997. "autoload": {
  998. "psr-4": {
  999. "Masterminds\\": "src"
  1000. }
  1001. },
  1002. "notification-url": "https://packagist.org/downloads/",
  1003. "license": [
  1004. "MIT"
  1005. ],
  1006. "authors": [
  1007. {
  1008. "name": "Matt Butcher",
  1009. "email": "technosophos@gmail.com"
  1010. },
  1011. {
  1012. "name": "Asmir Mustafic",
  1013. "email": "goetas@gmail.com"
  1014. },
  1015. {
  1016. "name": "Matt Farina",
  1017. "email": "matt@mattfarina.com"
  1018. }
  1019. ],
  1020. "description": "An HTML5 parser and serializer.",
  1021. "homepage": "http://masterminds.github.io/html5-php",
  1022. "keywords": [
  1023. "HTML5",
  1024. "dom",
  1025. "html",
  1026. "parser",
  1027. "querypath",
  1028. "serializer",
  1029. "xml"
  1030. ]
  1031. },
  1032. {
  1033. "name": "mf2/mf2",
  1034. "version": "0.4.6",
  1035. "version_normalized": "0.4.6.0",
  1036. "source": {
  1037. "type": "git",
  1038. "url": "https://github.com/microformats/php-mf2.git",
  1039. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
  1040. },
  1041. "dist": {
  1042. "type": "zip",
  1043. "url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  1044. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  1045. "shasum": ""
  1046. },
  1047. "require": {
  1048. "php": ">=5.4.0"
  1049. },
  1050. "require-dev": {
  1051. "mf2/tests": "@dev",
  1052. "phpdocumentor/phpdocumentor": "v2.8.4",
  1053. "phpunit/phpunit": "4.8.*"
  1054. },
  1055. "suggest": {
  1056. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
  1057. "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
  1058. },
  1059. "time": "2018-08-24T14:47:04+00:00",
  1060. "bin": [
  1061. "bin/fetch-mf2",
  1062. "bin/parse-mf2"
  1063. ],
  1064. "type": "library",
  1065. "installation-source": "dist",
  1066. "autoload": {
  1067. "files": [
  1068. "Mf2/Parser.php"
  1069. ]
  1070. },
  1071. "notification-url": "https://packagist.org/downloads/",
  1072. "license": [
  1073. "CC0-1.0"
  1074. ],
  1075. "authors": [
  1076. {
  1077. "name": "Barnaby Walters",
  1078. "homepage": "http://waterpigs.co.uk"
  1079. }
  1080. ],
  1081. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  1082. "keywords": [
  1083. "html",
  1084. "microformats",
  1085. "microformats 2",
  1086. "parser",
  1087. "semantic"
  1088. ]
  1089. },
  1090. {
  1091. "name": "michelf/php-markdown",
  1092. "version": "1.8.0",
  1093. "version_normalized": "1.8.0.0",
  1094. "source": {
  1095. "type": "git",
  1096. "url": "https://github.com/michelf/php-markdown.git",
  1097. "reference": "01ab082b355bf188d907b9929cd99b2923053495"
  1098. },
  1099. "dist": {
  1100. "type": "zip",
  1101. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
  1102. "reference": "01ab082b355bf188d907b9929cd99b2923053495",
  1103. "shasum": ""
  1104. },
  1105. "require": {
  1106. "php": ">=5.3.0"
  1107. },
  1108. "time": "2018-01-15T00:49:33+00:00",
  1109. "type": "library",
  1110. "installation-source": "dist",
  1111. "autoload": {
  1112. "psr-4": {
  1113. "Michelf\\": "Michelf/"
  1114. }
  1115. },
  1116. "notification-url": "https://packagist.org/downloads/",
  1117. "license": [
  1118. "BSD-3-Clause"
  1119. ],
  1120. "authors": [
  1121. {
  1122. "name": "Michel Fortin",
  1123. "email": "michel.fortin@michelf.ca",
  1124. "homepage": "https://michelf.ca/",
  1125. "role": "Developer"
  1126. },
  1127. {
  1128. "name": "John Gruber",
  1129. "homepage": "https://daringfireball.net/"
  1130. }
  1131. ],
  1132. "description": "PHP Markdown",
  1133. "homepage": "https://michelf.ca/projects/php-markdown/",
  1134. "keywords": [
  1135. "markdown"
  1136. ]
  1137. },
  1138. {
  1139. "name": "openid/php-openid",
  1140. "version": "2.3.0",
  1141. "version_normalized": "2.3.0.0",
  1142. "source": {
  1143. "type": "git",
  1144. "url": "https://github.com/openid/php-openid.git",
  1145. "reference": "924f9aa42453cd0f9dba72587b4e2cdf7f4de874"
  1146. },
  1147. "dist": {
  1148. "type": "zip",
  1149. "url": "https://api.github.com/repos/openid/php-openid/zipball/924f9aa42453cd0f9dba72587b4e2cdf7f4de874",
  1150. "reference": "924f9aa42453cd0f9dba72587b4e2cdf7f4de874",
  1151. "shasum": ""
  1152. },
  1153. "require": {
  1154. "ext-curl": "*",
  1155. "ext-dom": "*",
  1156. "ext-gmp": "*",
  1157. "php": ">=4.3"
  1158. },
  1159. "time": "2015-07-30T18:07:43+00:00",
  1160. "type": "library",
  1161. "installation-source": "dist",
  1162. "autoload": {
  1163. "classmap": [
  1164. "Auth"
  1165. ]
  1166. },
  1167. "notification-url": "https://packagist.org/downloads/",
  1168. "include-path": [
  1169. "."
  1170. ],
  1171. "license": [
  1172. "Apache-2.0"
  1173. ],
  1174. "authors": [
  1175. {
  1176. "name": "JanRain Inc.",
  1177. "homepage": "http://www.openidenabled.com"
  1178. }
  1179. ],
  1180. "description": "OpenID library for PHP5",
  1181. "homepage": "http://github.com/openid/php-openid",
  1182. "keywords": [
  1183. "Authentication",
  1184. "OpenId",
  1185. "auth",
  1186. "yadis"
  1187. ]
  1188. },
  1189. {
  1190. "name": "paragonie/constant_time_encoding",
  1191. "version": "v1.0.4",
  1192. "version_normalized": "1.0.4.0",
  1193. "source": {
  1194. "type": "git",
  1195. "url": "https://github.com/paragonie/constant_time_encoding.git",
  1196. "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6"
  1197. },
  1198. "dist": {
  1199. "type": "zip",
  1200. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
  1201. "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
  1202. "shasum": ""
  1203. },
  1204. "require": {
  1205. "php": "^5.3|^7"
  1206. },
  1207. "require-dev": {
  1208. "paragonie/random_compat": "^1.4|^2",
  1209. "phpunit/phpunit": "4.*|5.*",
  1210. "vimeo/psalm": "^0.3|^1"
  1211. },
  1212. "time": "2018-04-30T17:57:16+00:00",
  1213. "type": "library",
  1214. "installation-source": "dist",
  1215. "autoload": {
  1216. "psr-4": {
  1217. "ParagonIE\\ConstantTime\\": "src/"
  1218. }
  1219. },
  1220. "notification-url": "https://packagist.org/downloads/",
  1221. "license": [
  1222. "MIT"
  1223. ],
  1224. "authors": [
  1225. {
  1226. "name": "Paragon Initiative Enterprises",
  1227. "email": "security@paragonie.com",
  1228. "homepage": "https://paragonie.com",
  1229. "role": "Maintainer"
  1230. },
  1231. {
  1232. "name": "Steve 'Sc00bz' Thomas",
  1233. "email": "steve@tobtu.com",
  1234. "homepage": "https://www.tobtu.com",
  1235. "role": "Original Developer"
  1236. }
  1237. ],
  1238. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  1239. "keywords": [
  1240. "base16",
  1241. "base32",
  1242. "base32_decode",
  1243. "base32_encode",
  1244. "base64",
  1245. "base64_decode",
  1246. "base64_encode",
  1247. "bin2hex",
  1248. "encoding",
  1249. "hex",
  1250. "hex2bin",
  1251. "rfc4648"
  1252. ]
  1253. },
  1254. {
  1255. "name": "paragonie/random_compat",
  1256. "version": "v2.0.18",
  1257. "version_normalized": "2.0.18.0",
  1258. "source": {
  1259. "type": "git",
  1260. "url": "https://github.com/paragonie/random_compat.git",
  1261. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
  1262. },
  1263. "dist": {
  1264. "type": "zip",
  1265. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  1266. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  1267. "shasum": ""
  1268. },
  1269. "require": {
  1270. "php": ">=5.2.0"
  1271. },
  1272. "require-dev": {
  1273. "phpunit/phpunit": "4.*|5.*"
  1274. },
  1275. "suggest": {
  1276. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1277. },
  1278. "time": "2019-01-03T20:59:08+00:00",
  1279. "type": "library",
  1280. "installation-source": "dist",
  1281. "autoload": {
  1282. "files": [
  1283. "lib/random.php"
  1284. ]
  1285. },
  1286. "notification-url": "https://packagist.org/downloads/",
  1287. "license": [
  1288. "MIT"
  1289. ],
  1290. "authors": [
  1291. {
  1292. "name": "Paragon Initiative Enterprises",
  1293. "email": "security@paragonie.com",
  1294. "homepage": "https://paragonie.com"
  1295. }
  1296. ],
  1297. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1298. "keywords": [
  1299. "csprng",
  1300. "polyfill",
  1301. "pseudorandom",
  1302. "random"
  1303. ]
  1304. },
  1305. {
  1306. "name": "pear/console_getopt",
  1307. "version": "v1.4.2",
  1308. "version_normalized": "1.4.2.0",
  1309. "source": {
  1310. "type": "git",
  1311. "url": "https://github.com/pear/Console_Getopt.git",
  1312. "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
  1313. },
  1314. "dist": {
  1315. "type": "zip",
  1316. "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
  1317. "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
  1318. "shasum": ""
  1319. },
  1320. "time": "2019-02-06T16:52:33+00:00",
  1321. "type": "library",
  1322. "installation-source": "dist",
  1323. "autoload": {
  1324. "psr-0": {
  1325. "Console": "./"
  1326. }
  1327. },
  1328. "notification-url": "https://packagist.org/downloads/",
  1329. "include-path": [
  1330. "./"
  1331. ],
  1332. "license": [
  1333. "BSD-2-Clause"
  1334. ],
  1335. "authors": [
  1336. {
  1337. "name": "Greg Beaver",
  1338. "email": "cellog@php.net",
  1339. "role": "Helper"
  1340. },
  1341. {
  1342. "name": "Andrei Zmievski",
  1343. "email": "andrei@php.net",
  1344. "role": "Lead"
  1345. },
  1346. {
  1347. "name": "Stig Bakken",
  1348. "email": "stig@php.net",
  1349. "role": "Developer"
  1350. }
  1351. ],
  1352. "description": "More info available on: http://pear.php.net/package/Console_Getopt"
  1353. },
  1354. {
  1355. "name": "phpseclib/phpseclib",
  1356. "version": "dev-master",
  1357. "version_normalized": "9999999-dev",
  1358. "source": {
  1359. "type": "git",
  1360. "url": "https://github.com/phpseclib/phpseclib.git",
  1361. "reference": "f815e43077da67d3dd5b4d18a45753f5b79c1ab9"
  1362. },
  1363. "dist": {
  1364. "type": "zip",
  1365. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f815e43077da67d3dd5b4d18a45753f5b79c1ab9",
  1366. "reference": "f815e43077da67d3dd5b4d18a45753f5b79c1ab9",
  1367. "shasum": ""
  1368. },
  1369. "require": {
  1370. "paragonie/constant_time_encoding": "^1",
  1371. "paragonie/random_compat": "^1.4|^2.0",
  1372. "php": ">=5.6.1"
  1373. },
  1374. "require-dev": {
  1375. "phing/phing": "~2.7",
  1376. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  1377. "sami/sami": "~2.0",
  1378. "squizlabs/php_codesniffer": "~2.0"
  1379. },
  1380. "suggest": {
  1381. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  1382. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  1383. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  1384. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  1385. },
  1386. "time": "2019-07-14T17:02:10+00:00",
  1387. "type": "library",
  1388. "installation-source": "dist",
  1389. "autoload": {
  1390. "files": [
  1391. "phpseclib/bootstrap.php"
  1392. ],
  1393. "psr-4": {
  1394. "phpseclib\\": "phpseclib/"
  1395. }
  1396. },
  1397. "notification-url": "https://packagist.org/downloads/",
  1398. "license": [
  1399. "MIT"
  1400. ],
  1401. "authors": [
  1402. {
  1403. "name": "Jim Wigginton",
  1404. "email": "terrafrost@php.net",
  1405. "role": "Lead Developer"
  1406. },
  1407. {
  1408. "name": "Patrick Monnerat",
  1409. "email": "pm@datasphere.ch",
  1410. "role": "Developer"
  1411. },
  1412. {
  1413. "name": "Andreas Fischer",
  1414. "email": "bantu@phpbb.com",
  1415. "role": "Developer"
  1416. },
  1417. {
  1418. "name": "Hans-Jürgen Petrich",
  1419. "email": "petrich@tronic-media.com",
  1420. "role": "Developer"
  1421. },
  1422. {
  1423. "name": "Graham Campbell",
  1424. "email": "graham@alt-three.com",
  1425. "role": "Developer"
  1426. }
  1427. ],
  1428. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  1429. "homepage": "http://phpseclib.sourceforge.net",
  1430. "keywords": [
  1431. "BigInteger",
  1432. "aes",
  1433. "asn.1",
  1434. "asn1",
  1435. "blowfish",
  1436. "crypto",
  1437. "cryptography",
  1438. "encryption",
  1439. "rsa",
  1440. "security",
  1441. "sftp",
  1442. "signature",
  1443. "signing",
  1444. "ssh",
  1445. "twofish",
  1446. "x.509",
  1447. "x509"
  1448. ]
  1449. },
  1450. {
  1451. "name": "stomp-php/stomp-php",
  1452. "version": "4.5.1",
  1453. "version_normalized": "4.5.1.0",
  1454. "source": {
  1455. "type": "git",
  1456. "url": "https://github.com/stomp-php/stomp-php.git",
  1457. "reference": "4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158"
  1458. },
  1459. "dist": {
  1460. "type": "zip",
  1461. "url": "https://api.github.com/repos/stomp-php/stomp-php/zipball/4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158",
  1462. "reference": "4c5f0a95330085a86fd852b8ad0b1fbb4e8a4158",
  1463. "shasum": ""
  1464. },
  1465. "require": {
  1466. "php": "^5.6 || ^7.0"
  1467. },
  1468. "require-dev": {
  1469. "phpunit/phpunit": "^5.7"
  1470. },
  1471. "time": "2019-04-09T08:25:54+00:00",
  1472. "type": "library",
  1473. "installation-source": "dist",
  1474. "autoload": {
  1475. "psr-4": {
  1476. "Stomp\\": "src/"
  1477. }
  1478. },
  1479. "notification-url": "https://packagist.org/downloads/",
  1480. "license": [
  1481. "Apache-2.0"
  1482. ],
  1483. "authors": [
  1484. {
  1485. "name": "Dejan Bosnanac",
  1486. "email": "dejan@nighttale.net",
  1487. "homepage": "http://www.nighttale.net"
  1488. },
  1489. {
  1490. "name": "Sören Rohweder",
  1491. "email": "s.rohweder@blage.net",
  1492. "homepage": "http://www.monofone.de"
  1493. },
  1494. {
  1495. "name": "Jens Radtke",
  1496. "email": "swefl@fin-sn.de",
  1497. "homepage": "http://www.fin-sn.de"
  1498. }
  1499. ],
  1500. "description": "stomp support for PHP",
  1501. "homepage": "http://github.com/stomp-php/stomp-php",
  1502. "keywords": [
  1503. "activeMQ",
  1504. "apollomq",
  1505. "jms",
  1506. "messaging",
  1507. "rabbitmq",
  1508. "stomp"
  1509. ]
  1510. }
  1511. ]