installed.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  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": "guzzlehttp/guzzle",
  176. "version": "6.2.3",
  177. "version_normalized": "6.2.3.0",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/guzzle/guzzle.git",
  181. "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
  186. "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "guzzlehttp/promises": "^1.0",
  191. "guzzlehttp/psr7": "^1.4",
  192. "php": ">=5.5"
  193. },
  194. "require-dev": {
  195. "ext-curl": "*",
  196. "phpunit/phpunit": "^4.0",
  197. "psr/log": "^1.0"
  198. },
  199. "time": "2017-02-28T22:50:30+00:00",
  200. "type": "library",
  201. "extra": {
  202. "branch-alias": {
  203. "dev-master": "6.2-dev"
  204. }
  205. },
  206. "installation-source": "dist",
  207. "autoload": {
  208. "files": [
  209. "src/functions_include.php"
  210. ],
  211. "psr-4": {
  212. "GuzzleHttp\\": "src/"
  213. }
  214. },
  215. "notification-url": "https://packagist.org/downloads/",
  216. "license": [
  217. "MIT"
  218. ],
  219. "authors": [
  220. {
  221. "name": "Michael Dowling",
  222. "email": "mtdowling@gmail.com",
  223. "homepage": "https://github.com/mtdowling"
  224. }
  225. ],
  226. "description": "Guzzle is a PHP HTTP client library",
  227. "homepage": "http://guzzlephp.org/",
  228. "keywords": [
  229. "client",
  230. "curl",
  231. "framework",
  232. "http",
  233. "http client",
  234. "rest",
  235. "web service"
  236. ]
  237. },
  238. {
  239. "name": "kryptonit3/sonarr",
  240. "version": "1.0.5",
  241. "version_normalized": "1.0.5.0",
  242. "source": {
  243. "type": "git",
  244. "url": "https://github.com/Kryptonit3/Sonarr.git",
  245. "reference": "e6d9f90801ea628e80efdeecde8283e151cd13b5"
  246. },
  247. "dist": {
  248. "type": "zip",
  249. "url": "https://api.github.com/repos/Kryptonit3/Sonarr/zipball/e6d9f90801ea628e80efdeecde8283e151cd13b5",
  250. "reference": "e6d9f90801ea628e80efdeecde8283e151cd13b5",
  251. "shasum": ""
  252. },
  253. "require": {
  254. "guzzlehttp/guzzle": "^6.1"
  255. },
  256. "time": "2016-02-07T18:57:43+00:00",
  257. "type": "library",
  258. "installation-source": "dist",
  259. "autoload": {
  260. "psr-4": {
  261. "Kryptonit3\\Sonarr\\": "src/"
  262. }
  263. },
  264. "notification-url": "https://packagist.org/downloads/",
  265. "license": [
  266. "MIT"
  267. ],
  268. "authors": [
  269. {
  270. "name": "Jesse Szypulski",
  271. "email": "jesse.szypulski@gmail.com"
  272. }
  273. ],
  274. "description": "PHP Sonarr API Wrapper"
  275. },
  276. {
  277. "name": "kryptonit3/couchpotato",
  278. "version": "1.0.0",
  279. "version_normalized": "1.0.0.0",
  280. "source": {
  281. "type": "git",
  282. "url": "https://github.com/Kryptonit3/CouchPotato.git",
  283. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376"
  284. },
  285. "dist": {
  286. "type": "zip",
  287. "url": "https://api.github.com/repos/Kryptonit3/CouchPotato/zipball/7a1fc892f70f120f74ff005850e923a0f1566376",
  288. "reference": "7a1fc892f70f120f74ff005850e923a0f1566376",
  289. "shasum": ""
  290. },
  291. "require": {
  292. "guzzlehttp/guzzle": "^6.1"
  293. },
  294. "time": "2016-02-06T22:02:39+00:00",
  295. "type": "library",
  296. "installation-source": "dist",
  297. "autoload": {
  298. "psr-4": {
  299. "Kryptonit3\\CouchPotato\\": "src/"
  300. }
  301. },
  302. "notification-url": "https://packagist.org/downloads/",
  303. "license": [
  304. "MIT"
  305. ],
  306. "authors": [
  307. {
  308. "name": "Jesse Szypulski",
  309. "email": "jesse.szypulski@gmail.com"
  310. }
  311. ],
  312. "description": "PHP Wrapper for CouchPotato API"
  313. },
  314. {
  315. "name": "kryptonit3/sickrage",
  316. "version": "1.0.1",
  317. "version_normalized": "1.0.1.0",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/Kryptonit3/SickRage.git",
  321. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/Kryptonit3/SickRage/zipball/441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  326. "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "guzzlehttp/guzzle": "^6.1"
  331. },
  332. "time": "2016-08-08T00:57:46+00:00",
  333. "type": "library",
  334. "installation-source": "dist",
  335. "autoload": {
  336. "psr-4": {
  337. "Kryptonit3\\SickRage\\": "src/"
  338. }
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Jesse Szypulski",
  347. "email": "jesse.szypulski@gmail.com"
  348. }
  349. ],
  350. "description": "PHP Wrapper for SickRage / SickBeard API"
  351. },
  352. {
  353. "name": "phpmailer/phpmailer",
  354. "version": "v5.2.23",
  355. "version_normalized": "5.2.23.0",
  356. "source": {
  357. "type": "git",
  358. "url": "https://github.com/PHPMailer/PHPMailer.git",
  359. "reference": "7115df4a6f76281109ebe352900c42403b728bb4"
  360. },
  361. "dist": {
  362. "type": "zip",
  363. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
  364. "reference": "7115df4a6f76281109ebe352900c42403b728bb4",
  365. "shasum": ""
  366. },
  367. "require": {
  368. "php": ">=5.0.0"
  369. },
  370. "require-dev": {
  371. "doctrine/annotations": "1.2.*",
  372. "jms/serializer": "0.16.*",
  373. "phpdocumentor/phpdocumentor": "2.*",
  374. "phpunit/phpunit": "4.8.*",
  375. "symfony/debug": "2.8.*",
  376. "symfony/filesystem": "2.8.*",
  377. "symfony/translation": "2.8.*",
  378. "symfony/yaml": "2.8.*",
  379. "zendframework/zend-cache": "2.5.1",
  380. "zendframework/zend-config": "2.5.1",
  381. "zendframework/zend-eventmanager": "2.5.1",
  382. "zendframework/zend-filter": "2.5.1",
  383. "zendframework/zend-i18n": "2.5.1",
  384. "zendframework/zend-json": "2.5.1",
  385. "zendframework/zend-math": "2.5.1",
  386. "zendframework/zend-serializer": "2.5.*",
  387. "zendframework/zend-servicemanager": "2.5.*",
  388. "zendframework/zend-stdlib": "2.5.1"
  389. },
  390. "suggest": {
  391. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  392. },
  393. "time": "2017-03-15T19:32:56+00:00",
  394. "type": "library",
  395. "installation-source": "dist",
  396. "autoload": {
  397. "classmap": [
  398. "class.phpmailer.php",
  399. "class.phpmaileroauth.php",
  400. "class.phpmaileroauthgoogle.php",
  401. "class.smtp.php",
  402. "class.pop3.php",
  403. "extras/EasyPeasyICS.php",
  404. "extras/ntlm_sasl_client.php"
  405. ]
  406. },
  407. "notification-url": "https://packagist.org/downloads/",
  408. "license": [
  409. "LGPL-2.1"
  410. ],
  411. "authors": [
  412. {
  413. "name": "Jim Jagielski",
  414. "email": "jimjag@gmail.com"
  415. },
  416. {
  417. "name": "Marcus Bointon",
  418. "email": "phpmailer@synchromedia.co.uk"
  419. },
  420. {
  421. "name": "Andy Prevost",
  422. "email": "codeworxtech@users.sourceforge.net"
  423. },
  424. {
  425. "name": "Brent R. Matzelle"
  426. }
  427. ],
  428. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  429. },
  430. {
  431. "name": "php-http/promise",
  432. "version": "v1.0.0",
  433. "version_normalized": "1.0.0.0",
  434. "source": {
  435. "type": "git",
  436. "url": "https://github.com/php-http/promise.git",
  437. "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
  438. },
  439. "dist": {
  440. "type": "zip",
  441. "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
  442. "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
  443. "shasum": ""
  444. },
  445. "require-dev": {
  446. "henrikbjorn/phpspec-code-coverage": "^1.0",
  447. "phpspec/phpspec": "^2.4"
  448. },
  449. "time": "2016-01-26T13:27:02+00:00",
  450. "type": "library",
  451. "extra": {
  452. "branch-alias": {
  453. "dev-master": "1.1-dev"
  454. }
  455. },
  456. "installation-source": "dist",
  457. "autoload": {
  458. "psr-4": {
  459. "Http\\Promise\\": "src/"
  460. }
  461. },
  462. "notification-url": "https://packagist.org/downloads/",
  463. "license": [
  464. "MIT"
  465. ],
  466. "authors": [
  467. {
  468. "name": "Márk Sági-Kazár",
  469. "email": "mark.sagikazar@gmail.com"
  470. },
  471. {
  472. "name": "Joel Wurtz",
  473. "email": "joel.wurtz@gmail.com"
  474. }
  475. ],
  476. "description": "Promise used for asynchronous HTTP requests",
  477. "homepage": "http://httplug.io",
  478. "keywords": [
  479. "promise"
  480. ]
  481. },
  482. {
  483. "name": "php-http/httplug",
  484. "version": "v1.1.0",
  485. "version_normalized": "1.1.0.0",
  486. "source": {
  487. "type": "git",
  488. "url": "https://github.com/php-http/httplug.git",
  489. "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
  490. },
  491. "dist": {
  492. "type": "zip",
  493. "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
  494. "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
  495. "shasum": ""
  496. },
  497. "require": {
  498. "php": ">=5.4",
  499. "php-http/promise": "^1.0",
  500. "psr/http-message": "^1.0"
  501. },
  502. "require-dev": {
  503. "henrikbjorn/phpspec-code-coverage": "^1.0",
  504. "phpspec/phpspec": "^2.4"
  505. },
  506. "time": "2016-08-31T08:30:17+00:00",
  507. "type": "library",
  508. "extra": {
  509. "branch-alias": {
  510. "dev-master": "1.1-dev"
  511. }
  512. },
  513. "installation-source": "dist",
  514. "autoload": {
  515. "psr-4": {
  516. "Http\\Client\\": "src/"
  517. }
  518. },
  519. "notification-url": "https://packagist.org/downloads/",
  520. "license": [
  521. "MIT"
  522. ],
  523. "authors": [
  524. {
  525. "name": "Eric GELOEN",
  526. "email": "geloen.eric@gmail.com"
  527. },
  528. {
  529. "name": "Márk Sági-Kazár",
  530. "email": "mark.sagikazar@gmail.com"
  531. }
  532. ],
  533. "description": "HTTPlug, the HTTP client abstraction for PHP",
  534. "homepage": "http://httplug.io",
  535. "keywords": [
  536. "client",
  537. "http"
  538. ]
  539. },
  540. {
  541. "name": "php-http/guzzle6-adapter",
  542. "version": "v1.1.1",
  543. "version_normalized": "1.1.1.0",
  544. "source": {
  545. "type": "git",
  546. "url": "https://github.com/php-http/guzzle6-adapter.git",
  547. "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
  548. },
  549. "dist": {
  550. "type": "zip",
  551. "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
  552. "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
  553. "shasum": ""
  554. },
  555. "require": {
  556. "guzzlehttp/guzzle": "^6.0",
  557. "php": ">=5.5.0",
  558. "php-http/httplug": "^1.0"
  559. },
  560. "provide": {
  561. "php-http/async-client-implementation": "1.0",
  562. "php-http/client-implementation": "1.0"
  563. },
  564. "require-dev": {
  565. "ext-curl": "*",
  566. "php-http/adapter-integration-tests": "^0.4"
  567. },
  568. "time": "2016-05-10T06:13:32+00:00",
  569. "type": "library",
  570. "extra": {
  571. "branch-alias": {
  572. "dev-master": "1.2-dev"
  573. }
  574. },
  575. "installation-source": "dist",
  576. "autoload": {
  577. "psr-4": {
  578. "Http\\Adapter\\Guzzle6\\": "src/"
  579. }
  580. },
  581. "notification-url": "https://packagist.org/downloads/",
  582. "license": [
  583. "MIT"
  584. ],
  585. "authors": [
  586. {
  587. "name": "Márk Sági-Kazár",
  588. "email": "mark.sagikazar@gmail.com"
  589. },
  590. {
  591. "name": "David de Boer",
  592. "email": "david@ddeboer.nl"
  593. }
  594. ],
  595. "description": "Guzzle 6 HTTP Adapter",
  596. "homepage": "http://httplug.io",
  597. "keywords": [
  598. "Guzzle",
  599. "http"
  600. ]
  601. },
  602. {
  603. "name": "php-http/discovery",
  604. "version": "1.2.1",
  605. "version_normalized": "1.2.1.0",
  606. "source": {
  607. "type": "git",
  608. "url": "https://github.com/php-http/discovery.git",
  609. "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0"
  610. },
  611. "dist": {
  612. "type": "zip",
  613. "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0",
  614. "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0",
  615. "shasum": ""
  616. },
  617. "require": {
  618. "php": "^5.5 || ^7.0"
  619. },
  620. "require-dev": {
  621. "henrikbjorn/phpspec-code-coverage": "^2.0.2",
  622. "php-http/httplug": "^1.0",
  623. "php-http/message-factory": "^1.0",
  624. "phpspec/phpspec": "^2.4",
  625. "puli/composer-plugin": "1.0.0-beta10"
  626. },
  627. "suggest": {
  628. "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
  629. "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."
  630. },
  631. "time": "2017-03-02T06:56:00+00:00",
  632. "type": "library",
  633. "extra": {
  634. "branch-alias": {
  635. "dev-master": "1.3-dev"
  636. }
  637. },
  638. "installation-source": "dist",
  639. "autoload": {
  640. "psr-4": {
  641. "Http\\Discovery\\": "src/"
  642. }
  643. },
  644. "notification-url": "https://packagist.org/downloads/",
  645. "license": [
  646. "MIT"
  647. ],
  648. "authors": [
  649. {
  650. "name": "Márk Sági-Kazár",
  651. "email": "mark.sagikazar@gmail.com"
  652. }
  653. ],
  654. "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
  655. "homepage": "http://php-http.org",
  656. "keywords": [
  657. "adapter",
  658. "client",
  659. "discovery",
  660. "factory",
  661. "http",
  662. "message",
  663. "psr7"
  664. ]
  665. },
  666. {
  667. "name": "clue/stream-filter",
  668. "version": "v1.3.0",
  669. "version_normalized": "1.3.0.0",
  670. "source": {
  671. "type": "git",
  672. "url": "https://github.com/clue/php-stream-filter.git",
  673. "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785"
  674. },
  675. "dist": {
  676. "type": "zip",
  677. "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785",
  678. "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785",
  679. "shasum": ""
  680. },
  681. "require": {
  682. "php": ">=5.3"
  683. },
  684. "time": "2015-11-08T23:41:30+00:00",
  685. "type": "library",
  686. "installation-source": "dist",
  687. "autoload": {
  688. "psr-4": {
  689. "Clue\\StreamFilter\\": "src/"
  690. },
  691. "files": [
  692. "src/functions.php"
  693. ]
  694. },
  695. "notification-url": "https://packagist.org/downloads/",
  696. "license": [
  697. "MIT"
  698. ],
  699. "authors": [
  700. {
  701. "name": "Christian Lück",
  702. "email": "christian@lueck.tv"
  703. }
  704. ],
  705. "description": "A simple and modern approach to stream filtering in PHP",
  706. "homepage": "https://github.com/clue/php-stream-filter",
  707. "keywords": [
  708. "bucket brigade",
  709. "callback",
  710. "filter",
  711. "php_user_filter",
  712. "stream",
  713. "stream_filter_append",
  714. "stream_filter_register"
  715. ]
  716. },
  717. {
  718. "name": "php-http/message-factory",
  719. "version": "v1.0.2",
  720. "version_normalized": "1.0.2.0",
  721. "source": {
  722. "type": "git",
  723. "url": "https://github.com/php-http/message-factory.git",
  724. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  725. },
  726. "dist": {
  727. "type": "zip",
  728. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  729. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  730. "shasum": ""
  731. },
  732. "require": {
  733. "php": ">=5.4",
  734. "psr/http-message": "^1.0"
  735. },
  736. "time": "2015-12-19T14:08:53+00:00",
  737. "type": "library",
  738. "extra": {
  739. "branch-alias": {
  740. "dev-master": "1.0-dev"
  741. }
  742. },
  743. "installation-source": "dist",
  744. "autoload": {
  745. "psr-4": {
  746. "Http\\Message\\": "src/"
  747. }
  748. },
  749. "notification-url": "https://packagist.org/downloads/",
  750. "license": [
  751. "MIT"
  752. ],
  753. "authors": [
  754. {
  755. "name": "Márk Sági-Kazár",
  756. "email": "mark.sagikazar@gmail.com"
  757. }
  758. ],
  759. "description": "Factory interfaces for PSR-7 HTTP Message",
  760. "homepage": "http://php-http.org",
  761. "keywords": [
  762. "factory",
  763. "http",
  764. "message",
  765. "stream",
  766. "uri"
  767. ]
  768. },
  769. {
  770. "name": "php-http/message",
  771. "version": "1.5.0",
  772. "version_normalized": "1.5.0.0",
  773. "source": {
  774. "type": "git",
  775. "url": "https://github.com/php-http/message.git",
  776. "reference": "13df8c48f40ca7925303aa336f19be4b80984f01"
  777. },
  778. "dist": {
  779. "type": "zip",
  780. "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01",
  781. "reference": "13df8c48f40ca7925303aa336f19be4b80984f01",
  782. "shasum": ""
  783. },
  784. "require": {
  785. "clue/stream-filter": "^1.3",
  786. "php": ">=5.4",
  787. "php-http/message-factory": "^1.0.2",
  788. "psr/http-message": "^1.0"
  789. },
  790. "require-dev": {
  791. "akeneo/phpspec-skip-example-extension": "^1.0",
  792. "coduo/phpspec-data-provider-extension": "^1.0",
  793. "ext-zlib": "*",
  794. "guzzlehttp/psr7": "^1.0",
  795. "henrikbjorn/phpspec-code-coverage": "^1.0",
  796. "phpspec/phpspec": "^2.4",
  797. "slim/slim": "^3.0",
  798. "zendframework/zend-diactoros": "^1.0"
  799. },
  800. "suggest": {
  801. "ext-zlib": "Used with compressor/decompressor streams",
  802. "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
  803. "slim/slim": "Used with Slim Framework PSR-7 implementation",
  804. "zendframework/zend-diactoros": "Used with Diactoros Factories"
  805. },
  806. "time": "2017-02-14T08:58:37+00:00",
  807. "type": "library",
  808. "extra": {
  809. "branch-alias": {
  810. "dev-master": "1.6-dev"
  811. }
  812. },
  813. "installation-source": "dist",
  814. "autoload": {
  815. "psr-4": {
  816. "Http\\Message\\": "src/"
  817. },
  818. "files": [
  819. "src/filters.php"
  820. ]
  821. },
  822. "notification-url": "https://packagist.org/downloads/",
  823. "license": [
  824. "MIT"
  825. ],
  826. "authors": [
  827. {
  828. "name": "Márk Sági-Kazár",
  829. "email": "mark.sagikazar@gmail.com"
  830. }
  831. ],
  832. "description": "HTTP Message related tools",
  833. "homepage": "http://php-http.org",
  834. "keywords": [
  835. "http",
  836. "message",
  837. "psr-7"
  838. ]
  839. },
  840. {
  841. "name": "sparkpost/sparkpost",
  842. "version": "2.1.0",
  843. "version_normalized": "2.1.0.0",
  844. "source": {
  845. "type": "git",
  846. "url": "https://github.com/SparkPost/php-sparkpost.git",
  847. "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937"
  848. },
  849. "dist": {
  850. "type": "zip",
  851. "url": "https://api.github.com/repos/SparkPost/php-sparkpost/zipball/0c45993ee9d68d47acbd04b241c8b24b8667f937",
  852. "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937",
  853. "shasum": ""
  854. },
  855. "require": {
  856. "php": "^5.6 || ^7.0",
  857. "php-http/client-implementation": "^1.0",
  858. "php-http/discovery": "^1.0",
  859. "php-http/httplug": "^1.0",
  860. "php-http/message": "^1.0"
  861. },
  862. "require-dev": {
  863. "friendsofphp/php-cs-fixer": "^1.11",
  864. "mockery/mockery": "^0.9.4",
  865. "nyholm/nsa": "^1.0",
  866. "php-http/guzzle6-adapter": "^1.0",
  867. "phpunit/phpcov": "2.*",
  868. "phpunit/phpunit": "^4.8 || ^5.4",
  869. "satooshi/php-coveralls": "dev-master"
  870. },
  871. "time": "2017-01-10T14:29:09+00:00",
  872. "type": "library",
  873. "installation-source": "dist",
  874. "autoload": {
  875. "psr-4": {
  876. "SparkPost\\": "lib/SparkPost"
  877. }
  878. },
  879. "notification-url": "https://packagist.org/downloads/",
  880. "license": [
  881. "Apache 2.0"
  882. ],
  883. "authors": [
  884. {
  885. "name": "SparkPost"
  886. }
  887. ],
  888. "description": "Client library for interfacing with the SparkPost API."
  889. }
  890. ]