You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

525 lines
18 KiB

3 years ago
  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": "16a7f8e2a84fcbee8da3fa43f25eb246",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "7.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "7008573787b430c1c1f650e3722d9bba59967628"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  20. "reference": "7008573787b430c1c1f650e3722d9bba59967628",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "guzzlehttp/promises": "^1.4",
  26. "guzzlehttp/psr7": "^1.7 || ^2.0",
  27. "php": "^7.2.5 || ^8.0",
  28. "psr/http-client": "^1.0"
  29. },
  30. "provide": {
  31. "psr/http-client-implementation": "1.0"
  32. },
  33. "require-dev": {
  34. "bamarni/composer-bin-plugin": "^1.4.1",
  35. "ext-curl": "*",
  36. "php-http/client-integration-tests": "^3.0",
  37. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  38. "psr/log": "^1.1"
  39. },
  40. "suggest": {
  41. "ext-curl": "Required for CURL handler support",
  42. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  43. "psr/log": "Required for using the Log middleware"
  44. },
  45. "type": "library",
  46. "extra": {
  47. "branch-alias": {
  48. "dev-master": "7.3-dev"
  49. }
  50. },
  51. "autoload": {
  52. "psr-4": {
  53. "GuzzleHttp\\": "src/"
  54. },
  55. "files": [
  56. "src/functions_include.php"
  57. ]
  58. },
  59. "notification-url": "https://packagist.org/downloads/",
  60. "license": [
  61. "MIT"
  62. ],
  63. "authors": [
  64. {
  65. "name": "Michael Dowling",
  66. "email": "mtdowling@gmail.com",
  67. "homepage": "https://github.com/mtdowling"
  68. },
  69. {
  70. "name": "Márk Sági-Kazár",
  71. "email": "mark.sagikazar@gmail.com",
  72. "homepage": "https://sagikazarmark.hu"
  73. }
  74. ],
  75. "description": "Guzzle is a PHP HTTP client library",
  76. "homepage": "http://guzzlephp.org/",
  77. "keywords": [
  78. "client",
  79. "curl",
  80. "framework",
  81. "http",
  82. "http client",
  83. "psr-18",
  84. "psr-7",
  85. "rest",
  86. "web service"
  87. ],
  88. "support": {
  89. "issues": "https://github.com/guzzle/guzzle/issues",
  90. "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
  91. },
  92. "funding": [
  93. {
  94. "url": "https://github.com/GrahamCampbell",
  95. "type": "github"
  96. },
  97. {
  98. "url": "https://github.com/Nyholm",
  99. "type": "github"
  100. },
  101. {
  102. "url": "https://github.com/alexeyshockov",
  103. "type": "github"
  104. },
  105. {
  106. "url": "https://github.com/gmponos",
  107. "type": "github"
  108. }
  109. ],
  110. "time": "2021-03-23T11:33:13+00:00"
  111. },
  112. {
  113. "name": "guzzlehttp/promises",
  114. "version": "1.5.0",
  115. "source": {
  116. "type": "git",
  117. "url": "https://github.com/guzzle/promises.git",
  118. "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0"
  119. },
  120. "dist": {
  121. "type": "zip",
  122. "url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
  123. "reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
  124. "shasum": ""
  125. },
  126. "require": {
  127. "php": ">=5.5"
  128. },
  129. "require-dev": {
  130. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  131. },
  132. "type": "library",
  133. "extra": {
  134. "branch-alias": {
  135. "dev-master": "1.5-dev"
  136. }
  137. },
  138. "autoload": {
  139. "psr-4": {
  140. "GuzzleHttp\\Promise\\": "src/"
  141. },
  142. "files": [
  143. "src/functions_include.php"
  144. ]
  145. },
  146. "notification-url": "https://packagist.org/downloads/",
  147. "license": [
  148. "MIT"
  149. ],
  150. "authors": [
  151. {
  152. "name": "Graham Campbell",
  153. "email": "hello@gjcampbell.co.uk",
  154. "homepage": "https://github.com/GrahamCampbell"
  155. },
  156. {
  157. "name": "Michael Dowling",
  158. "email": "mtdowling@gmail.com",
  159. "homepage": "https://github.com/mtdowling"
  160. },
  161. {
  162. "name": "Tobias Nyholm",
  163. "email": "tobias.nyholm@gmail.com",
  164. "homepage": "https://github.com/Nyholm"
  165. },
  166. {
  167. "name": "Tobias Schultze",
  168. "email": "webmaster@tubo-world.de",
  169. "homepage": "https://github.com/Tobion"
  170. }
  171. ],
  172. "description": "Guzzle promises library",
  173. "keywords": [
  174. "promise"
  175. ],
  176. "support": {
  177. "issues": "https://github.com/guzzle/promises/issues",
  178. "source": "https://github.com/guzzle/promises/tree/1.5.0"
  179. },
  180. "funding": [
  181. {
  182. "url": "https://github.com/GrahamCampbell",
  183. "type": "github"
  184. },
  185. {
  186. "url": "https://github.com/Nyholm",
  187. "type": "github"
  188. },
  189. {
  190. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  191. "type": "tidelift"
  192. }
  193. ],
  194. "time": "2021-10-07T13:05:22+00:00"
  195. },
  196. {
  197. "name": "guzzlehttp/psr7",
  198. "version": "2.1.0",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/guzzle/psr7.git",
  202. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  207. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "php": "^7.2.5 || ^8.0",
  212. "psr/http-factory": "^1.0",
  213. "psr/http-message": "^1.0",
  214. "ralouphie/getallheaders": "^3.0"
  215. },
  216. "provide": {
  217. "psr/http-factory-implementation": "1.0",
  218. "psr/http-message-implementation": "1.0"
  219. },
  220. "require-dev": {
  221. "bamarni/composer-bin-plugin": "^1.4.1",
  222. "http-interop/http-factory-tests": "^0.9",
  223. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  224. },
  225. "suggest": {
  226. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  227. },
  228. "type": "library",
  229. "extra": {
  230. "branch-alias": {
  231. "dev-master": "2.1-dev"
  232. }
  233. },
  234. "autoload": {
  235. "psr-4": {
  236. "GuzzleHttp\\Psr7\\": "src/"
  237. }
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "MIT"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Graham Campbell",
  246. "email": "hello@gjcampbell.co.uk",
  247. "homepage": "https://github.com/GrahamCampbell"
  248. },
  249. {
  250. "name": "Michael Dowling",
  251. "email": "mtdowling@gmail.com",
  252. "homepage": "https://github.com/mtdowling"
  253. },
  254. {
  255. "name": "George Mponos",
  256. "email": "gmponos@gmail.com",
  257. "homepage": "https://github.com/gmponos"
  258. },
  259. {
  260. "name": "Tobias Nyholm",
  261. "email": "tobias.nyholm@gmail.com",
  262. "homepage": "https://github.com/Nyholm"
  263. },
  264. {
  265. "name": "Márk Sági-Kazár",
  266. "email": "mark.sagikazar@gmail.com",
  267. "homepage": "https://github.com/sagikazarmark"
  268. },
  269. {
  270. "name": "Tobias Schultze",
  271. "email": "webmaster@tubo-world.de",
  272. "homepage": "https://github.com/Tobion"
  273. },
  274. {
  275. "name": "Márk Sági-Kazár",
  276. "email": "mark.sagikazar@gmail.com",
  277. "homepage": "https://sagikazarmark.hu"
  278. }
  279. ],
  280. "description": "PSR-7 message implementation that also provides common utility methods",
  281. "keywords": [
  282. "http",
  283. "message",
  284. "psr-7",
  285. "request",
  286. "response",
  287. "stream",
  288. "uri",
  289. "url"
  290. ],
  291. "support": {
  292. "issues": "https://github.com/guzzle/psr7/issues",
  293. "source": "https://github.com/guzzle/psr7/tree/2.1.0"
  294. },
  295. "funding": [
  296. {
  297. "url": "https://github.com/GrahamCampbell",
  298. "type": "github"
  299. },
  300. {
  301. "url": "https://github.com/Nyholm",
  302. "type": "github"
  303. },
  304. {
  305. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  306. "type": "tidelift"
  307. }
  308. ],
  309. "time": "2021-10-06T17:43:30+00:00"
  310. },
  311. {
  312. "name": "psr/http-client",
  313. "version": "1.0.1",
  314. "source": {
  315. "type": "git",
  316. "url": "https://github.com/php-fig/http-client.git",
  317. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  318. },
  319. "dist": {
  320. "type": "zip",
  321. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  322. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  323. "shasum": ""
  324. },
  325. "require": {
  326. "php": "^7.0 || ^8.0",
  327. "psr/http-message": "^1.0"
  328. },
  329. "type": "library",
  330. "extra": {
  331. "branch-alias": {
  332. "dev-master": "1.0.x-dev"
  333. }
  334. },
  335. "autoload": {
  336. "psr-4": {
  337. "Psr\\Http\\Client\\": "src/"
  338. }
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "PHP-FIG",
  347. "homepage": "http://www.php-fig.org/"
  348. }
  349. ],
  350. "description": "Common interface for HTTP clients",
  351. "homepage": "https://github.com/php-fig/http-client",
  352. "keywords": [
  353. "http",
  354. "http-client",
  355. "psr",
  356. "psr-18"
  357. ],
  358. "support": {
  359. "source": "https://github.com/php-fig/http-client/tree/master"
  360. },
  361. "time": "2020-06-29T06:28:15+00:00"
  362. },
  363. {
  364. "name": "psr/http-factory",
  365. "version": "1.0.1",
  366. "source": {
  367. "type": "git",
  368. "url": "https://github.com/php-fig/http-factory.git",
  369. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  370. },
  371. "dist": {
  372. "type": "zip",
  373. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  374. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  375. "shasum": ""
  376. },
  377. "require": {
  378. "php": ">=7.0.0",
  379. "psr/http-message": "^1.0"
  380. },
  381. "type": "library",
  382. "extra": {
  383. "branch-alias": {
  384. "dev-master": "1.0.x-dev"
  385. }
  386. },
  387. "autoload": {
  388. "psr-4": {
  389. "Psr\\Http\\Message\\": "src/"
  390. }
  391. },
  392. "notification-url": "https://packagist.org/downloads/",
  393. "license": [
  394. "MIT"
  395. ],
  396. "authors": [
  397. {
  398. "name": "PHP-FIG",
  399. "homepage": "http://www.php-fig.org/"
  400. }
  401. ],
  402. "description": "Common interfaces for PSR-7 HTTP message factories",
  403. "keywords": [
  404. "factory",
  405. "http",
  406. "message",
  407. "psr",
  408. "psr-17",
  409. "psr-7",
  410. "request",
  411. "response"
  412. ],
  413. "support": {
  414. "source": "https://github.com/php-fig/http-factory/tree/master"
  415. },
  416. "time": "2019-04-30T12:38:16+00:00"
  417. },
  418. {
  419. "name": "psr/http-message",
  420. "version": "1.0.1",
  421. "source": {
  422. "type": "git",
  423. "url": "https://github.com/php-fig/http-message.git",
  424. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  425. },
  426. "dist": {
  427. "type": "zip",
  428. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  429. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  430. "shasum": ""
  431. },
  432. "require": {
  433. "php": ">=5.3.0"
  434. },
  435. "type": "library",
  436. "extra": {
  437. "branch-alias": {
  438. "dev-master": "1.0.x-dev"
  439. }
  440. },
  441. "autoload": {
  442. "psr-4": {
  443. "Psr\\Http\\Message\\": "src/"
  444. }
  445. },
  446. "notification-url": "https://packagist.org/downloads/",
  447. "license": [
  448. "MIT"
  449. ],
  450. "authors": [
  451. {
  452. "name": "PHP-FIG",
  453. "homepage": "http://www.php-fig.org/"
  454. }
  455. ],
  456. "description": "Common interface for HTTP messages",
  457. "homepage": "https://github.com/php-fig/http-message",
  458. "keywords": [
  459. "http",
  460. "http-message",
  461. "psr",
  462. "psr-7",
  463. "request",
  464. "response"
  465. ],
  466. "support": {
  467. "source": "https://github.com/php-fig/http-message/tree/master"
  468. },
  469. "time": "2016-08-06T14:39:51+00:00"
  470. },
  471. {
  472. "name": "ralouphie/getallheaders",
  473. "version": "3.0.3",
  474. "source": {
  475. "type": "git",
  476. "url": "https://github.com/ralouphie/getallheaders.git",
  477. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  478. },
  479. "dist": {
  480. "type": "zip",
  481. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  482. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  483. "shasum": ""
  484. },
  485. "require": {
  486. "php": ">=5.6"
  487. },
  488. "require-dev": {
  489. "php-coveralls/php-coveralls": "^2.1",
  490. "phpunit/phpunit": "^5 || ^6.5"
  491. },
  492. "type": "library",
  493. "autoload": {
  494. "files": [
  495. "src/getallheaders.php"
  496. ]
  497. },
  498. "notification-url": "https://packagist.org/downloads/",
  499. "license": [
  500. "MIT"
  501. ],
  502. "authors": [
  503. {
  504. "name": "Ralph Khattar",
  505. "email": "ralph.khattar@gmail.com"
  506. }
  507. ],
  508. "description": "A polyfill for getallheaders.",
  509. "support": {
  510. "issues": "https://github.com/ralouphie/getallheaders/issues",
  511. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  512. },
  513. "time": "2019-03-08T08:55:37+00:00"
  514. }
  515. ],
  516. "packages-dev": [],
  517. "aliases": [],
  518. "minimum-stability": "stable",
  519. "stability-flags": [],
  520. "prefer-stable": false,
  521. "prefer-lowest": false,
  522. "platform": [],
  523. "platform-dev": [],
  524. "plugin-api-version": "2.1.0"
  525. }