composer.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "d11416989da8af3beb483e66c62811ed",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "6.3.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  20. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "guzzlehttp/promises": "^1.0",
  25. "guzzlehttp/psr7": "^1.4",
  26. "php": ">=5.5"
  27. },
  28. "require-dev": {
  29. "ext-curl": "*",
  30. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  31. "psr/log": "^1.0"
  32. },
  33. "suggest": {
  34. "psr/log": "Required for using the Log middleware"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "6.3-dev"
  40. }
  41. },
  42. "autoload": {
  43. "files": [
  44. "src/functions_include.php"
  45. ],
  46. "psr-4": {
  47. "GuzzleHttp\\": "src/"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "MIT"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Michael Dowling",
  57. "email": "mtdowling@gmail.com",
  58. "homepage": "https://github.com/mtdowling"
  59. }
  60. ],
  61. "description": "Guzzle is a PHP HTTP client library",
  62. "homepage": "http://guzzlephp.org/",
  63. "keywords": [
  64. "client",
  65. "curl",
  66. "framework",
  67. "http",
  68. "http client",
  69. "rest",
  70. "web service"
  71. ],
  72. "time": "2018-04-22T15:46:56+00:00"
  73. },
  74. {
  75. "name": "guzzlehttp/promises",
  76. "version": "v1.3.1",
  77. "source": {
  78. "type": "git",
  79. "url": "https://github.com/guzzle/promises.git",
  80. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  81. },
  82. "dist": {
  83. "type": "zip",
  84. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  85. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  86. "shasum": ""
  87. },
  88. "require": {
  89. "php": ">=5.5.0"
  90. },
  91. "require-dev": {
  92. "phpunit/phpunit": "^4.0"
  93. },
  94. "type": "library",
  95. "extra": {
  96. "branch-alias": {
  97. "dev-master": "1.4-dev"
  98. }
  99. },
  100. "autoload": {
  101. "psr-4": {
  102. "GuzzleHttp\\Promise\\": "src/"
  103. },
  104. "files": [
  105. "src/functions_include.php"
  106. ]
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "Michael Dowling",
  115. "email": "mtdowling@gmail.com",
  116. "homepage": "https://github.com/mtdowling"
  117. }
  118. ],
  119. "description": "Guzzle promises library",
  120. "keywords": [
  121. "promise"
  122. ],
  123. "time": "2016-12-20T10:07:11+00:00"
  124. },
  125. {
  126. "name": "guzzlehttp/psr7",
  127. "version": "1.6.0",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/guzzle/psr7.git",
  131. "reference": "dc784032a3f6f4e7a4b882e272b771f6fe4c37cf"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc784032a3f6f4e7a4b882e272b771f6fe4c37cf",
  136. "reference": "dc784032a3f6f4e7a4b882e272b771f6fe4c37cf",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.4.0",
  141. "psr/http-message": "~1.0",
  142. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  143. },
  144. "provide": {
  145. "psr/http-message-implementation": "1.0"
  146. },
  147. "require-dev": {
  148. "ext-zlib": "*",
  149. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  150. },
  151. "suggest": {
  152. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  153. },
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "1.6-dev"
  158. }
  159. },
  160. "autoload": {
  161. "psr-4": {
  162. "GuzzleHttp\\Psr7\\": "src/"
  163. },
  164. "files": [
  165. "src/functions_include.php"
  166. ]
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Michael Dowling",
  175. "email": "mtdowling@gmail.com",
  176. "homepage": "https://github.com/mtdowling"
  177. },
  178. {
  179. "name": "Tobias Schultze",
  180. "homepage": "https://github.com/Tobion"
  181. }
  182. ],
  183. "description": "PSR-7 message implementation that also provides common utility methods",
  184. "keywords": [
  185. "http",
  186. "message",
  187. "psr-7",
  188. "request",
  189. "response",
  190. "stream",
  191. "uri",
  192. "url"
  193. ],
  194. "time": "2019-06-30T00:37:05+00:00"
  195. },
  196. {
  197. "name": "ibm-watson-data-lab/php-couchdb",
  198. "version": "0.1.2",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/ibm-watson-data-lab/php-couchdb.git",
  202. "reference": "ba438b7222904558705df1088489469b04b525a1"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/ibm-watson-data-lab/php-couchdb/zipball/ba438b7222904558705df1088489469b04b525a1",
  207. "reference": "ba438b7222904558705df1088489469b04b525a1",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "guzzlehttp/guzzle": "^6.2",
  212. "php": "^7.0"
  213. },
  214. "require-dev": {
  215. "phpunit/phpunit": "^6.1",
  216. "squizlabs/php_codesniffer": "^3.0",
  217. "theseer/phpdox": "~0.10"
  218. },
  219. "type": "library",
  220. "autoload": {
  221. "psr-4": {
  222. "PHPCouchDB\\": "src/PHPCouchDB"
  223. }
  224. },
  225. "notification-url": "https://packagist.org/downloads/",
  226. "license": [
  227. "Apache-2.0"
  228. ],
  229. "authors": [
  230. {
  231. "name": "Lorna Jane Mitchell",
  232. "email": "lorna@lornajane.net"
  233. }
  234. ],
  235. "description": "Library for easily talking to CouchDB from PHP",
  236. "time": "2018-03-09T16:36:47+00:00"
  237. },
  238. {
  239. "name": "php-on-couch/php-on-couch",
  240. "version": "2.0.9",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/PHP-on-Couch/PHP-on-Couch.git",
  244. "reference": "c4121fb882d1268eb05ec4e5b19d983841c975ec"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/PHP-on-Couch/PHP-on-Couch/zipball/c4121fb882d1268eb05ec4e5b19d983841c975ec",
  249. "reference": "c4121fb882d1268eb05ec4e5b19d983841c975ec",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "php": ">=5.6.0",
  254. "vlucas/phpdotenv": "^2.4"
  255. },
  256. "require-dev": {
  257. "phpcheckstyle/phpcheckstyle": "*",
  258. "phpunit/phpunit": "5.5.*"
  259. },
  260. "type": "library",
  261. "autoload": {
  262. "psr-4": {
  263. "PHPOnCouch\\": "src/",
  264. "PHPOnCouch\\Exceptions\\": "src/Exceptions/",
  265. "PHPOnCouch\\Adapter\\": "src/Adapter/"
  266. }
  267. },
  268. "notification-url": "https://packagist.org/downloads/",
  269. "license": [
  270. "GPL-3.0-or-later"
  271. ],
  272. "authors": [
  273. {
  274. "name": "Michael Bailly",
  275. "email": "mickael.bailly@free.fr",
  276. "homepage": "https://github.com/dready92/",
  277. "role": "Developer"
  278. },
  279. {
  280. "name": "Clemens Sahs",
  281. "email": "clemens.sahs@slides-worker.org",
  282. "homepage": "https://github.com/ClemensSahs",
  283. "role": "Developer"
  284. },
  285. {
  286. "name": "Alexis Côté",
  287. "email": "alexiscote19@hotmail.com",
  288. "homepage": "https://popojargo.github.io/",
  289. "role": "Developer"
  290. }
  291. ],
  292. "description": "CouchDB NoSQL database access in PHP",
  293. "homepage": "https://github.com/PHP-on-Couch/PHP-on-Couch",
  294. "keywords": [
  295. "apache",
  296. "couch",
  297. "couchdb",
  298. "db",
  299. "driver",
  300. "nosql"
  301. ],
  302. "time": "2019-03-23T21:39:33+00:00"
  303. },
  304. {
  305. "name": "psr/http-message",
  306. "version": "1.0.1",
  307. "source": {
  308. "type": "git",
  309. "url": "https://github.com/php-fig/http-message.git",
  310. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  311. },
  312. "dist": {
  313. "type": "zip",
  314. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  315. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  316. "shasum": ""
  317. },
  318. "require": {
  319. "php": ">=5.3.0"
  320. },
  321. "type": "library",
  322. "extra": {
  323. "branch-alias": {
  324. "dev-master": "1.0.x-dev"
  325. }
  326. },
  327. "autoload": {
  328. "psr-4": {
  329. "Psr\\Http\\Message\\": "src/"
  330. }
  331. },
  332. "notification-url": "https://packagist.org/downloads/",
  333. "license": [
  334. "MIT"
  335. ],
  336. "authors": [
  337. {
  338. "name": "PHP-FIG",
  339. "homepage": "http://www.php-fig.org/"
  340. }
  341. ],
  342. "description": "Common interface for HTTP messages",
  343. "homepage": "https://github.com/php-fig/http-message",
  344. "keywords": [
  345. "http",
  346. "http-message",
  347. "psr",
  348. "psr-7",
  349. "request",
  350. "response"
  351. ],
  352. "time": "2016-08-06T14:39:51+00:00"
  353. },
  354. {
  355. "name": "ralouphie/getallheaders",
  356. "version": "3.0.3",
  357. "source": {
  358. "type": "git",
  359. "url": "https://github.com/ralouphie/getallheaders.git",
  360. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  361. },
  362. "dist": {
  363. "type": "zip",
  364. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  365. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  366. "shasum": ""
  367. },
  368. "require": {
  369. "php": ">=5.6"
  370. },
  371. "require-dev": {
  372. "php-coveralls/php-coveralls": "^2.1",
  373. "phpunit/phpunit": "^5 || ^6.5"
  374. },
  375. "type": "library",
  376. "autoload": {
  377. "files": [
  378. "src/getallheaders.php"
  379. ]
  380. },
  381. "notification-url": "https://packagist.org/downloads/",
  382. "license": [
  383. "MIT"
  384. ],
  385. "authors": [
  386. {
  387. "name": "Ralph Khattar",
  388. "email": "ralph.khattar@gmail.com"
  389. }
  390. ],
  391. "description": "A polyfill for getallheaders.",
  392. "time": "2019-03-08T08:55:37+00:00"
  393. },
  394. {
  395. "name": "symfony/polyfill-ctype",
  396. "version": "v1.11.0",
  397. "source": {
  398. "type": "git",
  399. "url": "https://github.com/symfony/polyfill-ctype.git",
  400. "reference": "82ebae02209c21113908c229e9883c419720738a"
  401. },
  402. "dist": {
  403. "type": "zip",
  404. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  405. "reference": "82ebae02209c21113908c229e9883c419720738a",
  406. "shasum": ""
  407. },
  408. "require": {
  409. "php": ">=5.3.3"
  410. },
  411. "suggest": {
  412. "ext-ctype": "For best performance"
  413. },
  414. "type": "library",
  415. "extra": {
  416. "branch-alias": {
  417. "dev-master": "1.11-dev"
  418. }
  419. },
  420. "autoload": {
  421. "psr-4": {
  422. "Symfony\\Polyfill\\Ctype\\": ""
  423. },
  424. "files": [
  425. "bootstrap.php"
  426. ]
  427. },
  428. "notification-url": "https://packagist.org/downloads/",
  429. "license": [
  430. "MIT"
  431. ],
  432. "authors": [
  433. {
  434. "name": "Symfony Community",
  435. "homepage": "https://symfony.com/contributors"
  436. },
  437. {
  438. "name": "Gert de Pagter",
  439. "email": "BackEndTea@gmail.com"
  440. }
  441. ],
  442. "description": "Symfony polyfill for ctype functions",
  443. "homepage": "https://symfony.com",
  444. "keywords": [
  445. "compatibility",
  446. "ctype",
  447. "polyfill",
  448. "portable"
  449. ],
  450. "time": "2019-02-06T07:57:58+00:00"
  451. },
  452. {
  453. "name": "vlucas/phpdotenv",
  454. "version": "v2.6.1",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/vlucas/phpdotenv.git",
  458. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  463. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3.9",
  468. "symfony/polyfill-ctype": "^1.9"
  469. },
  470. "require-dev": {
  471. "phpunit/phpunit": "^4.8.35 || ^5.0"
  472. },
  473. "type": "library",
  474. "extra": {
  475. "branch-alias": {
  476. "dev-master": "2.6-dev"
  477. }
  478. },
  479. "autoload": {
  480. "psr-4": {
  481. "Dotenv\\": "src/"
  482. }
  483. },
  484. "notification-url": "https://packagist.org/downloads/",
  485. "license": [
  486. "BSD-3-Clause"
  487. ],
  488. "authors": [
  489. {
  490. "name": "Vance Lucas",
  491. "email": "vance@vancelucas.com",
  492. "homepage": "http://www.vancelucas.com"
  493. }
  494. ],
  495. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  496. "keywords": [
  497. "dotenv",
  498. "env",
  499. "environment"
  500. ],
  501. "time": "2019-01-29T11:11:52+00:00"
  502. }
  503. ],
  504. "packages-dev": [],
  505. "aliases": [],
  506. "minimum-stability": "stable",
  507. "stability-flags": [],
  508. "prefer-stable": false,
  509. "prefer-lowest": false,
  510. "platform": [],
  511. "platform-dev": []
  512. }