composer.lock 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  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": "61c2611113fccd763f265883f6d8d0bc",
  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": "php-http/discovery",
  346. "version": "1.2.1",
  347. "source": {
  348. "type": "git",
  349. "url": "https://github.com/php-http/discovery.git",
  350. "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0"
  351. },
  352. "dist": {
  353. "type": "zip",
  354. "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0",
  355. "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0",
  356. "shasum": ""
  357. },
  358. "require": {
  359. "php": "^5.5 || ^7.0"
  360. },
  361. "require-dev": {
  362. "henrikbjorn/phpspec-code-coverage": "^2.0.2",
  363. "php-http/httplug": "^1.0",
  364. "php-http/message-factory": "^1.0",
  365. "phpspec/phpspec": "^2.4",
  366. "puli/composer-plugin": "1.0.0-beta10"
  367. },
  368. "suggest": {
  369. "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
  370. "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."
  371. },
  372. "type": "library",
  373. "extra": {
  374. "branch-alias": {
  375. "dev-master": "1.3-dev"
  376. }
  377. },
  378. "autoload": {
  379. "psr-4": {
  380. "Http\\Discovery\\": "src/"
  381. }
  382. },
  383. "notification-url": "https://packagist.org/downloads/",
  384. "license": [
  385. "MIT"
  386. ],
  387. "authors": [
  388. {
  389. "name": "Márk Sági-Kazár",
  390. "email": "mark.sagikazar@gmail.com"
  391. }
  392. ],
  393. "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
  394. "homepage": "http://php-http.org",
  395. "keywords": [
  396. "adapter",
  397. "client",
  398. "discovery",
  399. "factory",
  400. "http",
  401. "message",
  402. "psr7"
  403. ],
  404. "time": "2017-03-02T06:56:00+00:00"
  405. },
  406. {
  407. "name": "php-http/guzzle6-adapter",
  408. "version": "v1.1.1",
  409. "source": {
  410. "type": "git",
  411. "url": "https://github.com/php-http/guzzle6-adapter.git",
  412. "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
  413. },
  414. "dist": {
  415. "type": "zip",
  416. "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
  417. "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
  418. "shasum": ""
  419. },
  420. "require": {
  421. "guzzlehttp/guzzle": "^6.0",
  422. "php": ">=5.5.0",
  423. "php-http/httplug": "^1.0"
  424. },
  425. "provide": {
  426. "php-http/async-client-implementation": "1.0",
  427. "php-http/client-implementation": "1.0"
  428. },
  429. "require-dev": {
  430. "ext-curl": "*",
  431. "php-http/adapter-integration-tests": "^0.4"
  432. },
  433. "type": "library",
  434. "extra": {
  435. "branch-alias": {
  436. "dev-master": "1.2-dev"
  437. }
  438. },
  439. "autoload": {
  440. "psr-4": {
  441. "Http\\Adapter\\Guzzle6\\": "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. "name": "David de Boer",
  455. "email": "david@ddeboer.nl"
  456. }
  457. ],
  458. "description": "Guzzle 6 HTTP Adapter",
  459. "homepage": "http://httplug.io",
  460. "keywords": [
  461. "Guzzle",
  462. "http"
  463. ],
  464. "time": "2016-05-10T06:13:32+00:00"
  465. },
  466. {
  467. "name": "php-http/httplug",
  468. "version": "v1.1.0",
  469. "source": {
  470. "type": "git",
  471. "url": "https://github.com/php-http/httplug.git",
  472. "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
  473. },
  474. "dist": {
  475. "type": "zip",
  476. "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
  477. "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
  478. "shasum": ""
  479. },
  480. "require": {
  481. "php": ">=5.4",
  482. "php-http/promise": "^1.0",
  483. "psr/http-message": "^1.0"
  484. },
  485. "require-dev": {
  486. "henrikbjorn/phpspec-code-coverage": "^1.0",
  487. "phpspec/phpspec": "^2.4"
  488. },
  489. "type": "library",
  490. "extra": {
  491. "branch-alias": {
  492. "dev-master": "1.1-dev"
  493. }
  494. },
  495. "autoload": {
  496. "psr-4": {
  497. "Http\\Client\\": "src/"
  498. }
  499. },
  500. "notification-url": "https://packagist.org/downloads/",
  501. "license": [
  502. "MIT"
  503. ],
  504. "authors": [
  505. {
  506. "name": "Eric GELOEN",
  507. "email": "geloen.eric@gmail.com"
  508. },
  509. {
  510. "name": "Márk Sági-Kazár",
  511. "email": "mark.sagikazar@gmail.com"
  512. }
  513. ],
  514. "description": "HTTPlug, the HTTP client abstraction for PHP",
  515. "homepage": "http://httplug.io",
  516. "keywords": [
  517. "client",
  518. "http"
  519. ],
  520. "time": "2016-08-31T08:30:17+00:00"
  521. },
  522. {
  523. "name": "php-http/message",
  524. "version": "1.5.0",
  525. "source": {
  526. "type": "git",
  527. "url": "https://github.com/php-http/message.git",
  528. "reference": "13df8c48f40ca7925303aa336f19be4b80984f01"
  529. },
  530. "dist": {
  531. "type": "zip",
  532. "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01",
  533. "reference": "13df8c48f40ca7925303aa336f19be4b80984f01",
  534. "shasum": ""
  535. },
  536. "require": {
  537. "clue/stream-filter": "^1.3",
  538. "php": ">=5.4",
  539. "php-http/message-factory": "^1.0.2",
  540. "psr/http-message": "^1.0"
  541. },
  542. "require-dev": {
  543. "akeneo/phpspec-skip-example-extension": "^1.0",
  544. "coduo/phpspec-data-provider-extension": "^1.0",
  545. "ext-zlib": "*",
  546. "guzzlehttp/psr7": "^1.0",
  547. "henrikbjorn/phpspec-code-coverage": "^1.0",
  548. "phpspec/phpspec": "^2.4",
  549. "slim/slim": "^3.0",
  550. "zendframework/zend-diactoros": "^1.0"
  551. },
  552. "suggest": {
  553. "ext-zlib": "Used with compressor/decompressor streams",
  554. "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
  555. "slim/slim": "Used with Slim Framework PSR-7 implementation",
  556. "zendframework/zend-diactoros": "Used with Diactoros Factories"
  557. },
  558. "type": "library",
  559. "extra": {
  560. "branch-alias": {
  561. "dev-master": "1.6-dev"
  562. }
  563. },
  564. "autoload": {
  565. "psr-4": {
  566. "Http\\Message\\": "src/"
  567. },
  568. "files": [
  569. "src/filters.php"
  570. ]
  571. },
  572. "notification-url": "https://packagist.org/downloads/",
  573. "license": [
  574. "MIT"
  575. ],
  576. "authors": [
  577. {
  578. "name": "Márk Sági-Kazár",
  579. "email": "mark.sagikazar@gmail.com"
  580. }
  581. ],
  582. "description": "HTTP Message related tools",
  583. "homepage": "http://php-http.org",
  584. "keywords": [
  585. "http",
  586. "message",
  587. "psr-7"
  588. ],
  589. "time": "2017-02-14T08:58:37+00:00"
  590. },
  591. {
  592. "name": "php-http/message-factory",
  593. "version": "v1.0.2",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/php-http/message-factory.git",
  597. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  602. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "php": ">=5.4",
  607. "psr/http-message": "^1.0"
  608. },
  609. "type": "library",
  610. "extra": {
  611. "branch-alias": {
  612. "dev-master": "1.0-dev"
  613. }
  614. },
  615. "autoload": {
  616. "psr-4": {
  617. "Http\\Message\\": "src/"
  618. }
  619. },
  620. "notification-url": "https://packagist.org/downloads/",
  621. "license": [
  622. "MIT"
  623. ],
  624. "authors": [
  625. {
  626. "name": "Márk Sági-Kazár",
  627. "email": "mark.sagikazar@gmail.com"
  628. }
  629. ],
  630. "description": "Factory interfaces for PSR-7 HTTP Message",
  631. "homepage": "http://php-http.org",
  632. "keywords": [
  633. "factory",
  634. "http",
  635. "message",
  636. "stream",
  637. "uri"
  638. ],
  639. "time": "2015-12-19T14:08:53+00:00"
  640. },
  641. {
  642. "name": "php-http/promise",
  643. "version": "v1.0.0",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/php-http/promise.git",
  647. "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
  652. "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
  653. "shasum": ""
  654. },
  655. "require-dev": {
  656. "henrikbjorn/phpspec-code-coverage": "^1.0",
  657. "phpspec/phpspec": "^2.4"
  658. },
  659. "type": "library",
  660. "extra": {
  661. "branch-alias": {
  662. "dev-master": "1.1-dev"
  663. }
  664. },
  665. "autoload": {
  666. "psr-4": {
  667. "Http\\Promise\\": "src/"
  668. }
  669. },
  670. "notification-url": "https://packagist.org/downloads/",
  671. "license": [
  672. "MIT"
  673. ],
  674. "authors": [
  675. {
  676. "name": "Márk Sági-Kazár",
  677. "email": "mark.sagikazar@gmail.com"
  678. },
  679. {
  680. "name": "Joel Wurtz",
  681. "email": "joel.wurtz@gmail.com"
  682. }
  683. ],
  684. "description": "Promise used for asynchronous HTTP requests",
  685. "homepage": "http://httplug.io",
  686. "keywords": [
  687. "promise"
  688. ],
  689. "time": "2016-01-26T13:27:02+00:00"
  690. },
  691. {
  692. "name": "phpmailer/phpmailer",
  693. "version": "v5.2.23",
  694. "source": {
  695. "type": "git",
  696. "url": "https://github.com/PHPMailer/PHPMailer.git",
  697. "reference": "7115df4a6f76281109ebe352900c42403b728bb4"
  698. },
  699. "dist": {
  700. "type": "zip",
  701. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
  702. "reference": "7115df4a6f76281109ebe352900c42403b728bb4",
  703. "shasum": ""
  704. },
  705. "require": {
  706. "php": ">=5.0.0"
  707. },
  708. "require-dev": {
  709. "doctrine/annotations": "1.2.*",
  710. "jms/serializer": "0.16.*",
  711. "phpdocumentor/phpdocumentor": "2.*",
  712. "phpunit/phpunit": "4.8.*",
  713. "symfony/debug": "2.8.*",
  714. "symfony/filesystem": "2.8.*",
  715. "symfony/translation": "2.8.*",
  716. "symfony/yaml": "2.8.*",
  717. "zendframework/zend-cache": "2.5.1",
  718. "zendframework/zend-config": "2.5.1",
  719. "zendframework/zend-eventmanager": "2.5.1",
  720. "zendframework/zend-filter": "2.5.1",
  721. "zendframework/zend-i18n": "2.5.1",
  722. "zendframework/zend-json": "2.5.1",
  723. "zendframework/zend-math": "2.5.1",
  724. "zendframework/zend-serializer": "2.5.*",
  725. "zendframework/zend-servicemanager": "2.5.*",
  726. "zendframework/zend-stdlib": "2.5.1"
  727. },
  728. "suggest": {
  729. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  730. },
  731. "type": "library",
  732. "autoload": {
  733. "classmap": [
  734. "class.phpmailer.php",
  735. "class.phpmaileroauth.php",
  736. "class.phpmaileroauthgoogle.php",
  737. "class.smtp.php",
  738. "class.pop3.php",
  739. "extras/EasyPeasyICS.php",
  740. "extras/ntlm_sasl_client.php"
  741. ]
  742. },
  743. "notification-url": "https://packagist.org/downloads/",
  744. "license": [
  745. "LGPL-2.1"
  746. ],
  747. "authors": [
  748. {
  749. "name": "Jim Jagielski",
  750. "email": "jimjag@gmail.com"
  751. },
  752. {
  753. "name": "Marcus Bointon",
  754. "email": "phpmailer@synchromedia.co.uk"
  755. },
  756. {
  757. "name": "Andy Prevost",
  758. "email": "codeworxtech@users.sourceforge.net"
  759. },
  760. {
  761. "name": "Brent R. Matzelle"
  762. }
  763. ],
  764. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  765. "time": "2017-03-15T19:32:56+00:00"
  766. },
  767. {
  768. "name": "psr/http-message",
  769. "version": "1.0.1",
  770. "source": {
  771. "type": "git",
  772. "url": "https://github.com/php-fig/http-message.git",
  773. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  774. },
  775. "dist": {
  776. "type": "zip",
  777. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  778. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  779. "shasum": ""
  780. },
  781. "require": {
  782. "php": ">=5.3.0"
  783. },
  784. "type": "library",
  785. "extra": {
  786. "branch-alias": {
  787. "dev-master": "1.0.x-dev"
  788. }
  789. },
  790. "autoload": {
  791. "psr-4": {
  792. "Psr\\Http\\Message\\": "src/"
  793. }
  794. },
  795. "notification-url": "https://packagist.org/downloads/",
  796. "license": [
  797. "MIT"
  798. ],
  799. "authors": [
  800. {
  801. "name": "PHP-FIG",
  802. "homepage": "http://www.php-fig.org/"
  803. }
  804. ],
  805. "description": "Common interface for HTTP messages",
  806. "homepage": "https://github.com/php-fig/http-message",
  807. "keywords": [
  808. "http",
  809. "http-message",
  810. "psr",
  811. "psr-7",
  812. "request",
  813. "response"
  814. ],
  815. "time": "2016-08-06T14:39:51+00:00"
  816. },
  817. {
  818. "name": "sparkpost/sparkpost",
  819. "version": "2.1.0",
  820. "source": {
  821. "type": "git",
  822. "url": "https://github.com/SparkPost/php-sparkpost.git",
  823. "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937"
  824. },
  825. "dist": {
  826. "type": "zip",
  827. "url": "https://api.github.com/repos/SparkPost/php-sparkpost/zipball/0c45993ee9d68d47acbd04b241c8b24b8667f937",
  828. "reference": "0c45993ee9d68d47acbd04b241c8b24b8667f937",
  829. "shasum": ""
  830. },
  831. "require": {
  832. "php": "^5.6 || ^7.0",
  833. "php-http/client-implementation": "^1.0",
  834. "php-http/discovery": "^1.0",
  835. "php-http/httplug": "^1.0",
  836. "php-http/message": "^1.0"
  837. },
  838. "require-dev": {
  839. "friendsofphp/php-cs-fixer": "^1.11",
  840. "mockery/mockery": "^0.9.4",
  841. "nyholm/nsa": "^1.0",
  842. "php-http/guzzle6-adapter": "^1.0",
  843. "phpunit/phpcov": "2.*",
  844. "phpunit/phpunit": "^4.8 || ^5.4",
  845. "satooshi/php-coveralls": "dev-master"
  846. },
  847. "type": "library",
  848. "autoload": {
  849. "psr-4": {
  850. "SparkPost\\": "lib/SparkPost"
  851. }
  852. },
  853. "notification-url": "https://packagist.org/downloads/",
  854. "license": [
  855. "Apache 2.0"
  856. ],
  857. "authors": [
  858. {
  859. "name": "SparkPost"
  860. }
  861. ],
  862. "description": "Client library for interfacing with the SparkPost API.",
  863. "time": "2017-01-10T14:29:09+00:00"
  864. }
  865. ],
  866. "packages-dev": [],
  867. "aliases": [],
  868. "minimum-stability": "stable",
  869. "stability-flags": [],
  870. "prefer-stable": false,
  871. "prefer-lowest": false,
  872. "platform": [],
  873. "platform-dev": []
  874. }