composer.lock 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124
  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": "d4652fb64c6454d44831b6b9d2f2b49d",
  8. "packages": [
  9. {
  10. "name": "aws/aws-crt-php",
  11. "version": "v1.2.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/awslabs/aws-crt-php.git",
  15. "reference": "a63485b65b6b3367039306496d49737cf1995408"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/a63485b65b6b3367039306496d49737cf1995408",
  20. "reference": "a63485b65b6b3367039306496d49737cf1995408",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.5"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
  28. "yoast/phpunit-polyfills": "^1.0"
  29. },
  30. "suggest": {
  31. "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "classmap": [
  36. "src/"
  37. ]
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "Apache-2.0"
  42. ],
  43. "authors": [
  44. {
  45. "name": "AWS SDK Common Runtime Team",
  46. "email": "aws-sdk-common-runtime@amazon.com"
  47. }
  48. ],
  49. "description": "AWS Common Runtime for PHP",
  50. "homepage": "https://github.com/awslabs/aws-crt-php",
  51. "keywords": [
  52. "amazon",
  53. "aws",
  54. "crt",
  55. "sdk"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/awslabs/aws-crt-php/issues",
  59. "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.6"
  60. },
  61. "time": "2024-06-13T17:21:28+00:00"
  62. },
  63. {
  64. "name": "aws/aws-sdk-php",
  65. "version": "3.278.3",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/aws/aws-sdk-php.git",
  69. "reference": "596534c0627d8b38597061341e99b460437d1a16"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/596534c0627d8b38597061341e99b460437d1a16",
  74. "reference": "596534c0627d8b38597061341e99b460437d1a16",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "aws/aws-crt-php": "^1.0.4",
  79. "ext-json": "*",
  80. "ext-pcre": "*",
  81. "ext-simplexml": "*",
  82. "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
  83. "guzzlehttp/promises": "^1.4.0",
  84. "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
  85. "mtdowling/jmespath.php": "^2.6",
  86. "php": ">=5.5",
  87. "psr/http-message": "^1.0"
  88. },
  89. "require-dev": {
  90. "andrewsville/php-token-reflection": "^1.4",
  91. "aws/aws-php-sns-message-validator": "~1.0",
  92. "behat/behat": "~3.0",
  93. "composer/composer": "^1.10.22",
  94. "dms/phpunit-arraysubset-asserts": "^0.4.0",
  95. "doctrine/cache": "~1.4",
  96. "ext-dom": "*",
  97. "ext-openssl": "*",
  98. "ext-pcntl": "*",
  99. "ext-sockets": "*",
  100. "nette/neon": "^2.3",
  101. "paragonie/random_compat": ">= 2",
  102. "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
  103. "psr/cache": "^1.0",
  104. "psr/simple-cache": "^1.0",
  105. "sebastian/comparator": "^1.2.3 || ^4.0",
  106. "yoast/phpunit-polyfills": "^1.0"
  107. },
  108. "suggest": {
  109. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  110. "doctrine/cache": "To use the DoctrineCacheAdapter",
  111. "ext-curl": "To send requests using cURL",
  112. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  113. "ext-sockets": "To use client-side monitoring"
  114. },
  115. "type": "library",
  116. "extra": {
  117. "branch-alias": {
  118. "dev-master": "3.0-dev"
  119. }
  120. },
  121. "autoload": {
  122. "files": [
  123. "src/functions.php"
  124. ],
  125. "psr-4": {
  126. "Aws\\": "src/"
  127. }
  128. },
  129. "notification-url": "https://packagist.org/downloads/",
  130. "license": [
  131. "Apache-2.0"
  132. ],
  133. "authors": [
  134. {
  135. "name": "Amazon Web Services",
  136. "homepage": "http://aws.amazon.com"
  137. }
  138. ],
  139. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  140. "homepage": "http://aws.amazon.com/sdkforphp",
  141. "keywords": [
  142. "amazon",
  143. "aws",
  144. "cloud",
  145. "dynamodb",
  146. "ec2",
  147. "glacier",
  148. "s3",
  149. "sdk"
  150. ],
  151. "support": {
  152. "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
  153. "issues": "https://github.com/aws/aws-sdk-php/issues",
  154. "source": "https://github.com/aws/aws-sdk-php/tree/3.278.3"
  155. },
  156. "time": "2023-08-15T18:07:55+00:00"
  157. },
  158. {
  159. "name": "guzzlehttp/guzzle",
  160. "version": "6.5.8",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/guzzle/guzzle.git",
  164. "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
  169. "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "ext-json": "*",
  174. "guzzlehttp/promises": "^1.0",
  175. "guzzlehttp/psr7": "^1.9",
  176. "php": ">=5.5",
  177. "symfony/polyfill-intl-idn": "^1.17"
  178. },
  179. "require-dev": {
  180. "ext-curl": "*",
  181. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  182. "psr/log": "^1.1"
  183. },
  184. "suggest": {
  185. "psr/log": "Required for using the Log middleware"
  186. },
  187. "type": "library",
  188. "extra": {
  189. "branch-alias": {
  190. "dev-master": "6.5-dev"
  191. }
  192. },
  193. "autoload": {
  194. "files": [
  195. "src/functions_include.php"
  196. ],
  197. "psr-4": {
  198. "GuzzleHttp\\": "src/"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "MIT"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Graham Campbell",
  208. "email": "hello@gjcampbell.co.uk",
  209. "homepage": "https://github.com/GrahamCampbell"
  210. },
  211. {
  212. "name": "Michael Dowling",
  213. "email": "mtdowling@gmail.com",
  214. "homepage": "https://github.com/mtdowling"
  215. },
  216. {
  217. "name": "Jeremy Lindblom",
  218. "email": "jeremeamia@gmail.com",
  219. "homepage": "https://github.com/jeremeamia"
  220. },
  221. {
  222. "name": "George Mponos",
  223. "email": "gmponos@gmail.com",
  224. "homepage": "https://github.com/gmponos"
  225. },
  226. {
  227. "name": "Tobias Nyholm",
  228. "email": "tobias.nyholm@gmail.com",
  229. "homepage": "https://github.com/Nyholm"
  230. },
  231. {
  232. "name": "Márk Sági-Kazár",
  233. "email": "mark.sagikazar@gmail.com",
  234. "homepage": "https://github.com/sagikazarmark"
  235. },
  236. {
  237. "name": "Tobias Schultze",
  238. "email": "webmaster@tubo-world.de",
  239. "homepage": "https://github.com/Tobion"
  240. }
  241. ],
  242. "description": "Guzzle is a PHP HTTP client library",
  243. "homepage": "http://guzzlephp.org/",
  244. "keywords": [
  245. "client",
  246. "curl",
  247. "framework",
  248. "http",
  249. "http client",
  250. "rest",
  251. "web service"
  252. ],
  253. "support": {
  254. "issues": "https://github.com/guzzle/guzzle/issues",
  255. "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
  256. },
  257. "funding": [
  258. {
  259. "url": "https://github.com/GrahamCampbell",
  260. "type": "github"
  261. },
  262. {
  263. "url": "https://github.com/Nyholm",
  264. "type": "github"
  265. },
  266. {
  267. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  268. "type": "tidelift"
  269. }
  270. ],
  271. "time": "2022-06-20T22:16:07+00:00"
  272. },
  273. {
  274. "name": "guzzlehttp/promises",
  275. "version": "1.5.3",
  276. "source": {
  277. "type": "git",
  278. "url": "https://github.com/guzzle/promises.git",
  279. "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
  280. },
  281. "dist": {
  282. "type": "zip",
  283. "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
  284. "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
  285. "shasum": ""
  286. },
  287. "require": {
  288. "php": ">=5.5"
  289. },
  290. "require-dev": {
  291. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  292. },
  293. "type": "library",
  294. "autoload": {
  295. "files": [
  296. "src/functions_include.php"
  297. ],
  298. "psr-4": {
  299. "GuzzleHttp\\Promise\\": "src/"
  300. }
  301. },
  302. "notification-url": "https://packagist.org/downloads/",
  303. "license": [
  304. "MIT"
  305. ],
  306. "authors": [
  307. {
  308. "name": "Graham Campbell",
  309. "email": "hello@gjcampbell.co.uk",
  310. "homepage": "https://github.com/GrahamCampbell"
  311. },
  312. {
  313. "name": "Michael Dowling",
  314. "email": "mtdowling@gmail.com",
  315. "homepage": "https://github.com/mtdowling"
  316. },
  317. {
  318. "name": "Tobias Nyholm",
  319. "email": "tobias.nyholm@gmail.com",
  320. "homepage": "https://github.com/Nyholm"
  321. },
  322. {
  323. "name": "Tobias Schultze",
  324. "email": "webmaster@tubo-world.de",
  325. "homepage": "https://github.com/Tobion"
  326. }
  327. ],
  328. "description": "Guzzle promises library",
  329. "keywords": [
  330. "promise"
  331. ],
  332. "support": {
  333. "issues": "https://github.com/guzzle/promises/issues",
  334. "source": "https://github.com/guzzle/promises/tree/1.5.3"
  335. },
  336. "funding": [
  337. {
  338. "url": "https://github.com/GrahamCampbell",
  339. "type": "github"
  340. },
  341. {
  342. "url": "https://github.com/Nyholm",
  343. "type": "github"
  344. },
  345. {
  346. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  347. "type": "tidelift"
  348. }
  349. ],
  350. "time": "2023-05-21T12:31:43+00:00"
  351. },
  352. {
  353. "name": "guzzlehttp/psr7",
  354. "version": "1.9.1",
  355. "source": {
  356. "type": "git",
  357. "url": "https://github.com/guzzle/psr7.git",
  358. "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
  359. },
  360. "dist": {
  361. "type": "zip",
  362. "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
  363. "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
  364. "shasum": ""
  365. },
  366. "require": {
  367. "php": ">=5.4.0",
  368. "psr/http-message": "~1.0",
  369. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  370. },
  371. "provide": {
  372. "psr/http-message-implementation": "1.0"
  373. },
  374. "require-dev": {
  375. "ext-zlib": "*",
  376. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  377. },
  378. "suggest": {
  379. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  380. },
  381. "type": "library",
  382. "autoload": {
  383. "files": [
  384. "src/functions_include.php"
  385. ],
  386. "psr-4": {
  387. "GuzzleHttp\\Psr7\\": "src/"
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "MIT"
  393. ],
  394. "authors": [
  395. {
  396. "name": "Graham Campbell",
  397. "email": "hello@gjcampbell.co.uk",
  398. "homepage": "https://github.com/GrahamCampbell"
  399. },
  400. {
  401. "name": "Michael Dowling",
  402. "email": "mtdowling@gmail.com",
  403. "homepage": "https://github.com/mtdowling"
  404. },
  405. {
  406. "name": "George Mponos",
  407. "email": "gmponos@gmail.com",
  408. "homepage": "https://github.com/gmponos"
  409. },
  410. {
  411. "name": "Tobias Nyholm",
  412. "email": "tobias.nyholm@gmail.com",
  413. "homepage": "https://github.com/Nyholm"
  414. },
  415. {
  416. "name": "Márk Sági-Kazár",
  417. "email": "mark.sagikazar@gmail.com",
  418. "homepage": "https://github.com/sagikazarmark"
  419. },
  420. {
  421. "name": "Tobias Schultze",
  422. "email": "webmaster@tubo-world.de",
  423. "homepage": "https://github.com/Tobion"
  424. }
  425. ],
  426. "description": "PSR-7 message implementation that also provides common utility methods",
  427. "keywords": [
  428. "http",
  429. "message",
  430. "psr-7",
  431. "request",
  432. "response",
  433. "stream",
  434. "uri",
  435. "url"
  436. ],
  437. "support": {
  438. "issues": "https://github.com/guzzle/psr7/issues",
  439. "source": "https://github.com/guzzle/psr7/tree/1.9.1"
  440. },
  441. "funding": [
  442. {
  443. "url": "https://github.com/GrahamCampbell",
  444. "type": "github"
  445. },
  446. {
  447. "url": "https://github.com/Nyholm",
  448. "type": "github"
  449. },
  450. {
  451. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  452. "type": "tidelift"
  453. }
  454. ],
  455. "time": "2023-04-17T16:00:37+00:00"
  456. },
  457. {
  458. "name": "mtdowling/jmespath.php",
  459. "version": "2.6.1",
  460. "source": {
  461. "type": "git",
  462. "url": "https://github.com/jmespath/jmespath.php.git",
  463. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
  464. },
  465. "dist": {
  466. "type": "zip",
  467. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  468. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  469. "shasum": ""
  470. },
  471. "require": {
  472. "php": "^5.4 || ^7.0 || ^8.0",
  473. "symfony/polyfill-mbstring": "^1.17"
  474. },
  475. "require-dev": {
  476. "composer/xdebug-handler": "^1.4 || ^2.0",
  477. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  478. },
  479. "bin": [
  480. "bin/jp.php"
  481. ],
  482. "type": "library",
  483. "extra": {
  484. "branch-alias": {
  485. "dev-master": "2.6-dev"
  486. }
  487. },
  488. "autoload": {
  489. "files": [
  490. "src/JmesPath.php"
  491. ],
  492. "psr-4": {
  493. "JmesPath\\": "src/"
  494. }
  495. },
  496. "notification-url": "https://packagist.org/downloads/",
  497. "license": [
  498. "MIT"
  499. ],
  500. "authors": [
  501. {
  502. "name": "Michael Dowling",
  503. "email": "mtdowling@gmail.com",
  504. "homepage": "https://github.com/mtdowling"
  505. }
  506. ],
  507. "description": "Declaratively specify how to extract elements from a JSON document",
  508. "keywords": [
  509. "json",
  510. "jsonpath"
  511. ],
  512. "support": {
  513. "issues": "https://github.com/jmespath/jmespath.php/issues",
  514. "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
  515. },
  516. "time": "2021-06-14T00:11:39+00:00"
  517. },
  518. {
  519. "name": "paragonie/random_compat",
  520. "version": "v9.99.100",
  521. "source": {
  522. "type": "git",
  523. "url": "https://github.com/paragonie/random_compat.git",
  524. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  525. },
  526. "dist": {
  527. "type": "zip",
  528. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  529. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  530. "shasum": ""
  531. },
  532. "require": {
  533. "php": ">= 7"
  534. },
  535. "require-dev": {
  536. "phpunit/phpunit": "4.*|5.*",
  537. "vimeo/psalm": "^1"
  538. },
  539. "suggest": {
  540. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  541. },
  542. "type": "library",
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "Paragon Initiative Enterprises",
  550. "email": "security@paragonie.com",
  551. "homepage": "https://paragonie.com"
  552. }
  553. ],
  554. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  555. "keywords": [
  556. "csprng",
  557. "polyfill",
  558. "pseudorandom",
  559. "random"
  560. ],
  561. "support": {
  562. "email": "info@paragonie.com",
  563. "issues": "https://github.com/paragonie/random_compat/issues",
  564. "source": "https://github.com/paragonie/random_compat"
  565. },
  566. "time": "2020-10-15T08:29:30+00:00"
  567. },
  568. {
  569. "name": "psr/http-message",
  570. "version": "1.0.1",
  571. "source": {
  572. "type": "git",
  573. "url": "https://github.com/php-fig/http-message.git",
  574. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  575. },
  576. "dist": {
  577. "type": "zip",
  578. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  579. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  580. "shasum": ""
  581. },
  582. "require": {
  583. "php": ">=5.3.0"
  584. },
  585. "type": "library",
  586. "extra": {
  587. "branch-alias": {
  588. "dev-master": "1.0.x-dev"
  589. }
  590. },
  591. "autoload": {
  592. "psr-4": {
  593. "Psr\\Http\\Message\\": "src/"
  594. }
  595. },
  596. "notification-url": "https://packagist.org/downloads/",
  597. "license": [
  598. "MIT"
  599. ],
  600. "authors": [
  601. {
  602. "name": "PHP-FIG",
  603. "homepage": "http://www.php-fig.org/"
  604. }
  605. ],
  606. "description": "Common interface for HTTP messages",
  607. "homepage": "https://github.com/php-fig/http-message",
  608. "keywords": [
  609. "http",
  610. "http-message",
  611. "psr",
  612. "psr-7",
  613. "request",
  614. "response"
  615. ],
  616. "support": {
  617. "source": "https://github.com/php-fig/http-message/tree/master"
  618. },
  619. "time": "2016-08-06T14:39:51+00:00"
  620. },
  621. {
  622. "name": "ralouphie/getallheaders",
  623. "version": "3.0.3",
  624. "source": {
  625. "type": "git",
  626. "url": "https://github.com/ralouphie/getallheaders.git",
  627. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  628. },
  629. "dist": {
  630. "type": "zip",
  631. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  632. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  633. "shasum": ""
  634. },
  635. "require": {
  636. "php": ">=5.6"
  637. },
  638. "require-dev": {
  639. "php-coveralls/php-coveralls": "^2.1",
  640. "phpunit/phpunit": "^5 || ^6.5"
  641. },
  642. "type": "library",
  643. "autoload": {
  644. "files": [
  645. "src/getallheaders.php"
  646. ]
  647. },
  648. "notification-url": "https://packagist.org/downloads/",
  649. "license": [
  650. "MIT"
  651. ],
  652. "authors": [
  653. {
  654. "name": "Ralph Khattar",
  655. "email": "ralph.khattar@gmail.com"
  656. }
  657. ],
  658. "description": "A polyfill for getallheaders.",
  659. "support": {
  660. "issues": "https://github.com/ralouphie/getallheaders/issues",
  661. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  662. },
  663. "time": "2019-03-08T08:55:37+00:00"
  664. },
  665. {
  666. "name": "symfony/polyfill-intl-idn",
  667. "version": "v1.19.0",
  668. "source": {
  669. "type": "git",
  670. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  671. "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826"
  672. },
  673. "dist": {
  674. "type": "zip",
  675. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826",
  676. "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826",
  677. "shasum": ""
  678. },
  679. "require": {
  680. "php": ">=5.3.3",
  681. "symfony/polyfill-intl-normalizer": "^1.10",
  682. "symfony/polyfill-php70": "^1.10",
  683. "symfony/polyfill-php72": "^1.10"
  684. },
  685. "suggest": {
  686. "ext-intl": "For best performance"
  687. },
  688. "type": "library",
  689. "extra": {
  690. "branch-alias": {
  691. "dev-main": "1.19-dev"
  692. },
  693. "thanks": {
  694. "name": "symfony/polyfill",
  695. "url": "https://github.com/symfony/polyfill"
  696. }
  697. },
  698. "autoload": {
  699. "files": [
  700. "bootstrap.php"
  701. ],
  702. "psr-4": {
  703. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  704. }
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "MIT"
  709. ],
  710. "authors": [
  711. {
  712. "name": "Laurent Bassin",
  713. "email": "laurent@bassin.info"
  714. },
  715. {
  716. "name": "Trevor Rowbotham",
  717. "email": "trevor.rowbotham@pm.me"
  718. },
  719. {
  720. "name": "Symfony Community",
  721. "homepage": "https://symfony.com/contributors"
  722. }
  723. ],
  724. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  725. "homepage": "https://symfony.com",
  726. "keywords": [
  727. "compatibility",
  728. "idn",
  729. "intl",
  730. "polyfill",
  731. "portable",
  732. "shim"
  733. ],
  734. "support": {
  735. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.19.0"
  736. },
  737. "funding": [
  738. {
  739. "url": "https://symfony.com/sponsor",
  740. "type": "custom"
  741. },
  742. {
  743. "url": "https://github.com/fabpot",
  744. "type": "github"
  745. },
  746. {
  747. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  748. "type": "tidelift"
  749. }
  750. ],
  751. "time": "2020-10-21T09:57:48+00:00"
  752. },
  753. {
  754. "name": "symfony/polyfill-intl-normalizer",
  755. "version": "v1.19.0",
  756. "source": {
  757. "type": "git",
  758. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  759. "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27"
  760. },
  761. "dist": {
  762. "type": "zip",
  763. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27",
  764. "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27",
  765. "shasum": ""
  766. },
  767. "require": {
  768. "php": ">=5.3.3"
  769. },
  770. "suggest": {
  771. "ext-intl": "For best performance"
  772. },
  773. "type": "library",
  774. "extra": {
  775. "branch-alias": {
  776. "dev-main": "1.19-dev"
  777. },
  778. "thanks": {
  779. "name": "symfony/polyfill",
  780. "url": "https://github.com/symfony/polyfill"
  781. }
  782. },
  783. "autoload": {
  784. "files": [
  785. "bootstrap.php"
  786. ],
  787. "psr-4": {
  788. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  789. },
  790. "classmap": [
  791. "Resources/stubs"
  792. ]
  793. },
  794. "notification-url": "https://packagist.org/downloads/",
  795. "license": [
  796. "MIT"
  797. ],
  798. "authors": [
  799. {
  800. "name": "Nicolas Grekas",
  801. "email": "p@tchwork.com"
  802. },
  803. {
  804. "name": "Symfony Community",
  805. "homepage": "https://symfony.com/contributors"
  806. }
  807. ],
  808. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  809. "homepage": "https://symfony.com",
  810. "keywords": [
  811. "compatibility",
  812. "intl",
  813. "normalizer",
  814. "polyfill",
  815. "portable",
  816. "shim"
  817. ],
  818. "support": {
  819. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.19.0"
  820. },
  821. "funding": [
  822. {
  823. "url": "https://symfony.com/sponsor",
  824. "type": "custom"
  825. },
  826. {
  827. "url": "https://github.com/fabpot",
  828. "type": "github"
  829. },
  830. {
  831. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  832. "type": "tidelift"
  833. }
  834. ],
  835. "time": "2020-10-23T09:01:57+00:00"
  836. },
  837. {
  838. "name": "symfony/polyfill-mbstring",
  839. "version": "v1.19.0",
  840. "source": {
  841. "type": "git",
  842. "url": "https://github.com/symfony/polyfill-mbstring.git",
  843. "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
  844. },
  845. "dist": {
  846. "type": "zip",
  847. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  848. "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
  849. "shasum": ""
  850. },
  851. "require": {
  852. "php": ">=5.3.3"
  853. },
  854. "suggest": {
  855. "ext-mbstring": "For best performance"
  856. },
  857. "type": "library",
  858. "extra": {
  859. "branch-alias": {
  860. "dev-main": "1.19-dev"
  861. },
  862. "thanks": {
  863. "name": "symfony/polyfill",
  864. "url": "https://github.com/symfony/polyfill"
  865. }
  866. },
  867. "autoload": {
  868. "files": [
  869. "bootstrap.php"
  870. ],
  871. "psr-4": {
  872. "Symfony\\Polyfill\\Mbstring\\": ""
  873. }
  874. },
  875. "notification-url": "https://packagist.org/downloads/",
  876. "license": [
  877. "MIT"
  878. ],
  879. "authors": [
  880. {
  881. "name": "Nicolas Grekas",
  882. "email": "p@tchwork.com"
  883. },
  884. {
  885. "name": "Symfony Community",
  886. "homepage": "https://symfony.com/contributors"
  887. }
  888. ],
  889. "description": "Symfony polyfill for the Mbstring extension",
  890. "homepage": "https://symfony.com",
  891. "keywords": [
  892. "compatibility",
  893. "mbstring",
  894. "polyfill",
  895. "portable",
  896. "shim"
  897. ],
  898. "support": {
  899. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
  900. },
  901. "funding": [
  902. {
  903. "url": "https://symfony.com/sponsor",
  904. "type": "custom"
  905. },
  906. {
  907. "url": "https://github.com/fabpot",
  908. "type": "github"
  909. },
  910. {
  911. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  912. "type": "tidelift"
  913. }
  914. ],
  915. "time": "2020-10-23T09:01:57+00:00"
  916. },
  917. {
  918. "name": "symfony/polyfill-php70",
  919. "version": "v1.19.0",
  920. "source": {
  921. "type": "git",
  922. "url": "https://github.com/symfony/polyfill-php70.git",
  923. "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e"
  924. },
  925. "dist": {
  926. "type": "zip",
  927. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
  928. "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
  929. "shasum": ""
  930. },
  931. "require": {
  932. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  933. "php": ">=5.3.3"
  934. },
  935. "type": "library",
  936. "extra": {
  937. "branch-alias": {
  938. "dev-main": "1.19-dev"
  939. },
  940. "thanks": {
  941. "name": "symfony/polyfill",
  942. "url": "https://github.com/symfony/polyfill"
  943. }
  944. },
  945. "autoload": {
  946. "files": [
  947. "bootstrap.php"
  948. ],
  949. "psr-4": {
  950. "Symfony\\Polyfill\\Php70\\": ""
  951. },
  952. "classmap": [
  953. "Resources/stubs"
  954. ]
  955. },
  956. "notification-url": "https://packagist.org/downloads/",
  957. "license": [
  958. "MIT"
  959. ],
  960. "authors": [
  961. {
  962. "name": "Nicolas Grekas",
  963. "email": "p@tchwork.com"
  964. },
  965. {
  966. "name": "Symfony Community",
  967. "homepage": "https://symfony.com/contributors"
  968. }
  969. ],
  970. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  971. "homepage": "https://symfony.com",
  972. "keywords": [
  973. "compatibility",
  974. "polyfill",
  975. "portable",
  976. "shim"
  977. ],
  978. "support": {
  979. "source": "https://github.com/symfony/polyfill-php70/tree/v1.19.0"
  980. },
  981. "funding": [
  982. {
  983. "url": "https://symfony.com/sponsor",
  984. "type": "custom"
  985. },
  986. {
  987. "url": "https://github.com/fabpot",
  988. "type": "github"
  989. },
  990. {
  991. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  992. "type": "tidelift"
  993. }
  994. ],
  995. "time": "2020-10-23T09:01:57+00:00"
  996. },
  997. {
  998. "name": "symfony/polyfill-php72",
  999. "version": "v1.19.0",
  1000. "source": {
  1001. "type": "git",
  1002. "url": "https://github.com/symfony/polyfill-php72.git",
  1003. "reference": "beecef6b463b06954638f02378f52496cb84bacc"
  1004. },
  1005. "dist": {
  1006. "type": "zip",
  1007. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc",
  1008. "reference": "beecef6b463b06954638f02378f52496cb84bacc",
  1009. "shasum": ""
  1010. },
  1011. "require": {
  1012. "php": ">=5.3.3"
  1013. },
  1014. "type": "library",
  1015. "extra": {
  1016. "branch-alias": {
  1017. "dev-main": "1.19-dev"
  1018. },
  1019. "thanks": {
  1020. "name": "symfony/polyfill",
  1021. "url": "https://github.com/symfony/polyfill"
  1022. }
  1023. },
  1024. "autoload": {
  1025. "files": [
  1026. "bootstrap.php"
  1027. ],
  1028. "psr-4": {
  1029. "Symfony\\Polyfill\\Php72\\": ""
  1030. }
  1031. },
  1032. "notification-url": "https://packagist.org/downloads/",
  1033. "license": [
  1034. "MIT"
  1035. ],
  1036. "authors": [
  1037. {
  1038. "name": "Nicolas Grekas",
  1039. "email": "p@tchwork.com"
  1040. },
  1041. {
  1042. "name": "Symfony Community",
  1043. "homepage": "https://symfony.com/contributors"
  1044. }
  1045. ],
  1046. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1047. "homepage": "https://symfony.com",
  1048. "keywords": [
  1049. "compatibility",
  1050. "polyfill",
  1051. "portable",
  1052. "shim"
  1053. ],
  1054. "support": {
  1055. "source": "https://github.com/symfony/polyfill-php72/tree/v1.19.0"
  1056. },
  1057. "funding": [
  1058. {
  1059. "url": "https://symfony.com/sponsor",
  1060. "type": "custom"
  1061. },
  1062. {
  1063. "url": "https://github.com/fabpot",
  1064. "type": "github"
  1065. },
  1066. {
  1067. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1068. "type": "tidelift"
  1069. }
  1070. ],
  1071. "time": "2020-10-23T09:01:57+00:00"
  1072. },
  1073. {
  1074. "name": "topthink/think-installer",
  1075. "version": "v2.0.5",
  1076. "source": {
  1077. "type": "git",
  1078. "url": "https://github.com/top-think/think-installer.git",
  1079. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
  1080. },
  1081. "dist": {
  1082. "type": "zip",
  1083. "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
  1084. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
  1085. "shasum": ""
  1086. },
  1087. "require": {
  1088. "composer-plugin-api": "^1.0||^2.0"
  1089. },
  1090. "require-dev": {
  1091. "composer/composer": "^1.0||^2.0"
  1092. },
  1093. "type": "composer-plugin",
  1094. "extra": {
  1095. "class": "think\\composer\\Plugin"
  1096. },
  1097. "autoload": {
  1098. "psr-4": {
  1099. "think\\composer\\": "src"
  1100. }
  1101. },
  1102. "notification-url": "https://packagist.org/downloads/",
  1103. "license": [
  1104. "Apache-2.0"
  1105. ],
  1106. "authors": [
  1107. {
  1108. "name": "yunwuxin",
  1109. "email": "448901948@qq.com"
  1110. }
  1111. ],
  1112. "time": "2021-01-14T12:12:14+00:00"
  1113. }
  1114. ],
  1115. "packages-dev": [],
  1116. "aliases": [],
  1117. "minimum-stability": "stable",
  1118. "stability-flags": [],
  1119. "prefer-stable": false,
  1120. "prefer-lowest": false,
  1121. "platform": [],
  1122. "platform-dev": [],
  1123. "plugin-api-version": "2.2.0"
  1124. }