composer.lock 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "11882b856a95c0d425e40bd5393ee3a0",
  8. "packages": [
  9. {
  10. "name": "composer/semver",
  11. "version": "1.4.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/semver.git",
  15. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  20. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^5.3.2 || ^7.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^4.5 || ^5.0.5",
  28. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "1.x-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-4": {
  38. "Composer\\Semver\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Nils Adermann",
  48. "email": "naderman@naderman.de",
  49. "homepage": "http://www.naderman.de"
  50. },
  51. {
  52. "name": "Jordi Boggiano",
  53. "email": "j.boggiano@seld.be",
  54. "homepage": "http://seld.be"
  55. },
  56. {
  57. "name": "Rob Bast",
  58. "email": "rob.bast@gmail.com",
  59. "homepage": "http://robbast.nl"
  60. }
  61. ],
  62. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  63. "keywords": [
  64. "semantic",
  65. "semver",
  66. "validation",
  67. "versioning"
  68. ],
  69. "time": "2016-08-30T16:08:34+00:00"
  70. },
  71. {
  72. "name": "dibi/dibi",
  73. "version": "v3.1.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/dg/dibi.git",
  77. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/dg/dibi/zipball/fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  82. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": ">=5.4.4"
  87. },
  88. "replace": {
  89. "dg/dibi": "*"
  90. },
  91. "require-dev": {
  92. "nette/tester": "~1.7",
  93. "tracy/tracy": "~2.2"
  94. },
  95. "type": "library",
  96. "extra": {
  97. "branch-alias": {
  98. "dev-master": "3.1-dev"
  99. }
  100. },
  101. "autoload": {
  102. "classmap": [
  103. "src/"
  104. ],
  105. "files": [
  106. "src/loader.php"
  107. ]
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "BSD-3-Clause",
  112. "GPL-2.0",
  113. "GPL-3.0"
  114. ],
  115. "authors": [
  116. {
  117. "name": "David Grudl",
  118. "homepage": "https://davidgrudl.com"
  119. }
  120. ],
  121. "description": "Dibi is Database Abstraction Library for PHP",
  122. "homepage": "https://dibiphp.com",
  123. "keywords": [
  124. "access",
  125. "database",
  126. "dbal",
  127. "mssql",
  128. "mysql",
  129. "odbc",
  130. "oracle",
  131. "pdo",
  132. "postgresql",
  133. "sqlite",
  134. "sqlsrv"
  135. ],
  136. "time": "2017-09-25T15:57:54+00:00"
  137. },
  138. {
  139. "name": "guzzlehttp/guzzle",
  140. "version": "6.3.0",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/guzzle/guzzle.git",
  144. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  149. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "guzzlehttp/promises": "^1.0",
  154. "guzzlehttp/psr7": "^1.4",
  155. "php": ">=5.5"
  156. },
  157. "require-dev": {
  158. "ext-curl": "*",
  159. "phpunit/phpunit": "^4.0 || ^5.0",
  160. "psr/log": "^1.0"
  161. },
  162. "suggest": {
  163. "psr/log": "Required for using the Log middleware"
  164. },
  165. "type": "library",
  166. "extra": {
  167. "branch-alias": {
  168. "dev-master": "6.2-dev"
  169. }
  170. },
  171. "autoload": {
  172. "files": [
  173. "src/functions_include.php"
  174. ],
  175. "psr-4": {
  176. "GuzzleHttp\\": "src/"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT"
  182. ],
  183. "authors": [
  184. {
  185. "name": "Michael Dowling",
  186. "email": "mtdowling@gmail.com",
  187. "homepage": "https://github.com/mtdowling"
  188. }
  189. ],
  190. "description": "Guzzle is a PHP HTTP client library",
  191. "homepage": "http://guzzlephp.org/",
  192. "keywords": [
  193. "client",
  194. "curl",
  195. "framework",
  196. "http",
  197. "http client",
  198. "rest",
  199. "web service"
  200. ],
  201. "time": "2017-06-22T18:50:49+00:00"
  202. },
  203. {
  204. "name": "guzzlehttp/promises",
  205. "version": "v1.3.1",
  206. "source": {
  207. "type": "git",
  208. "url": "https://github.com/guzzle/promises.git",
  209. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  210. },
  211. "dist": {
  212. "type": "zip",
  213. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  214. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  215. "shasum": ""
  216. },
  217. "require": {
  218. "php": ">=5.5.0"
  219. },
  220. "require-dev": {
  221. "phpunit/phpunit": "^4.0"
  222. },
  223. "type": "library",
  224. "extra": {
  225. "branch-alias": {
  226. "dev-master": "1.4-dev"
  227. }
  228. },
  229. "autoload": {
  230. "psr-4": {
  231. "GuzzleHttp\\Promise\\": "src/"
  232. },
  233. "files": [
  234. "src/functions_include.php"
  235. ]
  236. },
  237. "notification-url": "https://packagist.org/downloads/",
  238. "license": [
  239. "MIT"
  240. ],
  241. "authors": [
  242. {
  243. "name": "Michael Dowling",
  244. "email": "mtdowling@gmail.com",
  245. "homepage": "https://github.com/mtdowling"
  246. }
  247. ],
  248. "description": "Guzzle promises library",
  249. "keywords": [
  250. "promise"
  251. ],
  252. "time": "2016-12-20T10:07:11+00:00"
  253. },
  254. {
  255. "name": "guzzlehttp/psr7",
  256. "version": "1.4.2",
  257. "source": {
  258. "type": "git",
  259. "url": "https://github.com/guzzle/psr7.git",
  260. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  261. },
  262. "dist": {
  263. "type": "zip",
  264. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  265. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  266. "shasum": ""
  267. },
  268. "require": {
  269. "php": ">=5.4.0",
  270. "psr/http-message": "~1.0"
  271. },
  272. "provide": {
  273. "psr/http-message-implementation": "1.0"
  274. },
  275. "require-dev": {
  276. "phpunit/phpunit": "~4.0"
  277. },
  278. "type": "library",
  279. "extra": {
  280. "branch-alias": {
  281. "dev-master": "1.4-dev"
  282. }
  283. },
  284. "autoload": {
  285. "psr-4": {
  286. "GuzzleHttp\\Psr7\\": "src/"
  287. },
  288. "files": [
  289. "src/functions_include.php"
  290. ]
  291. },
  292. "notification-url": "https://packagist.org/downloads/",
  293. "license": [
  294. "MIT"
  295. ],
  296. "authors": [
  297. {
  298. "name": "Michael Dowling",
  299. "email": "mtdowling@gmail.com",
  300. "homepage": "https://github.com/mtdowling"
  301. },
  302. {
  303. "name": "Tobias Schultze",
  304. "homepage": "https://github.com/Tobion"
  305. }
  306. ],
  307. "description": "PSR-7 message implementation that also provides common utility methods",
  308. "keywords": [
  309. "http",
  310. "message",
  311. "request",
  312. "response",
  313. "stream",
  314. "uri",
  315. "url"
  316. ],
  317. "time": "2017-03-20T17:10:46+00:00"
  318. },
  319. {
  320. "name": "kryptonit3/couchpotato",
  321. "version": "1.0.0",
  322. "source": {
  323. "type": "git",
  324. "url": "https://github.com/Kryptonit3/CouchPotato.git",
  325. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376"
  326. },
  327. "dist": {
  328. "type": "zip",
  329. "url": "https://api.github.com/repos/Kryptonit3/CouchPotato/zipball/7a1fc892f70f120f74ff005850e923a0f1566376",
  330. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376",
  331. "shasum": ""
  332. },
  333. "require": {
  334. "guzzlehttp/guzzle": "^6.1"
  335. },
  336. "type": "library",
  337. "autoload": {
  338. "psr-4": {
  339. "Kryptonit3\\CouchPotato\\": "src/"
  340. }
  341. },
  342. "notification-url": "https://packagist.org/downloads/",
  343. "license": [
  344. "MIT"
  345. ],
  346. "authors": [
  347. {
  348. "name": "Jesse Szypulski",
  349. "email": "jesse.szypulski@gmail.com"
  350. }
  351. ],
  352. "description": "PHP Wrapper for CouchPotato API",
  353. "time": "2016-02-06T22:02:39+00:00"
  354. },
  355. {
  356. "name": "kryptonit3/sickrage",
  357. "version": "1.0.1",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/Kryptonit3/SickRage.git",
  361. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/Kryptonit3/SickRage/zipball/441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  366. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "guzzlehttp/guzzle": "^6.1"
  371. },
  372. "type": "library",
  373. "autoload": {
  374. "psr-4": {
  375. "Kryptonit3\\SickRage\\": "src/"
  376. }
  377. },
  378. "notification-url": "https://packagist.org/downloads/",
  379. "license": [
  380. "MIT"
  381. ],
  382. "authors": [
  383. {
  384. "name": "Jesse Szypulski",
  385. "email": "jesse.szypulski@gmail.com"
  386. }
  387. ],
  388. "description": "PHP Wrapper for SickRage / SickBeard API",
  389. "time": "2016-08-08T00:57:46+00:00"
  390. },
  391. {
  392. "name": "kryptonit3/sonarr",
  393. "version": "1.0.6.1",
  394. "source": {
  395. "type": "git",
  396. "url": "https://github.com/Kryptonit3/Sonarr.git",
  397. "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e"
  398. },
  399. "dist": {
  400. "type": "zip",
  401. "url": "https://api.github.com/repos/Kryptonit3/Sonarr/zipball/e30c5c783a837270bcef81571ca9b95909c52e5e",
  402. "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e",
  403. "shasum": ""
  404. },
  405. "require": {
  406. "guzzlehttp/guzzle": "^6.1"
  407. },
  408. "type": "library",
  409. "autoload": {
  410. "psr-4": {
  411. "Kryptonit3\\Sonarr\\": "src/"
  412. }
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Jesse Szypulski",
  421. "email": "jesse.szypulski@gmail.com"
  422. }
  423. ],
  424. "description": "PHP Sonarr API Wrapper",
  425. "time": "2017-06-30T01:25:49+00:00"
  426. },
  427. {
  428. "name": "lcobucci/jwt",
  429. "version": "3.2.2",
  430. "source": {
  431. "type": "git",
  432. "url": "https://github.com/lcobucci/jwt.git",
  433. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  434. },
  435. "dist": {
  436. "type": "zip",
  437. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  438. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  439. "shasum": ""
  440. },
  441. "require": {
  442. "ext-openssl": "*",
  443. "php": ">=5.5"
  444. },
  445. "require-dev": {
  446. "mdanter/ecc": "~0.3.1",
  447. "mikey179/vfsstream": "~1.5",
  448. "phpmd/phpmd": "~2.2",
  449. "phpunit/php-invoker": "~1.1",
  450. "phpunit/phpunit": "~4.5",
  451. "squizlabs/php_codesniffer": "~2.3"
  452. },
  453. "suggest": {
  454. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  455. },
  456. "type": "library",
  457. "extra": {
  458. "branch-alias": {
  459. "dev-master": "3.1-dev"
  460. }
  461. },
  462. "autoload": {
  463. "psr-4": {
  464. "Lcobucci\\JWT\\": "src"
  465. }
  466. },
  467. "notification-url": "https://packagist.org/downloads/",
  468. "license": [
  469. "BSD-3-Clause"
  470. ],
  471. "authors": [
  472. {
  473. "name": "Luís Otávio Cobucci Oblonczyk",
  474. "email": "lcobucci@gmail.com",
  475. "role": "Developer"
  476. }
  477. ],
  478. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  479. "keywords": [
  480. "JWS",
  481. "jwt"
  482. ],
  483. "time": "2017-09-01T08:23:26+00:00"
  484. },
  485. {
  486. "name": "paragonie/random_compat",
  487. "version": "v9.99.99",
  488. "source": {
  489. "type": "git",
  490. "url": "https://github.com/paragonie/random_compat.git",
  491. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  492. },
  493. "dist": {
  494. "type": "zip",
  495. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  496. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  497. "shasum": ""
  498. },
  499. "require": {
  500. "php": "^7"
  501. },
  502. "require-dev": {
  503. "phpunit/phpunit": "4.*|5.*",
  504. "vimeo/psalm": "^1"
  505. },
  506. "suggest": {
  507. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  508. },
  509. "type": "library",
  510. "notification-url": "https://packagist.org/downloads/",
  511. "license": [
  512. "MIT"
  513. ],
  514. "authors": [
  515. {
  516. "name": "Paragon Initiative Enterprises",
  517. "email": "security@paragonie.com",
  518. "homepage": "https://paragonie.com"
  519. }
  520. ],
  521. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  522. "keywords": [
  523. "csprng",
  524. "polyfill",
  525. "pseudorandom",
  526. "random"
  527. ],
  528. "time": "2018-07-02T15:55:56+00:00"
  529. },
  530. {
  531. "name": "paragonie/sodium_compat",
  532. "version": "v1.6.4",
  533. "source": {
  534. "type": "git",
  535. "url": "https://github.com/paragonie/sodium_compat.git",
  536. "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c"
  537. },
  538. "dist": {
  539. "type": "zip",
  540. "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/3f2fd07977541b4d630ea0365ad0eceddee5179c",
  541. "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c",
  542. "shasum": ""
  543. },
  544. "require": {
  545. "paragonie/random_compat": ">=1",
  546. "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
  547. },
  548. "require-dev": {
  549. "phpunit/phpunit": "^3|^4|^5"
  550. },
  551. "suggest": {
  552. "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
  553. "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
  554. },
  555. "type": "library",
  556. "autoload": {
  557. "files": [
  558. "autoload.php"
  559. ]
  560. },
  561. "notification-url": "https://packagist.org/downloads/",
  562. "license": [
  563. "ISC"
  564. ],
  565. "authors": [
  566. {
  567. "name": "Paragon Initiative Enterprises",
  568. "email": "security@paragonie.com"
  569. },
  570. {
  571. "name": "Frank Denis",
  572. "email": "jedisct1@pureftpd.org"
  573. }
  574. ],
  575. "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
  576. "keywords": [
  577. "Authentication",
  578. "BLAKE2b",
  579. "ChaCha20",
  580. "ChaCha20-Poly1305",
  581. "Chapoly",
  582. "Curve25519",
  583. "Ed25519",
  584. "EdDSA",
  585. "Edwards-curve Digital Signature Algorithm",
  586. "Elliptic Curve Diffie-Hellman",
  587. "Poly1305",
  588. "Pure-PHP cryptography",
  589. "RFC 7748",
  590. "RFC 8032",
  591. "Salpoly",
  592. "Salsa20",
  593. "X25519",
  594. "XChaCha20-Poly1305",
  595. "XSalsa20-Poly1305",
  596. "Xchacha20",
  597. "Xsalsa20",
  598. "aead",
  599. "cryptography",
  600. "ecdh",
  601. "elliptic curve",
  602. "elliptic curve cryptography",
  603. "encryption",
  604. "libsodium",
  605. "php",
  606. "public-key cryptography",
  607. "secret-key cryptography",
  608. "side-channel resistant"
  609. ],
  610. "time": "2018-08-29T22:02:48+00:00"
  611. },
  612. {
  613. "name": "phpmailer/phpmailer",
  614. "version": "v6.0.3",
  615. "source": {
  616. "type": "git",
  617. "url": "https://github.com/PHPMailer/PHPMailer.git",
  618. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
  619. },
  620. "dist": {
  621. "type": "zip",
  622. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  623. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  624. "shasum": ""
  625. },
  626. "require": {
  627. "ext-ctype": "*",
  628. "ext-filter": "*",
  629. "php": ">=5.5.0"
  630. },
  631. "require-dev": {
  632. "doctrine/annotations": "1.2.*",
  633. "friendsofphp/php-cs-fixer": "^2.2",
  634. "phpdocumentor/phpdocumentor": "2.*",
  635. "phpunit/phpunit": "^4.8 || ^5.7",
  636. "zendframework/zend-eventmanager": "3.0.*",
  637. "zendframework/zend-i18n": "2.7.3",
  638. "zendframework/zend-serializer": "2.7.*"
  639. },
  640. "suggest": {
  641. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  642. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  643. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  644. "psr/log": "For optional PSR-3 debug logging",
  645. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  646. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  647. },
  648. "type": "library",
  649. "autoload": {
  650. "psr-4": {
  651. "PHPMailer\\PHPMailer\\": "src/"
  652. }
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "LGPL-2.1"
  657. ],
  658. "authors": [
  659. {
  660. "name": "Jim Jagielski",
  661. "email": "jimjag@gmail.com"
  662. },
  663. {
  664. "name": "Marcus Bointon",
  665. "email": "phpmailer@synchromedia.co.uk"
  666. },
  667. {
  668. "name": "Andy Prevost",
  669. "email": "codeworxtech@users.sourceforge.net"
  670. },
  671. {
  672. "name": "Brent R. Matzelle"
  673. }
  674. ],
  675. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  676. "time": "2018-01-05T13:19:58+00:00"
  677. },
  678. {
  679. "name": "psr/http-message",
  680. "version": "1.0.1",
  681. "source": {
  682. "type": "git",
  683. "url": "https://github.com/php-fig/http-message.git",
  684. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  685. },
  686. "dist": {
  687. "type": "zip",
  688. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  689. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  690. "shasum": ""
  691. },
  692. "require": {
  693. "php": ">=5.3.0"
  694. },
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-master": "1.0.x-dev"
  699. }
  700. },
  701. "autoload": {
  702. "psr-4": {
  703. "Psr\\Http\\Message\\": "src/"
  704. }
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "MIT"
  709. ],
  710. "authors": [
  711. {
  712. "name": "PHP-FIG",
  713. "homepage": "http://www.php-fig.org/"
  714. }
  715. ],
  716. "description": "Common interface for HTTP messages",
  717. "homepage": "https://github.com/php-fig/http-message",
  718. "keywords": [
  719. "http",
  720. "http-message",
  721. "psr",
  722. "psr-7",
  723. "request",
  724. "response"
  725. ],
  726. "time": "2016-08-06T14:39:51+00:00"
  727. },
  728. {
  729. "name": "psr/log",
  730. "version": "1.0.2",
  731. "source": {
  732. "type": "git",
  733. "url": "https://github.com/php-fig/log.git",
  734. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  735. },
  736. "dist": {
  737. "type": "zip",
  738. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  739. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  740. "shasum": ""
  741. },
  742. "require": {
  743. "php": ">=5.3.0"
  744. },
  745. "type": "library",
  746. "extra": {
  747. "branch-alias": {
  748. "dev-master": "1.0.x-dev"
  749. }
  750. },
  751. "autoload": {
  752. "psr-4": {
  753. "Psr\\Log\\": "Psr/Log/"
  754. }
  755. },
  756. "notification-url": "https://packagist.org/downloads/",
  757. "license": [
  758. "MIT"
  759. ],
  760. "authors": [
  761. {
  762. "name": "PHP-FIG",
  763. "homepage": "http://www.php-fig.org/"
  764. }
  765. ],
  766. "description": "Common interface for logging libraries",
  767. "homepage": "https://github.com/php-fig/log",
  768. "keywords": [
  769. "log",
  770. "psr",
  771. "psr-3"
  772. ],
  773. "time": "2016-10-10T12:19:37+00:00"
  774. },
  775. {
  776. "name": "pusher/pusher-php-server",
  777. "version": "v3.2.0",
  778. "source": {
  779. "type": "git",
  780. "url": "https://github.com/pusher/pusher-http-php.git",
  781. "reference": "4da4d208fe13fd2ff71ede5063a3456f23f38cf7"
  782. },
  783. "dist": {
  784. "type": "zip",
  785. "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/4da4d208fe13fd2ff71ede5063a3456f23f38cf7",
  786. "reference": "4da4d208fe13fd2ff71ede5063a3456f23f38cf7",
  787. "shasum": ""
  788. },
  789. "require": {
  790. "ext-curl": "*",
  791. "paragonie/sodium_compat": "^1.6",
  792. "php": "^5.4 || ^7.0",
  793. "psr/log": "^1.0"
  794. },
  795. "require-dev": {
  796. "phpunit/phpunit": "^4.8 || ^5.7"
  797. },
  798. "type": "library",
  799. "extra": {
  800. "branch-alias": {
  801. "dev-master": "3.0-dev"
  802. }
  803. },
  804. "autoload": {
  805. "psr-4": {
  806. "Pusher\\": "src/"
  807. }
  808. },
  809. "notification-url": "https://packagist.org/downloads/",
  810. "license": [
  811. "MIT"
  812. ],
  813. "description": "Library for interacting with the Pusher REST API",
  814. "keywords": [
  815. "events",
  816. "messaging",
  817. "php-pusher-server",
  818. "publish",
  819. "push",
  820. "pusher",
  821. "real time",
  822. "real-time",
  823. "realtime",
  824. "rest",
  825. "trigger"
  826. ],
  827. "time": "2018-08-13T14:57:32+00:00"
  828. },
  829. {
  830. "name": "rmccue/requests",
  831. "version": "v1.7.0",
  832. "source": {
  833. "type": "git",
  834. "url": "https://github.com/rmccue/Requests.git",
  835. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  836. },
  837. "dist": {
  838. "type": "zip",
  839. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  840. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  841. "shasum": ""
  842. },
  843. "require": {
  844. "php": ">=5.2"
  845. },
  846. "require-dev": {
  847. "requests/test-server": "dev-master"
  848. },
  849. "type": "library",
  850. "autoload": {
  851. "psr-0": {
  852. "Requests": "library/"
  853. }
  854. },
  855. "notification-url": "https://packagist.org/downloads/",
  856. "license": [
  857. "ISC"
  858. ],
  859. "authors": [
  860. {
  861. "name": "Ryan McCue",
  862. "homepage": "http://ryanmccue.info"
  863. }
  864. ],
  865. "description": "A HTTP library written in PHP, for human beings.",
  866. "homepage": "http://github.com/rmccue/Requests",
  867. "keywords": [
  868. "curl",
  869. "fsockopen",
  870. "http",
  871. "idna",
  872. "ipv6",
  873. "iri",
  874. "sockets"
  875. ],
  876. "time": "2016-10-13T00:11:37+00:00"
  877. }
  878. ],
  879. "packages-dev": [],
  880. "aliases": [],
  881. "minimum-stability": "stable",
  882. "stability-flags": [],
  883. "prefer-stable": false,
  884. "prefer-lowest": false,
  885. "platform": [],
  886. "platform-dev": []
  887. }