composer.lock 32 KB

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