composer.lock 32 KB

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