composer.lock 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  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": "3c32217ca37a88c08777ef49d01ff131",
  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": "phpmailer/phpmailer",
  487. "version": "v6.0.3",
  488. "source": {
  489. "type": "git",
  490. "url": "https://github.com/PHPMailer/PHPMailer.git",
  491. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
  492. },
  493. "dist": {
  494. "type": "zip",
  495. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  496. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  497. "shasum": ""
  498. },
  499. "require": {
  500. "ext-ctype": "*",
  501. "ext-filter": "*",
  502. "php": ">=5.5.0"
  503. },
  504. "require-dev": {
  505. "doctrine/annotations": "1.2.*",
  506. "friendsofphp/php-cs-fixer": "^2.2",
  507. "phpdocumentor/phpdocumentor": "2.*",
  508. "phpunit/phpunit": "^4.8 || ^5.7",
  509. "zendframework/zend-eventmanager": "3.0.*",
  510. "zendframework/zend-i18n": "2.7.3",
  511. "zendframework/zend-serializer": "2.7.*"
  512. },
  513. "suggest": {
  514. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  515. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  516. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  517. "psr/log": "For optional PSR-3 debug logging",
  518. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  519. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  520. },
  521. "type": "library",
  522. "autoload": {
  523. "psr-4": {
  524. "PHPMailer\\PHPMailer\\": "src/"
  525. }
  526. },
  527. "notification-url": "https://packagist.org/downloads/",
  528. "license": [
  529. "LGPL-2.1"
  530. ],
  531. "authors": [
  532. {
  533. "name": "Jim Jagielski",
  534. "email": "jimjag@gmail.com"
  535. },
  536. {
  537. "name": "Marcus Bointon",
  538. "email": "phpmailer@synchromedia.co.uk"
  539. },
  540. {
  541. "name": "Andy Prevost",
  542. "email": "codeworxtech@users.sourceforge.net"
  543. },
  544. {
  545. "name": "Brent R. Matzelle"
  546. }
  547. ],
  548. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  549. "time": "2018-01-05T13:19:58+00:00"
  550. },
  551. {
  552. "name": "psr/http-message",
  553. "version": "1.0.1",
  554. "source": {
  555. "type": "git",
  556. "url": "https://github.com/php-fig/http-message.git",
  557. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  558. },
  559. "dist": {
  560. "type": "zip",
  561. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  562. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  563. "shasum": ""
  564. },
  565. "require": {
  566. "php": ">=5.3.0"
  567. },
  568. "type": "library",
  569. "extra": {
  570. "branch-alias": {
  571. "dev-master": "1.0.x-dev"
  572. }
  573. },
  574. "autoload": {
  575. "psr-4": {
  576. "Psr\\Http\\Message\\": "src/"
  577. }
  578. },
  579. "notification-url": "https://packagist.org/downloads/",
  580. "license": [
  581. "MIT"
  582. ],
  583. "authors": [
  584. {
  585. "name": "PHP-FIG",
  586. "homepage": "http://www.php-fig.org/"
  587. }
  588. ],
  589. "description": "Common interface for HTTP messages",
  590. "homepage": "https://github.com/php-fig/http-message",
  591. "keywords": [
  592. "http",
  593. "http-message",
  594. "psr",
  595. "psr-7",
  596. "request",
  597. "response"
  598. ],
  599. "time": "2016-08-06T14:39:51+00:00"
  600. },
  601. {
  602. "name": "rmccue/requests",
  603. "version": "v1.7.0",
  604. "source": {
  605. "type": "git",
  606. "url": "https://github.com/rmccue/Requests.git",
  607. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  608. },
  609. "dist": {
  610. "type": "zip",
  611. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  612. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  613. "shasum": ""
  614. },
  615. "require": {
  616. "php": ">=5.2"
  617. },
  618. "require-dev": {
  619. "requests/test-server": "dev-master"
  620. },
  621. "type": "library",
  622. "autoload": {
  623. "psr-0": {
  624. "Requests": "library/"
  625. }
  626. },
  627. "notification-url": "https://packagist.org/downloads/",
  628. "license": [
  629. "ISC"
  630. ],
  631. "authors": [
  632. {
  633. "name": "Ryan McCue",
  634. "homepage": "http://ryanmccue.info"
  635. }
  636. ],
  637. "description": "A HTTP library written in PHP, for human beings.",
  638. "homepage": "http://github.com/rmccue/Requests",
  639. "keywords": [
  640. "curl",
  641. "fsockopen",
  642. "http",
  643. "idna",
  644. "ipv6",
  645. "iri",
  646. "sockets"
  647. ],
  648. "time": "2016-10-13T00:11:37+00:00"
  649. }
  650. ],
  651. "packages-dev": [],
  652. "aliases": [],
  653. "minimum-stability": "stable",
  654. "stability-flags": [],
  655. "prefer-stable": false,
  656. "prefer-lowest": false,
  657. "platform": [],
  658. "platform-dev": []
  659. }