installed.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. [
  2. {
  3. "name": "dibi/dibi",
  4. "version": "v3.1.0",
  5. "version_normalized": "3.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/dg/dibi.git",
  9. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/dg/dibi/zipball/fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  14. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.4.4"
  19. },
  20. "replace": {
  21. "dg/dibi": "*"
  22. },
  23. "require-dev": {
  24. "nette/tester": "~1.7",
  25. "tracy/tracy": "~2.2"
  26. },
  27. "time": "2017-09-25T15:57:54+00:00",
  28. "type": "library",
  29. "extra": {
  30. "branch-alias": {
  31. "dev-master": "3.1-dev"
  32. }
  33. },
  34. "installation-source": "dist",
  35. "autoload": {
  36. "classmap": [
  37. "src/"
  38. ],
  39. "files": [
  40. "src/loader.php"
  41. ]
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "BSD-3-Clause",
  46. "GPL-2.0",
  47. "GPL-3.0"
  48. ],
  49. "authors": [
  50. {
  51. "name": "David Grudl",
  52. "homepage": "https://davidgrudl.com"
  53. }
  54. ],
  55. "description": "Dibi is Database Abstraction Library for PHP",
  56. "homepage": "https://dibiphp.com",
  57. "keywords": [
  58. "access",
  59. "database",
  60. "dbal",
  61. "mssql",
  62. "mysql",
  63. "odbc",
  64. "oracle",
  65. "pdo",
  66. "postgresql",
  67. "sqlite",
  68. "sqlsrv"
  69. ]
  70. },
  71. {
  72. "name": "lcobucci/jwt",
  73. "version": "3.2.2",
  74. "version_normalized": "3.2.2.0",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/lcobucci/jwt.git",
  78. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  83. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "ext-openssl": "*",
  88. "php": ">=5.5"
  89. },
  90. "require-dev": {
  91. "mdanter/ecc": "~0.3.1",
  92. "mikey179/vfsstream": "~1.5",
  93. "phpmd/phpmd": "~2.2",
  94. "phpunit/php-invoker": "~1.1",
  95. "phpunit/phpunit": "~4.5",
  96. "squizlabs/php_codesniffer": "~2.3"
  97. },
  98. "suggest": {
  99. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  100. },
  101. "time": "2017-09-01T08:23:26+00:00",
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "3.1-dev"
  106. }
  107. },
  108. "installation-source": "dist",
  109. "autoload": {
  110. "psr-4": {
  111. "Lcobucci\\JWT\\": "src"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "BSD-3-Clause"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Luís Otávio Cobucci Oblonczyk",
  121. "email": "lcobucci@gmail.com",
  122. "role": "Developer"
  123. }
  124. ],
  125. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  126. "keywords": [
  127. "JWS",
  128. "jwt"
  129. ]
  130. },
  131. {
  132. "name": "composer/semver",
  133. "version": "1.4.2",
  134. "version_normalized": "1.4.2.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/composer/semver.git",
  138. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  143. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": "^5.3.2 || ^7.0"
  148. },
  149. "require-dev": {
  150. "phpunit/phpunit": "^4.5 || ^5.0.5",
  151. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  152. },
  153. "time": "2016-08-30T16:08:34+00:00",
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "1.x-dev"
  158. }
  159. },
  160. "installation-source": "dist",
  161. "autoload": {
  162. "psr-4": {
  163. "Composer\\Semver\\": "src"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Nils Adermann",
  173. "email": "naderman@naderman.de",
  174. "homepage": "http://www.naderman.de"
  175. },
  176. {
  177. "name": "Jordi Boggiano",
  178. "email": "j.boggiano@seld.be",
  179. "homepage": "http://seld.be"
  180. },
  181. {
  182. "name": "Rob Bast",
  183. "email": "rob.bast@gmail.com",
  184. "homepage": "http://robbast.nl"
  185. }
  186. ],
  187. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  188. "keywords": [
  189. "semantic",
  190. "semver",
  191. "validation",
  192. "versioning"
  193. ]
  194. },
  195. {
  196. "name": "phpmailer/phpmailer",
  197. "version": "v6.0.3",
  198. "version_normalized": "6.0.3.0",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/PHPMailer/PHPMailer.git",
  202. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  207. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "ext-ctype": "*",
  212. "ext-filter": "*",
  213. "php": ">=5.5.0"
  214. },
  215. "require-dev": {
  216. "doctrine/annotations": "1.2.*",
  217. "friendsofphp/php-cs-fixer": "^2.2",
  218. "phpdocumentor/phpdocumentor": "2.*",
  219. "phpunit/phpunit": "^4.8 || ^5.7",
  220. "zendframework/zend-eventmanager": "3.0.*",
  221. "zendframework/zend-i18n": "2.7.3",
  222. "zendframework/zend-serializer": "2.7.*"
  223. },
  224. "suggest": {
  225. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  226. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  227. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  228. "psr/log": "For optional PSR-3 debug logging",
  229. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  230. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  231. },
  232. "time": "2018-01-05T13:19:58+00:00",
  233. "type": "library",
  234. "installation-source": "dist",
  235. "autoload": {
  236. "psr-4": {
  237. "PHPMailer\\PHPMailer\\": "src/"
  238. }
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "LGPL-2.1"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Jim Jagielski",
  247. "email": "jimjag@gmail.com"
  248. },
  249. {
  250. "name": "Marcus Bointon",
  251. "email": "phpmailer@synchromedia.co.uk"
  252. },
  253. {
  254. "name": "Andy Prevost",
  255. "email": "codeworxtech@users.sourceforge.net"
  256. },
  257. {
  258. "name": "Brent R. Matzelle"
  259. }
  260. ],
  261. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  262. },
  263. {
  264. "name": "rmccue/requests",
  265. "version": "v1.7.0",
  266. "version_normalized": "1.7.0.0",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/rmccue/Requests.git",
  270. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  275. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.2"
  280. },
  281. "require-dev": {
  282. "requests/test-server": "dev-master"
  283. },
  284. "time": "2016-10-13T00:11:37+00:00",
  285. "type": "library",
  286. "installation-source": "dist",
  287. "autoload": {
  288. "psr-0": {
  289. "Requests": "library/"
  290. }
  291. },
  292. "notification-url": "https://packagist.org/downloads/",
  293. "license": [
  294. "ISC"
  295. ],
  296. "authors": [
  297. {
  298. "name": "Ryan McCue",
  299. "homepage": "http://ryanmccue.info"
  300. }
  301. ],
  302. "description": "A HTTP library written in PHP, for human beings.",
  303. "homepage": "http://github.com/rmccue/Requests",
  304. "keywords": [
  305. "curl",
  306. "fsockopen",
  307. "http",
  308. "idna",
  309. "ipv6",
  310. "iri",
  311. "sockets"
  312. ]
  313. },
  314. {
  315. "name": "guzzlehttp/promises",
  316. "version": "v1.3.1",
  317. "version_normalized": "1.3.1.0",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/guzzle/promises.git",
  321. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  326. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "php": ">=5.5.0"
  331. },
  332. "require-dev": {
  333. "phpunit/phpunit": "^4.0"
  334. },
  335. "time": "2016-12-20T10:07:11+00:00",
  336. "type": "library",
  337. "extra": {
  338. "branch-alias": {
  339. "dev-master": "1.4-dev"
  340. }
  341. },
  342. "installation-source": "dist",
  343. "autoload": {
  344. "psr-4": {
  345. "GuzzleHttp\\Promise\\": "src/"
  346. },
  347. "files": [
  348. "src/functions_include.php"
  349. ]
  350. },
  351. "notification-url": "https://packagist.org/downloads/",
  352. "license": [
  353. "MIT"
  354. ],
  355. "authors": [
  356. {
  357. "name": "Michael Dowling",
  358. "email": "mtdowling@gmail.com",
  359. "homepage": "https://github.com/mtdowling"
  360. }
  361. ],
  362. "description": "Guzzle promises library",
  363. "keywords": [
  364. "promise"
  365. ]
  366. },
  367. {
  368. "name": "psr/http-message",
  369. "version": "1.0.1",
  370. "version_normalized": "1.0.1.0",
  371. "source": {
  372. "type": "git",
  373. "url": "https://github.com/php-fig/http-message.git",
  374. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  375. },
  376. "dist": {
  377. "type": "zip",
  378. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  379. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  380. "shasum": ""
  381. },
  382. "require": {
  383. "php": ">=5.3.0"
  384. },
  385. "time": "2016-08-06T14:39:51+00:00",
  386. "type": "library",
  387. "extra": {
  388. "branch-alias": {
  389. "dev-master": "1.0.x-dev"
  390. }
  391. },
  392. "installation-source": "dist",
  393. "autoload": {
  394. "psr-4": {
  395. "Psr\\Http\\Message\\": "src/"
  396. }
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "authors": [
  403. {
  404. "name": "PHP-FIG",
  405. "homepage": "http://www.php-fig.org/"
  406. }
  407. ],
  408. "description": "Common interface for HTTP messages",
  409. "homepage": "https://github.com/php-fig/http-message",
  410. "keywords": [
  411. "http",
  412. "http-message",
  413. "psr",
  414. "psr-7",
  415. "request",
  416. "response"
  417. ]
  418. },
  419. {
  420. "name": "guzzlehttp/psr7",
  421. "version": "1.4.2",
  422. "version_normalized": "1.4.2.0",
  423. "source": {
  424. "type": "git",
  425. "url": "https://github.com/guzzle/psr7.git",
  426. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  427. },
  428. "dist": {
  429. "type": "zip",
  430. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  431. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  432. "shasum": ""
  433. },
  434. "require": {
  435. "php": ">=5.4.0",
  436. "psr/http-message": "~1.0"
  437. },
  438. "provide": {
  439. "psr/http-message-implementation": "1.0"
  440. },
  441. "require-dev": {
  442. "phpunit/phpunit": "~4.0"
  443. },
  444. "time": "2017-03-20T17:10:46+00:00",
  445. "type": "library",
  446. "extra": {
  447. "branch-alias": {
  448. "dev-master": "1.4-dev"
  449. }
  450. },
  451. "installation-source": "dist",
  452. "autoload": {
  453. "psr-4": {
  454. "GuzzleHttp\\Psr7\\": "src/"
  455. },
  456. "files": [
  457. "src/functions_include.php"
  458. ]
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "MIT"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Michael Dowling",
  467. "email": "mtdowling@gmail.com",
  468. "homepage": "https://github.com/mtdowling"
  469. },
  470. {
  471. "name": "Tobias Schultze",
  472. "homepage": "https://github.com/Tobion"
  473. }
  474. ],
  475. "description": "PSR-7 message implementation that also provides common utility methods",
  476. "keywords": [
  477. "http",
  478. "message",
  479. "request",
  480. "response",
  481. "stream",
  482. "uri",
  483. "url"
  484. ]
  485. },
  486. {
  487. "name": "guzzlehttp/guzzle",
  488. "version": "6.3.0",
  489. "version_normalized": "6.3.0.0",
  490. "source": {
  491. "type": "git",
  492. "url": "https://github.com/guzzle/guzzle.git",
  493. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  494. },
  495. "dist": {
  496. "type": "zip",
  497. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  498. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  499. "shasum": ""
  500. },
  501. "require": {
  502. "guzzlehttp/promises": "^1.0",
  503. "guzzlehttp/psr7": "^1.4",
  504. "php": ">=5.5"
  505. },
  506. "require-dev": {
  507. "ext-curl": "*",
  508. "phpunit/phpunit": "^4.0 || ^5.0",
  509. "psr/log": "^1.0"
  510. },
  511. "suggest": {
  512. "psr/log": "Required for using the Log middleware"
  513. },
  514. "time": "2017-06-22T18:50:49+00:00",
  515. "type": "library",
  516. "extra": {
  517. "branch-alias": {
  518. "dev-master": "6.2-dev"
  519. }
  520. },
  521. "installation-source": "dist",
  522. "autoload": {
  523. "files": [
  524. "src/functions_include.php"
  525. ],
  526. "psr-4": {
  527. "GuzzleHttp\\": "src/"
  528. }
  529. },
  530. "notification-url": "https://packagist.org/downloads/",
  531. "license": [
  532. "MIT"
  533. ],
  534. "authors": [
  535. {
  536. "name": "Michael Dowling",
  537. "email": "mtdowling@gmail.com",
  538. "homepage": "https://github.com/mtdowling"
  539. }
  540. ],
  541. "description": "Guzzle is a PHP HTTP client library",
  542. "homepage": "http://guzzlephp.org/",
  543. "keywords": [
  544. "client",
  545. "curl",
  546. "framework",
  547. "http",
  548. "http client",
  549. "rest",
  550. "web service"
  551. ]
  552. },
  553. {
  554. "name": "kryptonit3/sonarr",
  555. "version": "1.0.6.1",
  556. "version_normalized": "1.0.6.1",
  557. "source": {
  558. "type": "git",
  559. "url": "https://github.com/Kryptonit3/Sonarr.git",
  560. "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e"
  561. },
  562. "dist": {
  563. "type": "zip",
  564. "url": "https://api.github.com/repos/Kryptonit3/Sonarr/zipball/e30c5c783a837270bcef81571ca9b95909c52e5e",
  565. "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e",
  566. "shasum": ""
  567. },
  568. "require": {
  569. "guzzlehttp/guzzle": "^6.1"
  570. },
  571. "time": "2017-06-30T01:25:49+00:00",
  572. "type": "library",
  573. "installation-source": "dist",
  574. "autoload": {
  575. "psr-4": {
  576. "Kryptonit3\\Sonarr\\": "src/"
  577. }
  578. },
  579. "notification-url": "https://packagist.org/downloads/",
  580. "license": [
  581. "MIT"
  582. ],
  583. "authors": [
  584. {
  585. "name": "Jesse Szypulski",
  586. "email": "jesse.szypulski@gmail.com"
  587. }
  588. ],
  589. "description": "PHP Sonarr API Wrapper"
  590. },
  591. {
  592. "name": "kryptonit3/couchpotato",
  593. "version": "1.0.0",
  594. "version_normalized": "1.0.0.0",
  595. "source": {
  596. "type": "git",
  597. "url": "https://github.com/Kryptonit3/CouchPotato.git",
  598. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376"
  599. },
  600. "dist": {
  601. "type": "zip",
  602. "url": "https://api.github.com/repos/Kryptonit3/CouchPotato/zipball/7a1fc892f70f120f74ff005850e923a0f1566376",
  603. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376",
  604. "shasum": ""
  605. },
  606. "require": {
  607. "guzzlehttp/guzzle": "^6.1"
  608. },
  609. "time": "2016-02-06T22:02:39+00:00",
  610. "type": "library",
  611. "installation-source": "dist",
  612. "autoload": {
  613. "psr-4": {
  614. "Kryptonit3\\CouchPotato\\": "src/"
  615. }
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "MIT"
  620. ],
  621. "authors": [
  622. {
  623. "name": "Jesse Szypulski",
  624. "email": "jesse.szypulski@gmail.com"
  625. }
  626. ],
  627. "description": "PHP Wrapper for CouchPotato API"
  628. },
  629. {
  630. "name": "kryptonit3/sickrage",
  631. "version": "1.0.1",
  632. "version_normalized": "1.0.1.0",
  633. "source": {
  634. "type": "git",
  635. "url": "https://github.com/Kryptonit3/SickRage.git",
  636. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa"
  637. },
  638. "dist": {
  639. "type": "zip",
  640. "url": "https://api.github.com/repos/Kryptonit3/SickRage/zipball/441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  641. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  642. "shasum": ""
  643. },
  644. "require": {
  645. "guzzlehttp/guzzle": "^6.1"
  646. },
  647. "time": "2016-08-08T00:57:46+00:00",
  648. "type": "library",
  649. "installation-source": "dist",
  650. "autoload": {
  651. "psr-4": {
  652. "Kryptonit3\\SickRage\\": "src/"
  653. }
  654. },
  655. "notification-url": "https://packagist.org/downloads/",
  656. "license": [
  657. "MIT"
  658. ],
  659. "authors": [
  660. {
  661. "name": "Jesse Szypulski",
  662. "email": "jesse.szypulski@gmail.com"
  663. }
  664. ],
  665. "description": "PHP Wrapper for SickRage / SickBeard API"
  666. }
  667. ]