installed.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953
  1. [
  2. {
  3. "name": "guzzlehttp/promises",
  4. "version": "v1.3.1",
  5. "version_normalized": "1.3.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/guzzle/promises.git",
  9. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  14. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.5.0"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "^4.0"
  22. },
  23. "time": "2016-12-20T10:07:11+00:00",
  24. "type": "library",
  25. "extra": {
  26. "branch-alias": {
  27. "dev-master": "1.4-dev"
  28. }
  29. },
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-4": {
  33. "GuzzleHttp\\Promise\\": "src/"
  34. },
  35. "files": [
  36. "src/functions_include.php"
  37. ]
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Michael Dowling",
  46. "email": "mtdowling@gmail.com",
  47. "homepage": "https://github.com/mtdowling"
  48. }
  49. ],
  50. "description": "Guzzle promises library",
  51. "keywords": [
  52. "promise"
  53. ]
  54. },
  55. {
  56. "name": "psr/http-message",
  57. "version": "1.0.1",
  58. "version_normalized": "1.0.1.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/php-fig/http-message.git",
  62. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  67. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": ">=5.3.0"
  72. },
  73. "time": "2016-08-06T14:39:51+00:00",
  74. "type": "library",
  75. "extra": {
  76. "branch-alias": {
  77. "dev-master": "1.0.x-dev"
  78. }
  79. },
  80. "installation-source": "dist",
  81. "autoload": {
  82. "psr-4": {
  83. "Psr\\Http\\Message\\": "src/"
  84. }
  85. },
  86. "notification-url": "https://packagist.org/downloads/",
  87. "license": [
  88. "MIT"
  89. ],
  90. "authors": [
  91. {
  92. "name": "PHP-FIG",
  93. "homepage": "http://www.php-fig.org/"
  94. }
  95. ],
  96. "description": "Common interface for HTTP messages",
  97. "homepage": "https://github.com/php-fig/http-message",
  98. "keywords": [
  99. "http",
  100. "http-message",
  101. "psr",
  102. "psr-7",
  103. "request",
  104. "response"
  105. ]
  106. },
  107. {
  108. "name": "guzzlehttp/psr7",
  109. "version": "1.4.2",
  110. "version_normalized": "1.4.2.0",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/guzzle/psr7.git",
  114. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  119. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.4.0",
  124. "psr/http-message": "~1.0"
  125. },
  126. "provide": {
  127. "psr/http-message-implementation": "1.0"
  128. },
  129. "require-dev": {
  130. "phpunit/phpunit": "~4.0"
  131. },
  132. "time": "2017-03-20T17:10:46+00:00",
  133. "type": "library",
  134. "extra": {
  135. "branch-alias": {
  136. "dev-master": "1.4-dev"
  137. }
  138. },
  139. "installation-source": "dist",
  140. "autoload": {
  141. "psr-4": {
  142. "GuzzleHttp\\Psr7\\": "src/"
  143. },
  144. "files": [
  145. "src/functions_include.php"
  146. ]
  147. },
  148. "notification-url": "https://packagist.org/downloads/",
  149. "license": [
  150. "MIT"
  151. ],
  152. "authors": [
  153. {
  154. "name": "Michael Dowling",
  155. "email": "mtdowling@gmail.com",
  156. "homepage": "https://github.com/mtdowling"
  157. },
  158. {
  159. "name": "Tobias Schultze",
  160. "homepage": "https://github.com/Tobion"
  161. }
  162. ],
  163. "description": "PSR-7 message implementation that also provides common utility methods",
  164. "keywords": [
  165. "http",
  166. "message",
  167. "request",
  168. "response",
  169. "stream",
  170. "uri",
  171. "url"
  172. ]
  173. },
  174. {
  175. "name": "kryptonit3/sonarr",
  176. "version": "1.0.5",
  177. "version_normalized": "1.0.5.0",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/Kryptonit3/Sonarr.git",
  181. "reference": "e6d9f90801ea628e80efdeecde8283e151cd13b5"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://api.github.com/repos/Kryptonit3/Sonarr/zipball/e6d9f90801ea628e80efdeecde8283e151cd13b5",
  186. "reference": "e6d9f90801ea628e80efdeecde8283e151cd13b5",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "guzzlehttp/guzzle": "^6.1"
  191. },
  192. "time": "2016-02-07T18:57:43+00:00",
  193. "type": "library",
  194. "installation-source": "dist",
  195. "autoload": {
  196. "psr-4": {
  197. "Kryptonit3\\Sonarr\\": "src/"
  198. }
  199. },
  200. "notification-url": "https://packagist.org/downloads/",
  201. "license": [
  202. "MIT"
  203. ],
  204. "authors": [
  205. {
  206. "name": "Jesse Szypulski",
  207. "email": "jesse.szypulski@gmail.com"
  208. }
  209. ],
  210. "description": "PHP Sonarr API Wrapper"
  211. },
  212. {
  213. "name": "kryptonit3/couchpotato",
  214. "version": "1.0.0",
  215. "version_normalized": "1.0.0.0",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/Kryptonit3/CouchPotato.git",
  219. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/Kryptonit3/CouchPotato/zipball/7a1fc892f70f120f74ff005850e923a0f1566376",
  224. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "guzzlehttp/guzzle": "^6.1"
  229. },
  230. "time": "2016-02-06T22:02:39+00:00",
  231. "type": "library",
  232. "installation-source": "dist",
  233. "autoload": {
  234. "psr-4": {
  235. "Kryptonit3\\CouchPotato\\": "src/"
  236. }
  237. },
  238. "notification-url": "https://packagist.org/downloads/",
  239. "license": [
  240. "MIT"
  241. ],
  242. "authors": [
  243. {
  244. "name": "Jesse Szypulski",
  245. "email": "jesse.szypulski@gmail.com"
  246. }
  247. ],
  248. "description": "PHP Wrapper for CouchPotato API"
  249. },
  250. {
  251. "name": "kryptonit3/sickrage",
  252. "version": "1.0.1",
  253. "version_normalized": "1.0.1.0",
  254. "source": {
  255. "type": "git",
  256. "url": "https://github.com/Kryptonit3/SickRage.git",
  257. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa"
  258. },
  259. "dist": {
  260. "type": "zip",
  261. "url": "https://api.github.com/repos/Kryptonit3/SickRage/zipball/441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  262. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  263. "shasum": ""
  264. },
  265. "require": {
  266. "guzzlehttp/guzzle": "^6.1"
  267. },
  268. "time": "2016-08-08T00:57:46+00:00",
  269. "type": "library",
  270. "installation-source": "dist",
  271. "autoload": {
  272. "psr-4": {
  273. "Kryptonit3\\SickRage\\": "src/"
  274. }
  275. },
  276. "notification-url": "https://packagist.org/downloads/",
  277. "license": [
  278. "MIT"
  279. ],
  280. "authors": [
  281. {
  282. "name": "Jesse Szypulski",
  283. "email": "jesse.szypulski@gmail.com"
  284. }
  285. ],
  286. "description": "PHP Wrapper for SickRage / SickBeard API"
  287. },
  288. {
  289. "name": "phpmailer/phpmailer",
  290. "version": "v5.2.23",
  291. "version_normalized": "5.2.23.0",
  292. "source": {
  293. "type": "git",
  294. "url": "https://github.com/PHPMailer/PHPMailer.git",
  295. "reference": "7115df4a6f76281109ebe352900c42403b728bb4"
  296. },
  297. "dist": {
  298. "type": "zip",
  299. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
  300. "reference": "7115df4a6f76281109ebe352900c42403b728bb4",
  301. "shasum": ""
  302. },
  303. "require": {
  304. "php": ">=5.0.0"
  305. },
  306. "require-dev": {
  307. "doctrine/annotations": "1.2.*",
  308. "jms/serializer": "0.16.*",
  309. "phpdocumentor/phpdocumentor": "2.*",
  310. "phpunit/phpunit": "4.8.*",
  311. "symfony/debug": "2.8.*",
  312. "symfony/filesystem": "2.8.*",
  313. "symfony/translation": "2.8.*",
  314. "symfony/yaml": "2.8.*",
  315. "zendframework/zend-cache": "2.5.1",
  316. "zendframework/zend-config": "2.5.1",
  317. "zendframework/zend-eventmanager": "2.5.1",
  318. "zendframework/zend-filter": "2.5.1",
  319. "zendframework/zend-i18n": "2.5.1",
  320. "zendframework/zend-json": "2.5.1",
  321. "zendframework/zend-math": "2.5.1",
  322. "zendframework/zend-serializer": "2.5.*",
  323. "zendframework/zend-servicemanager": "2.5.*",
  324. "zendframework/zend-stdlib": "2.5.1"
  325. },
  326. "suggest": {
  327. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  328. },
  329. "time": "2017-03-15T19:32:56+00:00",
  330. "type": "library",
  331. "installation-source": "dist",
  332. "autoload": {
  333. "classmap": [
  334. "class.phpmailer.php",
  335. "class.phpmaileroauth.php",
  336. "class.phpmaileroauthgoogle.php",
  337. "class.smtp.php",
  338. "class.pop3.php",
  339. "extras/EasyPeasyICS.php",
  340. "extras/ntlm_sasl_client.php"
  341. ]
  342. },
  343. "notification-url": "https://packagist.org/downloads/",
  344. "license": [
  345. "LGPL-2.1"
  346. ],
  347. "authors": [
  348. {
  349. "name": "Jim Jagielski",
  350. "email": "jimjag@gmail.com"
  351. },
  352. {
  353. "name": "Marcus Bointon",
  354. "email": "phpmailer@synchromedia.co.uk"
  355. },
  356. {
  357. "name": "Andy Prevost",
  358. "email": "codeworxtech@users.sourceforge.net"
  359. },
  360. {
  361. "name": "Brent R. Matzelle"
  362. }
  363. ],
  364. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  365. },
  366. {
  367. "name": "php-http/promise",
  368. "version": "v1.0.0",
  369. "version_normalized": "1.0.0.0",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/php-http/promise.git",
  373. "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
  378. "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
  379. "shasum": ""
  380. },
  381. "require-dev": {
  382. "henrikbjorn/phpspec-code-coverage": "^1.0",
  383. "phpspec/phpspec": "^2.4"
  384. },
  385. "time": "2016-01-26T13:27:02+00:00",
  386. "type": "library",
  387. "extra": {
  388. "branch-alias": {
  389. "dev-master": "1.1-dev"
  390. }
  391. },
  392. "installation-source": "dist",
  393. "autoload": {
  394. "psr-4": {
  395. "Http\\Promise\\": "src/"
  396. }
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "authors": [
  403. {
  404. "name": "Márk Sági-Kazár",
  405. "email": "mark.sagikazar@gmail.com"
  406. },
  407. {
  408. "name": "Joel Wurtz",
  409. "email": "joel.wurtz@gmail.com"
  410. }
  411. ],
  412. "description": "Promise used for asynchronous HTTP requests",
  413. "homepage": "http://httplug.io",
  414. "keywords": [
  415. "promise"
  416. ]
  417. },
  418. {
  419. "name": "php-http/httplug",
  420. "version": "v1.1.0",
  421. "version_normalized": "1.1.0.0",
  422. "source": {
  423. "type": "git",
  424. "url": "https://github.com/php-http/httplug.git",
  425. "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
  426. },
  427. "dist": {
  428. "type": "zip",
  429. "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
  430. "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
  431. "shasum": ""
  432. },
  433. "require": {
  434. "php": ">=5.4",
  435. "php-http/promise": "^1.0",
  436. "psr/http-message": "^1.0"
  437. },
  438. "require-dev": {
  439. "henrikbjorn/phpspec-code-coverage": "^1.0",
  440. "phpspec/phpspec": "^2.4"
  441. },
  442. "time": "2016-08-31T08:30:17+00:00",
  443. "type": "library",
  444. "extra": {
  445. "branch-alias": {
  446. "dev-master": "1.1-dev"
  447. }
  448. },
  449. "installation-source": "dist",
  450. "autoload": {
  451. "psr-4": {
  452. "Http\\Client\\": "src/"
  453. }
  454. },
  455. "notification-url": "https://packagist.org/downloads/",
  456. "license": [
  457. "MIT"
  458. ],
  459. "authors": [
  460. {
  461. "name": "Eric GELOEN",
  462. "email": "geloen.eric@gmail.com"
  463. },
  464. {
  465. "name": "Márk Sági-Kazár",
  466. "email": "mark.sagikazar@gmail.com"
  467. }
  468. ],
  469. "description": "HTTPlug, the HTTP client abstraction for PHP",
  470. "homepage": "http://httplug.io",
  471. "keywords": [
  472. "client",
  473. "http"
  474. ]
  475. },
  476. {
  477. "name": "php-http/guzzle6-adapter",
  478. "version": "v1.1.1",
  479. "version_normalized": "1.1.1.0",
  480. "source": {
  481. "type": "git",
  482. "url": "https://github.com/php-http/guzzle6-adapter.git",
  483. "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
  484. },
  485. "dist": {
  486. "type": "zip",
  487. "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
  488. "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
  489. "shasum": ""
  490. },
  491. "require": {
  492. "guzzlehttp/guzzle": "^6.0",
  493. "php": ">=5.5.0",
  494. "php-http/httplug": "^1.0"
  495. },
  496. "provide": {
  497. "php-http/async-client-implementation": "1.0",
  498. "php-http/client-implementation": "1.0"
  499. },
  500. "require-dev": {
  501. "ext-curl": "*",
  502. "php-http/adapter-integration-tests": "^0.4"
  503. },
  504. "time": "2016-05-10T06:13:32+00:00",
  505. "type": "library",
  506. "extra": {
  507. "branch-alias": {
  508. "dev-master": "1.2-dev"
  509. }
  510. },
  511. "installation-source": "dist",
  512. "autoload": {
  513. "psr-4": {
  514. "Http\\Adapter\\Guzzle6\\": "src/"
  515. }
  516. },
  517. "notification-url": "https://packagist.org/downloads/",
  518. "license": [
  519. "MIT"
  520. ],
  521. "authors": [
  522. {
  523. "name": "Márk Sági-Kazár",
  524. "email": "mark.sagikazar@gmail.com"
  525. },
  526. {
  527. "name": "David de Boer",
  528. "email": "david@ddeboer.nl"
  529. }
  530. ],
  531. "description": "Guzzle 6 HTTP Adapter",
  532. "homepage": "http://httplug.io",
  533. "keywords": [
  534. "Guzzle",
  535. "http"
  536. ]
  537. },
  538. {
  539. "name": "php-http/discovery",
  540. "version": "1.2.1",
  541. "version_normalized": "1.2.1.0",
  542. "source": {
  543. "type": "git",
  544. "url": "https://github.com/php-http/discovery.git",
  545. "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0"
  546. },
  547. "dist": {
  548. "type": "zip",
  549. "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0",
  550. "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0",
  551. "shasum": ""
  552. },
  553. "require": {
  554. "php": "^5.5 || ^7.0"
  555. },
  556. "require-dev": {
  557. "henrikbjorn/phpspec-code-coverage": "^2.0.2",
  558. "php-http/httplug": "^1.0",
  559. "php-http/message-factory": "^1.0",
  560. "phpspec/phpspec": "^2.4",
  561. "puli/composer-plugin": "1.0.0-beta10"
  562. },
  563. "suggest": {
  564. "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
  565. "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
  566. },
  567. "time": "2017-03-02T06:56:00+00:00",
  568. "type": "library",
  569. "extra": {
  570. "branch-alias": {
  571. "dev-master": "1.3-dev"
  572. }
  573. },
  574. "installation-source": "dist",
  575. "autoload": {
  576. "psr-4": {
  577. "Http\\Discovery\\": "src/"
  578. }
  579. },
  580. "notification-url": "https://packagist.org/downloads/",
  581. "license": [
  582. "MIT"
  583. ],
  584. "authors": [
  585. {
  586. "name": "Márk Sági-Kazár",
  587. "email": "mark.sagikazar@gmail.com"
  588. }
  589. ],
  590. "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
  591. "homepage": "http://php-http.org",
  592. "keywords": [
  593. "adapter",
  594. "client",
  595. "discovery",
  596. "factory",
  597. "http",
  598. "message",
  599. "psr7"
  600. ]
  601. },
  602. {
  603. "name": "clue/stream-filter",
  604. "version": "v1.3.0",
  605. "version_normalized": "1.3.0.0",
  606. "source": {
  607. "type": "git",
  608. "url": "https://github.com/clue/php-stream-filter.git",
  609. "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785"
  610. },
  611. "dist": {
  612. "type": "zip",
  613. "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785",
  614. "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785",
  615. "shasum": ""
  616. },
  617. "require": {
  618. "php": ">=5.3"
  619. },
  620. "time": "2015-11-08T23:41:30+00:00",
  621. "type": "library",
  622. "installation-source": "dist",
  623. "autoload": {
  624. "psr-4": {
  625. "Clue\\StreamFilter\\": "src/"
  626. },
  627. "files": [
  628. "src/functions.php"
  629. ]
  630. },
  631. "notification-url": "https://packagist.org/downloads/",
  632. "license": [
  633. "MIT"
  634. ],
  635. "authors": [
  636. {
  637. "name": "Christian Lück",
  638. "email": "christian@lueck.tv"
  639. }
  640. ],
  641. "description": "A simple and modern approach to stream filtering in PHP",
  642. "homepage": "https://github.com/clue/php-stream-filter",
  643. "keywords": [
  644. "bucket brigade",
  645. "callback",
  646. "filter",
  647. "php_user_filter",
  648. "stream",
  649. "stream_filter_append",
  650. "stream_filter_register"
  651. ]
  652. },
  653. {
  654. "name": "php-http/message-factory",
  655. "version": "v1.0.2",
  656. "version_normalized": "1.0.2.0",
  657. "source": {
  658. "type": "git",
  659. "url": "https://github.com/php-http/message-factory.git",
  660. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  661. },
  662. "dist": {
  663. "type": "zip",
  664. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  665. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  666. "shasum": ""
  667. },
  668. "require": {
  669. "php": ">=5.4",
  670. "psr/http-message": "^1.0"
  671. },
  672. "time": "2015-12-19T14:08:53+00:00",
  673. "type": "library",
  674. "extra": {
  675. "branch-alias": {
  676. "dev-master": "1.0-dev"
  677. }
  678. },
  679. "installation-source": "dist",
  680. "autoload": {
  681. "psr-4": {
  682. "Http\\Message\\": "src/"
  683. }
  684. },
  685. "notification-url": "https://packagist.org/downloads/",
  686. "license": [
  687. "MIT"
  688. ],
  689. "authors": [
  690. {
  691. "name": "Márk Sági-Kazár",
  692. "email": "mark.sagikazar@gmail.com"
  693. }
  694. ],
  695. "description": "Factory interfaces for PSR-7 HTTP Message",
  696. "homepage": "http://php-http.org",
  697. "keywords": [
  698. "factory",
  699. "http",
  700. "message",
  701. "stream",
  702. "uri"
  703. ]
  704. },
  705. {
  706. "name": "php-http/message",
  707. "version": "1.5.0",
  708. "version_normalized": "1.5.0.0",
  709. "source": {
  710. "type": "git",
  711. "url": "https://github.com/php-http/message.git",
  712. "reference": "13df8c48f40ca7925303aa336f19be4b80984f01"
  713. },
  714. "dist": {
  715. "type": "zip",
  716. "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01",
  717. "reference": "13df8c48f40ca7925303aa336f19be4b80984f01",
  718. "shasum": ""
  719. },
  720. "require": {
  721. "clue/stream-filter": "^1.3",
  722. "php": ">=5.4",
  723. "php-http/message-factory": "^1.0.2",
  724. "psr/http-message": "^1.0"
  725. },
  726. "require-dev": {
  727. "akeneo/phpspec-skip-example-extension": "^1.0",
  728. "coduo/phpspec-data-provider-extension": "^1.0",
  729. "ext-zlib": "*",
  730. "guzzlehttp/psr7": "^1.0",
  731. "henrikbjorn/phpspec-code-coverage": "^1.0",
  732. "phpspec/phpspec": "^2.4",
  733. "slim/slim": "^3.0",
  734. "zendframework/zend-diactoros": "^1.0"
  735. },
  736. "suggest": {
  737. "ext-zlib": "Used with compressor/decompressor streams",
  738. "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
  739. "slim/slim": "Used with Slim Framework PSR-7 implementation",
  740. "zendframework/zend-diactoros": "Used with Diactoros Factories"
  741. },
  742. "time": "2017-02-14T08:58:37+00:00",
  743. "type": "library",
  744. "extra": {
  745. "branch-alias": {
  746. "dev-master": "1.6-dev"
  747. }
  748. },
  749. "installation-source": "dist",
  750. "autoload": {
  751. "psr-4": {
  752. "Http\\Message\\": "src/"
  753. },
  754. "files": [
  755. "src/filters.php"
  756. ]
  757. },
  758. "notification-url": "https://packagist.org/downloads/",
  759. "license": [
  760. "MIT"
  761. ],
  762. "authors": [
  763. {
  764. "name": "Márk Sági-Kazár",
  765. "email": "mark.sagikazar@gmail.com"
  766. }
  767. ],
  768. "description": "HTTP Message related tools",
  769. "homepage": "http://php-http.org",
  770. "keywords": [
  771. "http",
  772. "message",
  773. "psr-7"
  774. ]
  775. },
  776. {
  777. "name": "sparkpost/sparkpost",
  778. "version": "2.1.0",
  779. "version_normalized": "2.1.0.0",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/SparkPost/php-sparkpost.git",
  783. "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/SparkPost/php-sparkpost/zipball/0c45993ee9d68d47acbd04b241c8b24b8667f937",
  788. "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937",
  789. "shasum": ""
  790. },
  791. "require": {
  792. "php": "^5.6 || ^7.0",
  793. "php-http/client-implementation": "^1.0",
  794. "php-http/discovery": "^1.0",
  795. "php-http/httplug": "^1.0",
  796. "php-http/message": "^1.0"
  797. },
  798. "require-dev": {
  799. "friendsofphp/php-cs-fixer": "^1.11",
  800. "mockery/mockery": "^0.9.4",
  801. "nyholm/nsa": "^1.0",
  802. "php-http/guzzle6-adapter": "^1.0",
  803. "phpunit/phpcov": "2.*",
  804. "phpunit/phpunit": "^4.8 || ^5.4",
  805. "satooshi/php-coveralls": "dev-master"
  806. },
  807. "time": "2017-01-10T14:29:09+00:00",
  808. "type": "library",
  809. "installation-source": "dist",
  810. "autoload": {
  811. "psr-4": {
  812. "SparkPost\\": "lib/SparkPost"
  813. }
  814. },
  815. "notification-url": "https://packagist.org/downloads/",
  816. "license": [
  817. "Apache 2.0"
  818. ],
  819. "authors": [
  820. {
  821. "name": "SparkPost"
  822. }
  823. ],
  824. "description": "Client library for interfacing with the SparkPost API."
  825. },
  826. {
  827. "name": "lcobucci/jwt",
  828. "version": "3.2.2",
  829. "version_normalized": "3.2.2.0",
  830. "source": {
  831. "type": "git",
  832. "url": "https://github.com/lcobucci/jwt.git",
  833. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  834. },
  835. "dist": {
  836. "type": "zip",
  837. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  838. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  839. "shasum": ""
  840. },
  841. "require": {
  842. "ext-openssl": "*",
  843. "php": ">=5.5"
  844. },
  845. "require-dev": {
  846. "mdanter/ecc": "~0.3.1",
  847. "mikey179/vfsstream": "~1.5",
  848. "phpmd/phpmd": "~2.2",
  849. "phpunit/php-invoker": "~1.1",
  850. "phpunit/phpunit": "~4.5",
  851. "squizlabs/php_codesniffer": "~2.3"
  852. },
  853. "suggest": {
  854. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  855. },
  856. "time": "2017-09-01T08:23:26+00:00",
  857. "type": "library",
  858. "extra": {
  859. "branch-alias": {
  860. "dev-master": "3.1-dev"
  861. }
  862. },
  863. "installation-source": "dist",
  864. "autoload": {
  865. "psr-4": {
  866. "Lcobucci\\JWT\\": "src"
  867. }
  868. },
  869. "notification-url": "https://packagist.org/downloads/",
  870. "license": [
  871. "BSD-3-Clause"
  872. ],
  873. "authors": [
  874. {
  875. "name": "Luís Otávio Cobucci Oblonczyk",
  876. "email": "lcobucci@gmail.com",
  877. "role": "Developer"
  878. }
  879. ],
  880. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  881. "keywords": [
  882. "JWS",
  883. "jwt"
  884. ]
  885. },
  886. {
  887. "name": "guzzlehttp/guzzle",
  888. "version": "6.3.0",
  889. "version_normalized": "6.3.0.0",
  890. "source": {
  891. "type": "git",
  892. "url": "https://github.com/guzzle/guzzle.git",
  893. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  894. },
  895. "dist": {
  896. "type": "zip",
  897. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  898. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  899. "shasum": ""
  900. },
  901. "require": {
  902. "guzzlehttp/promises": "^1.0",
  903. "guzzlehttp/psr7": "^1.4",
  904. "php": ">=5.5"
  905. },
  906. "require-dev": {
  907. "ext-curl": "*",
  908. "phpunit/phpunit": "^4.0 || ^5.0",
  909. "psr/log": "^1.0"
  910. },
  911. "suggest": {
  912. "psr/log": "Required for using the Log middleware"
  913. },
  914. "time": "2017-06-22T18:50:49+00:00",
  915. "type": "library",
  916. "extra": {
  917. "branch-alias": {
  918. "dev-master": "6.2-dev"
  919. }
  920. },
  921. "installation-source": "dist",
  922. "autoload": {
  923. "files": [
  924. "src/functions_include.php"
  925. ],
  926. "psr-4": {
  927. "GuzzleHttp\\": "src/"
  928. }
  929. },
  930. "notification-url": "https://packagist.org/downloads/",
  931. "license": [
  932. "MIT"
  933. ],
  934. "authors": [
  935. {
  936. "name": "Michael Dowling",
  937. "email": "mtdowling@gmail.com",
  938. "homepage": "https://github.com/mtdowling"
  939. }
  940. ],
  941. "description": "Guzzle is a PHP HTTP client library",
  942. "homepage": "http://guzzlephp.org/",
  943. "keywords": [
  944. "client",
  945. "curl",
  946. "framework",
  947. "http",
  948. "http client",
  949. "rest",
  950. "web service"
  951. ]
  952. }
  953. ]