composer.lock 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485
  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": "9aad98217e62f09af496b646ee0b5cff",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v6.10.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
  20. "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.4||^8.0"
  25. },
  26. "require-dev": {
  27. "guzzlehttp/guzzle": "^6.5||^7.4",
  28. "phpspec/prophecy-phpunit": "^2.0",
  29. "phpunit/phpunit": "^9.5",
  30. "psr/cache": "^1.0||^2.0",
  31. "psr/http-client": "^1.0",
  32. "psr/http-factory": "^1.0"
  33. },
  34. "suggest": {
  35. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  36. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  37. },
  38. "type": "library",
  39. "autoload": {
  40. "psr-4": {
  41. "Firebase\\JWT\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "BSD-3-Clause"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Neuman Vong",
  51. "email": "neuman+pear@twilio.com",
  52. "role": "Developer"
  53. },
  54. {
  55. "name": "Anant Narayanan",
  56. "email": "anant@php.net",
  57. "role": "Developer"
  58. }
  59. ],
  60. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  61. "homepage": "https://github.com/firebase/php-jwt",
  62. "keywords": [
  63. "jwt",
  64. "php"
  65. ],
  66. "support": {
  67. "issues": "https://github.com/firebase/php-jwt/issues",
  68. "source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
  69. },
  70. "time": "2023-12-01T16:26:39+00:00"
  71. },
  72. {
  73. "name": "giggsey/libphonenumber-for-php",
  74. "version": "8.13.28",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/giggsey/libphonenumber-for-php.git",
  78. "reference": "f508ab946a60c1470c92e33cfc0393a0d580b9a1"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/f508ab946a60c1470c92e33cfc0393a0d580b9a1",
  83. "reference": "f508ab946a60c1470c92e33cfc0393a0d580b9a1",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "giggsey/locale": "^1.7|^2.0",
  88. "php": ">=5.3.2",
  89. "symfony/polyfill-mbstring": "^1.17"
  90. },
  91. "require-dev": {
  92. "pear/pear-core-minimal": "^1.9",
  93. "pear/pear_exception": "^1.0",
  94. "pear/versioncontrol_git": "^0.5",
  95. "phing/phing": "^2.7",
  96. "php-coveralls/php-coveralls": "^1.0|^2.0",
  97. "symfony/console": "^2.8|^3.0|^v4.4|^v5.2",
  98. "symfony/phpunit-bridge": "^4.2 || ^5"
  99. },
  100. "type": "library",
  101. "extra": {
  102. "branch-alias": {
  103. "dev-master": "8.x-dev"
  104. }
  105. },
  106. "autoload": {
  107. "psr-4": {
  108. "libphonenumber\\": "src/"
  109. },
  110. "exclude-from-classmap": [
  111. "/src/data/",
  112. "/src/carrier/data/",
  113. "/src/geocoding/data/",
  114. "/src/timezone/data/"
  115. ]
  116. },
  117. "notification-url": "https://packagist.org/downloads/",
  118. "license": [
  119. "Apache-2.0"
  120. ],
  121. "authors": [
  122. {
  123. "name": "Joshua Gigg",
  124. "email": "giggsey@gmail.com",
  125. "homepage": "https://giggsey.com/"
  126. }
  127. ],
  128. "description": "PHP Port of Google's libphonenumber",
  129. "homepage": "https://github.com/giggsey/libphonenumber-for-php",
  130. "keywords": [
  131. "geocoding",
  132. "geolocation",
  133. "libphonenumber",
  134. "mobile",
  135. "phonenumber",
  136. "validation"
  137. ],
  138. "support": {
  139. "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
  140. "source": "https://github.com/giggsey/libphonenumber-for-php"
  141. },
  142. "time": "2024-01-17T08:09:20+00:00"
  143. },
  144. {
  145. "name": "giggsey/locale",
  146. "version": "2.5",
  147. "source": {
  148. "type": "git",
  149. "url": "https://github.com/giggsey/Locale.git",
  150. "reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239"
  151. },
  152. "dist": {
  153. "type": "zip",
  154. "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
  155. "reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
  156. "shasum": ""
  157. },
  158. "require": {
  159. "php": ">=7.2"
  160. },
  161. "require-dev": {
  162. "ext-json": "*",
  163. "pear/pear-core-minimal": "^1.9",
  164. "pear/pear_exception": "^1.0",
  165. "pear/versioncontrol_git": "^0.5",
  166. "phing/phing": "^2.7",
  167. "php-coveralls/php-coveralls": "^2.0",
  168. "phpunit/phpunit": "^8.5|^9.5",
  169. "symfony/console": "^5.0|^6.0",
  170. "symfony/filesystem": "^5.0|^6.0",
  171. "symfony/finder": "^5.0|^6.0",
  172. "symfony/process": "^5.0|^6.0"
  173. },
  174. "type": "library",
  175. "autoload": {
  176. "psr-4": {
  177. "Giggsey\\Locale\\": "src/"
  178. }
  179. },
  180. "notification-url": "https://packagist.org/downloads/",
  181. "license": [
  182. "MIT"
  183. ],
  184. "authors": [
  185. {
  186. "name": "Joshua Gigg",
  187. "email": "giggsey@gmail.com",
  188. "homepage": "https://giggsey.com/"
  189. }
  190. ],
  191. "description": "Locale functions required by libphonenumber-for-php",
  192. "support": {
  193. "issues": "https://github.com/giggsey/Locale/issues",
  194. "source": "https://github.com/giggsey/Locale/tree/2.5"
  195. },
  196. "time": "2023-11-01T17:19:48+00:00"
  197. },
  198. {
  199. "name": "google/apiclient",
  200. "version": "v2.15.3",
  201. "source": {
  202. "type": "git",
  203. "url": "https://github.com/googleapis/google-api-php-client.git",
  204. "reference": "e70273c06d18824de77e114247ae3102f8aec64d"
  205. },
  206. "dist": {
  207. "type": "zip",
  208. "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/e70273c06d18824de77e114247ae3102f8aec64d",
  209. "reference": "e70273c06d18824de77e114247ae3102f8aec64d",
  210. "shasum": ""
  211. },
  212. "require": {
  213. "firebase/php-jwt": "~6.0",
  214. "google/apiclient-services": "~0.200",
  215. "google/auth": "^1.33",
  216. "guzzlehttp/guzzle": "^6.5.8||^7.4.5",
  217. "guzzlehttp/psr7": "^1.8.4||^2.2.1",
  218. "monolog/monolog": "^2.9||^3.0",
  219. "php": "^7.4|^8.0",
  220. "phpseclib/phpseclib": "^3.0.34"
  221. },
  222. "require-dev": {
  223. "cache/filesystem-adapter": "^1.1",
  224. "composer/composer": "^1.10.22",
  225. "phpcompatibility/php-compatibility": "^9.2",
  226. "phpspec/prophecy-phpunit": "^2.0",
  227. "phpunit/phpunit": "^9.5",
  228. "squizlabs/php_codesniffer": "^3.8",
  229. "symfony/css-selector": "~2.1",
  230. "symfony/dom-crawler": "~2.1"
  231. },
  232. "suggest": {
  233. "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
  234. },
  235. "type": "library",
  236. "extra": {
  237. "branch-alias": {
  238. "dev-main": "2.x-dev"
  239. }
  240. },
  241. "autoload": {
  242. "files": [
  243. "src/aliases.php"
  244. ],
  245. "psr-4": {
  246. "Google\\": "src/"
  247. },
  248. "classmap": [
  249. "src/aliases.php"
  250. ]
  251. },
  252. "notification-url": "https://packagist.org/downloads/",
  253. "license": [
  254. "Apache-2.0"
  255. ],
  256. "description": "Client library for Google APIs",
  257. "homepage": "http://developers.google.com/api-client-library/php",
  258. "keywords": [
  259. "google"
  260. ],
  261. "support": {
  262. "issues": "https://github.com/googleapis/google-api-php-client/issues",
  263. "source": "https://github.com/googleapis/google-api-php-client/tree/v2.15.3"
  264. },
  265. "time": "2024-01-04T19:15:22+00:00"
  266. },
  267. {
  268. "name": "google/apiclient-services",
  269. "version": "v0.333.0",
  270. "source": {
  271. "type": "git",
  272. "url": "https://github.com/googleapis/google-api-php-client-services.git",
  273. "reference": "106bbc8620b60a677376d430235844f9f8a8551c"
  274. },
  275. "dist": {
  276. "type": "zip",
  277. "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/106bbc8620b60a677376d430235844f9f8a8551c",
  278. "reference": "106bbc8620b60a677376d430235844f9f8a8551c",
  279. "shasum": ""
  280. },
  281. "require": {
  282. "php": "^7.4||^8.0"
  283. },
  284. "require-dev": {
  285. "phpunit/phpunit": "^5.7||^8.5.13"
  286. },
  287. "type": "library",
  288. "autoload": {
  289. "files": [
  290. "autoload.php"
  291. ],
  292. "psr-4": {
  293. "Google\\Service\\": "src"
  294. }
  295. },
  296. "notification-url": "https://packagist.org/downloads/",
  297. "license": [
  298. "Apache-2.0"
  299. ],
  300. "description": "Client library for Google APIs",
  301. "homepage": "http://developers.google.com/api-client-library/php",
  302. "keywords": [
  303. "google"
  304. ],
  305. "support": {
  306. "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
  307. "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.333.0"
  308. },
  309. "time": "2024-01-21T01:04:15+00:00"
  310. },
  311. {
  312. "name": "google/auth",
  313. "version": "v1.34.0",
  314. "source": {
  315. "type": "git",
  316. "url": "https://github.com/googleapis/google-auth-library-php.git",
  317. "reference": "155daeadfd2f09743f611ea493b828d382519575"
  318. },
  319. "dist": {
  320. "type": "zip",
  321. "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/155daeadfd2f09743f611ea493b828d382519575",
  322. "reference": "155daeadfd2f09743f611ea493b828d382519575",
  323. "shasum": ""
  324. },
  325. "require": {
  326. "firebase/php-jwt": "^6.0",
  327. "guzzlehttp/guzzle": "^6.2.1|^7.0",
  328. "guzzlehttp/psr7": "^2.4.5",
  329. "php": "^7.4||^8.0",
  330. "psr/cache": "^1.0||^2.0||^3.0",
  331. "psr/http-message": "^1.1||^2.0"
  332. },
  333. "require-dev": {
  334. "guzzlehttp/promises": "^2.0",
  335. "kelvinmo/simplejwt": "0.7.1",
  336. "phpseclib/phpseclib": "^3.0",
  337. "phpspec/prophecy-phpunit": "^2.0",
  338. "phpunit/phpunit": "^9.0.0",
  339. "sebastian/comparator": ">=1.2.3",
  340. "squizlabs/php_codesniffer": "^3.5"
  341. },
  342. "suggest": {
  343. "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
  344. },
  345. "type": "library",
  346. "autoload": {
  347. "psr-4": {
  348. "Google\\Auth\\": "src"
  349. }
  350. },
  351. "notification-url": "https://packagist.org/downloads/",
  352. "license": [
  353. "Apache-2.0"
  354. ],
  355. "description": "Google Auth Library for PHP",
  356. "homepage": "http://github.com/google/google-auth-library-php",
  357. "keywords": [
  358. "Authentication",
  359. "google",
  360. "oauth2"
  361. ],
  362. "support": {
  363. "docs": "https://googleapis.github.io/google-auth-library-php/main/",
  364. "issues": "https://github.com/googleapis/google-auth-library-php/issues",
  365. "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.34.0"
  366. },
  367. "time": "2024-01-03T20:45:15+00:00"
  368. },
  369. {
  370. "name": "guzzlehttp/guzzle",
  371. "version": "7.8.1",
  372. "source": {
  373. "type": "git",
  374. "url": "https://github.com/guzzle/guzzle.git",
  375. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
  376. },
  377. "dist": {
  378. "type": "zip",
  379. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
  380. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
  381. "shasum": ""
  382. },
  383. "require": {
  384. "ext-json": "*",
  385. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  386. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  387. "php": "^7.2.5 || ^8.0",
  388. "psr/http-client": "^1.0",
  389. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  390. },
  391. "provide": {
  392. "psr/http-client-implementation": "1.0"
  393. },
  394. "require-dev": {
  395. "bamarni/composer-bin-plugin": "^1.8.2",
  396. "ext-curl": "*",
  397. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  398. "php-http/message-factory": "^1.1",
  399. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  400. "psr/log": "^1.1 || ^2.0 || ^3.0"
  401. },
  402. "suggest": {
  403. "ext-curl": "Required for CURL handler support",
  404. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  405. "psr/log": "Required for using the Log middleware"
  406. },
  407. "type": "library",
  408. "extra": {
  409. "bamarni-bin": {
  410. "bin-links": true,
  411. "forward-command": false
  412. }
  413. },
  414. "autoload": {
  415. "files": [
  416. "src/functions_include.php"
  417. ],
  418. "psr-4": {
  419. "GuzzleHttp\\": "src/"
  420. }
  421. },
  422. "notification-url": "https://packagist.org/downloads/",
  423. "license": [
  424. "MIT"
  425. ],
  426. "authors": [
  427. {
  428. "name": "Graham Campbell",
  429. "email": "hello@gjcampbell.co.uk",
  430. "homepage": "https://github.com/GrahamCampbell"
  431. },
  432. {
  433. "name": "Michael Dowling",
  434. "email": "mtdowling@gmail.com",
  435. "homepage": "https://github.com/mtdowling"
  436. },
  437. {
  438. "name": "Jeremy Lindblom",
  439. "email": "jeremeamia@gmail.com",
  440. "homepage": "https://github.com/jeremeamia"
  441. },
  442. {
  443. "name": "George Mponos",
  444. "email": "gmponos@gmail.com",
  445. "homepage": "https://github.com/gmponos"
  446. },
  447. {
  448. "name": "Tobias Nyholm",
  449. "email": "tobias.nyholm@gmail.com",
  450. "homepage": "https://github.com/Nyholm"
  451. },
  452. {
  453. "name": "Márk Sági-Kazár",
  454. "email": "mark.sagikazar@gmail.com",
  455. "homepage": "https://github.com/sagikazarmark"
  456. },
  457. {
  458. "name": "Tobias Schultze",
  459. "email": "webmaster@tubo-world.de",
  460. "homepage": "https://github.com/Tobion"
  461. }
  462. ],
  463. "description": "Guzzle is a PHP HTTP client library",
  464. "keywords": [
  465. "client",
  466. "curl",
  467. "framework",
  468. "http",
  469. "http client",
  470. "psr-18",
  471. "psr-7",
  472. "rest",
  473. "web service"
  474. ],
  475. "support": {
  476. "issues": "https://github.com/guzzle/guzzle/issues",
  477. "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
  478. },
  479. "funding": [
  480. {
  481. "url": "https://github.com/GrahamCampbell",
  482. "type": "github"
  483. },
  484. {
  485. "url": "https://github.com/Nyholm",
  486. "type": "github"
  487. },
  488. {
  489. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  490. "type": "tidelift"
  491. }
  492. ],
  493. "time": "2023-12-03T20:35:24+00:00"
  494. },
  495. {
  496. "name": "guzzlehttp/promises",
  497. "version": "2.0.2",
  498. "source": {
  499. "type": "git",
  500. "url": "https://github.com/guzzle/promises.git",
  501. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
  502. },
  503. "dist": {
  504. "type": "zip",
  505. "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
  506. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
  507. "shasum": ""
  508. },
  509. "require": {
  510. "php": "^7.2.5 || ^8.0"
  511. },
  512. "require-dev": {
  513. "bamarni/composer-bin-plugin": "^1.8.2",
  514. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  515. },
  516. "type": "library",
  517. "extra": {
  518. "bamarni-bin": {
  519. "bin-links": true,
  520. "forward-command": false
  521. }
  522. },
  523. "autoload": {
  524. "psr-4": {
  525. "GuzzleHttp\\Promise\\": "src/"
  526. }
  527. },
  528. "notification-url": "https://packagist.org/downloads/",
  529. "license": [
  530. "MIT"
  531. ],
  532. "authors": [
  533. {
  534. "name": "Graham Campbell",
  535. "email": "hello@gjcampbell.co.uk",
  536. "homepage": "https://github.com/GrahamCampbell"
  537. },
  538. {
  539. "name": "Michael Dowling",
  540. "email": "mtdowling@gmail.com",
  541. "homepage": "https://github.com/mtdowling"
  542. },
  543. {
  544. "name": "Tobias Nyholm",
  545. "email": "tobias.nyholm@gmail.com",
  546. "homepage": "https://github.com/Nyholm"
  547. },
  548. {
  549. "name": "Tobias Schultze",
  550. "email": "webmaster@tubo-world.de",
  551. "homepage": "https://github.com/Tobion"
  552. }
  553. ],
  554. "description": "Guzzle promises library",
  555. "keywords": [
  556. "promise"
  557. ],
  558. "support": {
  559. "issues": "https://github.com/guzzle/promises/issues",
  560. "source": "https://github.com/guzzle/promises/tree/2.0.2"
  561. },
  562. "funding": [
  563. {
  564. "url": "https://github.com/GrahamCampbell",
  565. "type": "github"
  566. },
  567. {
  568. "url": "https://github.com/Nyholm",
  569. "type": "github"
  570. },
  571. {
  572. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  573. "type": "tidelift"
  574. }
  575. ],
  576. "time": "2023-12-03T20:19:20+00:00"
  577. },
  578. {
  579. "name": "guzzlehttp/psr7",
  580. "version": "2.6.2",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/guzzle/psr7.git",
  584. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
  589. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
  590. "shasum": ""
  591. },
  592. "require": {
  593. "php": "^7.2.5 || ^8.0",
  594. "psr/http-factory": "^1.0",
  595. "psr/http-message": "^1.1 || ^2.0",
  596. "ralouphie/getallheaders": "^3.0"
  597. },
  598. "provide": {
  599. "psr/http-factory-implementation": "1.0",
  600. "psr/http-message-implementation": "1.0"
  601. },
  602. "require-dev": {
  603. "bamarni/composer-bin-plugin": "^1.8.2",
  604. "http-interop/http-factory-tests": "^0.9",
  605. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  606. },
  607. "suggest": {
  608. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  609. },
  610. "type": "library",
  611. "extra": {
  612. "bamarni-bin": {
  613. "bin-links": true,
  614. "forward-command": false
  615. }
  616. },
  617. "autoload": {
  618. "psr-4": {
  619. "GuzzleHttp\\Psr7\\": "src/"
  620. }
  621. },
  622. "notification-url": "https://packagist.org/downloads/",
  623. "license": [
  624. "MIT"
  625. ],
  626. "authors": [
  627. {
  628. "name": "Graham Campbell",
  629. "email": "hello@gjcampbell.co.uk",
  630. "homepage": "https://github.com/GrahamCampbell"
  631. },
  632. {
  633. "name": "Michael Dowling",
  634. "email": "mtdowling@gmail.com",
  635. "homepage": "https://github.com/mtdowling"
  636. },
  637. {
  638. "name": "George Mponos",
  639. "email": "gmponos@gmail.com",
  640. "homepage": "https://github.com/gmponos"
  641. },
  642. {
  643. "name": "Tobias Nyholm",
  644. "email": "tobias.nyholm@gmail.com",
  645. "homepage": "https://github.com/Nyholm"
  646. },
  647. {
  648. "name": "Márk Sági-Kazár",
  649. "email": "mark.sagikazar@gmail.com",
  650. "homepage": "https://github.com/sagikazarmark"
  651. },
  652. {
  653. "name": "Tobias Schultze",
  654. "email": "webmaster@tubo-world.de",
  655. "homepage": "https://github.com/Tobion"
  656. },
  657. {
  658. "name": "Márk Sági-Kazár",
  659. "email": "mark.sagikazar@gmail.com",
  660. "homepage": "https://sagikazarmark.hu"
  661. }
  662. ],
  663. "description": "PSR-7 message implementation that also provides common utility methods",
  664. "keywords": [
  665. "http",
  666. "message",
  667. "psr-7",
  668. "request",
  669. "response",
  670. "stream",
  671. "uri",
  672. "url"
  673. ],
  674. "support": {
  675. "issues": "https://github.com/guzzle/psr7/issues",
  676. "source": "https://github.com/guzzle/psr7/tree/2.6.2"
  677. },
  678. "funding": [
  679. {
  680. "url": "https://github.com/GrahamCampbell",
  681. "type": "github"
  682. },
  683. {
  684. "url": "https://github.com/Nyholm",
  685. "type": "github"
  686. },
  687. {
  688. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  689. "type": "tidelift"
  690. }
  691. ],
  692. "time": "2023-12-03T20:05:35+00:00"
  693. },
  694. {
  695. "name": "monolog/monolog",
  696. "version": "3.5.0",
  697. "source": {
  698. "type": "git",
  699. "url": "https://github.com/Seldaek/monolog.git",
  700. "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
  701. },
  702. "dist": {
  703. "type": "zip",
  704. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
  705. "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
  706. "shasum": ""
  707. },
  708. "require": {
  709. "php": ">=8.1",
  710. "psr/log": "^2.0 || ^3.0"
  711. },
  712. "provide": {
  713. "psr/log-implementation": "3.0.0"
  714. },
  715. "require-dev": {
  716. "aws/aws-sdk-php": "^3.0",
  717. "doctrine/couchdb": "~1.0@dev",
  718. "elasticsearch/elasticsearch": "^7 || ^8",
  719. "ext-json": "*",
  720. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  721. "guzzlehttp/guzzle": "^7.4.5",
  722. "guzzlehttp/psr7": "^2.2",
  723. "mongodb/mongodb": "^1.8",
  724. "php-amqplib/php-amqplib": "~2.4 || ^3",
  725. "phpstan/phpstan": "^1.9",
  726. "phpstan/phpstan-deprecation-rules": "^1.0",
  727. "phpstan/phpstan-strict-rules": "^1.4",
  728. "phpunit/phpunit": "^10.1",
  729. "predis/predis": "^1.1 || ^2",
  730. "ruflin/elastica": "^7",
  731. "symfony/mailer": "^5.4 || ^6",
  732. "symfony/mime": "^5.4 || ^6"
  733. },
  734. "suggest": {
  735. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  736. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  737. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  738. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  739. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  740. "ext-mbstring": "Allow to work properly with unicode symbols",
  741. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  742. "ext-openssl": "Required to send log messages using SSL",
  743. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  744. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  745. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  746. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  747. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  748. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  749. },
  750. "type": "library",
  751. "extra": {
  752. "branch-alias": {
  753. "dev-main": "3.x-dev"
  754. }
  755. },
  756. "autoload": {
  757. "psr-4": {
  758. "Monolog\\": "src/Monolog"
  759. }
  760. },
  761. "notification-url": "https://packagist.org/downloads/",
  762. "license": [
  763. "MIT"
  764. ],
  765. "authors": [
  766. {
  767. "name": "Jordi Boggiano",
  768. "email": "j.boggiano@seld.be",
  769. "homepage": "https://seld.be"
  770. }
  771. ],
  772. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  773. "homepage": "https://github.com/Seldaek/monolog",
  774. "keywords": [
  775. "log",
  776. "logging",
  777. "psr-3"
  778. ],
  779. "support": {
  780. "issues": "https://github.com/Seldaek/monolog/issues",
  781. "source": "https://github.com/Seldaek/monolog/tree/3.5.0"
  782. },
  783. "funding": [
  784. {
  785. "url": "https://github.com/Seldaek",
  786. "type": "github"
  787. },
  788. {
  789. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  790. "type": "tidelift"
  791. }
  792. ],
  793. "time": "2023-10-27T15:32:31+00:00"
  794. },
  795. {
  796. "name": "paragonie/constant_time_encoding",
  797. "version": "v2.6.3",
  798. "source": {
  799. "type": "git",
  800. "url": "https://github.com/paragonie/constant_time_encoding.git",
  801. "reference": "58c3f47f650c94ec05a151692652a868995d2938"
  802. },
  803. "dist": {
  804. "type": "zip",
  805. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
  806. "reference": "58c3f47f650c94ec05a151692652a868995d2938",
  807. "shasum": ""
  808. },
  809. "require": {
  810. "php": "^7|^8"
  811. },
  812. "require-dev": {
  813. "phpunit/phpunit": "^6|^7|^8|^9",
  814. "vimeo/psalm": "^1|^2|^3|^4"
  815. },
  816. "type": "library",
  817. "autoload": {
  818. "psr-4": {
  819. "ParagonIE\\ConstantTime\\": "src/"
  820. }
  821. },
  822. "notification-url": "https://packagist.org/downloads/",
  823. "license": [
  824. "MIT"
  825. ],
  826. "authors": [
  827. {
  828. "name": "Paragon Initiative Enterprises",
  829. "email": "security@paragonie.com",
  830. "homepage": "https://paragonie.com",
  831. "role": "Maintainer"
  832. },
  833. {
  834. "name": "Steve 'Sc00bz' Thomas",
  835. "email": "steve@tobtu.com",
  836. "homepage": "https://www.tobtu.com",
  837. "role": "Original Developer"
  838. }
  839. ],
  840. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  841. "keywords": [
  842. "base16",
  843. "base32",
  844. "base32_decode",
  845. "base32_encode",
  846. "base64",
  847. "base64_decode",
  848. "base64_encode",
  849. "bin2hex",
  850. "encoding",
  851. "hex",
  852. "hex2bin",
  853. "rfc4648"
  854. ],
  855. "support": {
  856. "email": "info@paragonie.com",
  857. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  858. "source": "https://github.com/paragonie/constant_time_encoding"
  859. },
  860. "time": "2022-06-14T06:56:20+00:00"
  861. },
  862. {
  863. "name": "paragonie/random_compat",
  864. "version": "v9.99.100",
  865. "source": {
  866. "type": "git",
  867. "url": "https://github.com/paragonie/random_compat.git",
  868. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  869. },
  870. "dist": {
  871. "type": "zip",
  872. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  873. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  874. "shasum": ""
  875. },
  876. "require": {
  877. "php": ">= 7"
  878. },
  879. "require-dev": {
  880. "phpunit/phpunit": "4.*|5.*",
  881. "vimeo/psalm": "^1"
  882. },
  883. "suggest": {
  884. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  885. },
  886. "type": "library",
  887. "notification-url": "https://packagist.org/downloads/",
  888. "license": [
  889. "MIT"
  890. ],
  891. "authors": [
  892. {
  893. "name": "Paragon Initiative Enterprises",
  894. "email": "security@paragonie.com",
  895. "homepage": "https://paragonie.com"
  896. }
  897. ],
  898. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  899. "keywords": [
  900. "csprng",
  901. "polyfill",
  902. "pseudorandom",
  903. "random"
  904. ],
  905. "support": {
  906. "email": "info@paragonie.com",
  907. "issues": "https://github.com/paragonie/random_compat/issues",
  908. "source": "https://github.com/paragonie/random_compat"
  909. },
  910. "time": "2020-10-15T08:29:30+00:00"
  911. },
  912. {
  913. "name": "phpseclib/phpseclib",
  914. "version": "3.0.35",
  915. "source": {
  916. "type": "git",
  917. "url": "https://github.com/phpseclib/phpseclib.git",
  918. "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe"
  919. },
  920. "dist": {
  921. "type": "zip",
  922. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4b1827beabce71953ca479485c0ae9c51287f2fe",
  923. "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe",
  924. "shasum": ""
  925. },
  926. "require": {
  927. "paragonie/constant_time_encoding": "^1|^2",
  928. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  929. "php": ">=5.6.1"
  930. },
  931. "require-dev": {
  932. "phpunit/phpunit": "*"
  933. },
  934. "suggest": {
  935. "ext-dom": "Install the DOM extension to load XML formatted public keys.",
  936. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  937. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  938. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  939. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  940. },
  941. "type": "library",
  942. "autoload": {
  943. "files": [
  944. "phpseclib/bootstrap.php"
  945. ],
  946. "psr-4": {
  947. "phpseclib3\\": "phpseclib/"
  948. }
  949. },
  950. "notification-url": "https://packagist.org/downloads/",
  951. "license": [
  952. "MIT"
  953. ],
  954. "authors": [
  955. {
  956. "name": "Jim Wigginton",
  957. "email": "terrafrost@php.net",
  958. "role": "Lead Developer"
  959. },
  960. {
  961. "name": "Patrick Monnerat",
  962. "email": "pm@datasphere.ch",
  963. "role": "Developer"
  964. },
  965. {
  966. "name": "Andreas Fischer",
  967. "email": "bantu@phpbb.com",
  968. "role": "Developer"
  969. },
  970. {
  971. "name": "Hans-Jürgen Petrich",
  972. "email": "petrich@tronic-media.com",
  973. "role": "Developer"
  974. },
  975. {
  976. "name": "Graham Campbell",
  977. "email": "graham@alt-three.com",
  978. "role": "Developer"
  979. }
  980. ],
  981. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  982. "homepage": "http://phpseclib.sourceforge.net",
  983. "keywords": [
  984. "BigInteger",
  985. "aes",
  986. "asn.1",
  987. "asn1",
  988. "blowfish",
  989. "crypto",
  990. "cryptography",
  991. "encryption",
  992. "rsa",
  993. "security",
  994. "sftp",
  995. "signature",
  996. "signing",
  997. "ssh",
  998. "twofish",
  999. "x.509",
  1000. "x509"
  1001. ],
  1002. "support": {
  1003. "issues": "https://github.com/phpseclib/phpseclib/issues",
  1004. "source": "https://github.com/phpseclib/phpseclib/tree/3.0.35"
  1005. },
  1006. "funding": [
  1007. {
  1008. "url": "https://github.com/terrafrost",
  1009. "type": "github"
  1010. },
  1011. {
  1012. "url": "https://www.patreon.com/phpseclib",
  1013. "type": "patreon"
  1014. },
  1015. {
  1016. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  1017. "type": "tidelift"
  1018. }
  1019. ],
  1020. "time": "2023-12-29T01:59:53+00:00"
  1021. },
  1022. {
  1023. "name": "psr/cache",
  1024. "version": "3.0.0",
  1025. "source": {
  1026. "type": "git",
  1027. "url": "https://github.com/php-fig/cache.git",
  1028. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  1029. },
  1030. "dist": {
  1031. "type": "zip",
  1032. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1033. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  1034. "shasum": ""
  1035. },
  1036. "require": {
  1037. "php": ">=8.0.0"
  1038. },
  1039. "type": "library",
  1040. "extra": {
  1041. "branch-alias": {
  1042. "dev-master": "1.0.x-dev"
  1043. }
  1044. },
  1045. "autoload": {
  1046. "psr-4": {
  1047. "Psr\\Cache\\": "src/"
  1048. }
  1049. },
  1050. "notification-url": "https://packagist.org/downloads/",
  1051. "license": [
  1052. "MIT"
  1053. ],
  1054. "authors": [
  1055. {
  1056. "name": "PHP-FIG",
  1057. "homepage": "https://www.php-fig.org/"
  1058. }
  1059. ],
  1060. "description": "Common interface for caching libraries",
  1061. "keywords": [
  1062. "cache",
  1063. "psr",
  1064. "psr-6"
  1065. ],
  1066. "support": {
  1067. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  1068. },
  1069. "time": "2021-02-03T23:26:27+00:00"
  1070. },
  1071. {
  1072. "name": "psr/http-client",
  1073. "version": "1.0.3",
  1074. "source": {
  1075. "type": "git",
  1076. "url": "https://github.com/php-fig/http-client.git",
  1077. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  1078. },
  1079. "dist": {
  1080. "type": "zip",
  1081. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  1082. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  1083. "shasum": ""
  1084. },
  1085. "require": {
  1086. "php": "^7.0 || ^8.0",
  1087. "psr/http-message": "^1.0 || ^2.0"
  1088. },
  1089. "type": "library",
  1090. "extra": {
  1091. "branch-alias": {
  1092. "dev-master": "1.0.x-dev"
  1093. }
  1094. },
  1095. "autoload": {
  1096. "psr-4": {
  1097. "Psr\\Http\\Client\\": "src/"
  1098. }
  1099. },
  1100. "notification-url": "https://packagist.org/downloads/",
  1101. "license": [
  1102. "MIT"
  1103. ],
  1104. "authors": [
  1105. {
  1106. "name": "PHP-FIG",
  1107. "homepage": "https://www.php-fig.org/"
  1108. }
  1109. ],
  1110. "description": "Common interface for HTTP clients",
  1111. "homepage": "https://github.com/php-fig/http-client",
  1112. "keywords": [
  1113. "http",
  1114. "http-client",
  1115. "psr",
  1116. "psr-18"
  1117. ],
  1118. "support": {
  1119. "source": "https://github.com/php-fig/http-client"
  1120. },
  1121. "time": "2023-09-23T14:17:50+00:00"
  1122. },
  1123. {
  1124. "name": "psr/http-factory",
  1125. "version": "1.0.2",
  1126. "source": {
  1127. "type": "git",
  1128. "url": "https://github.com/php-fig/http-factory.git",
  1129. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  1130. },
  1131. "dist": {
  1132. "type": "zip",
  1133. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  1134. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  1135. "shasum": ""
  1136. },
  1137. "require": {
  1138. "php": ">=7.0.0",
  1139. "psr/http-message": "^1.0 || ^2.0"
  1140. },
  1141. "type": "library",
  1142. "extra": {
  1143. "branch-alias": {
  1144. "dev-master": "1.0.x-dev"
  1145. }
  1146. },
  1147. "autoload": {
  1148. "psr-4": {
  1149. "Psr\\Http\\Message\\": "src/"
  1150. }
  1151. },
  1152. "notification-url": "https://packagist.org/downloads/",
  1153. "license": [
  1154. "MIT"
  1155. ],
  1156. "authors": [
  1157. {
  1158. "name": "PHP-FIG",
  1159. "homepage": "https://www.php-fig.org/"
  1160. }
  1161. ],
  1162. "description": "Common interfaces for PSR-7 HTTP message factories",
  1163. "keywords": [
  1164. "factory",
  1165. "http",
  1166. "message",
  1167. "psr",
  1168. "psr-17",
  1169. "psr-7",
  1170. "request",
  1171. "response"
  1172. ],
  1173. "support": {
  1174. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  1175. },
  1176. "time": "2023-04-10T20:10:41+00:00"
  1177. },
  1178. {
  1179. "name": "psr/http-message",
  1180. "version": "2.0",
  1181. "source": {
  1182. "type": "git",
  1183. "url": "https://github.com/php-fig/http-message.git",
  1184. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  1185. },
  1186. "dist": {
  1187. "type": "zip",
  1188. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  1189. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  1190. "shasum": ""
  1191. },
  1192. "require": {
  1193. "php": "^7.2 || ^8.0"
  1194. },
  1195. "type": "library",
  1196. "extra": {
  1197. "branch-alias": {
  1198. "dev-master": "2.0.x-dev"
  1199. }
  1200. },
  1201. "autoload": {
  1202. "psr-4": {
  1203. "Psr\\Http\\Message\\": "src/"
  1204. }
  1205. },
  1206. "notification-url": "https://packagist.org/downloads/",
  1207. "license": [
  1208. "MIT"
  1209. ],
  1210. "authors": [
  1211. {
  1212. "name": "PHP-FIG",
  1213. "homepage": "https://www.php-fig.org/"
  1214. }
  1215. ],
  1216. "description": "Common interface for HTTP messages",
  1217. "homepage": "https://github.com/php-fig/http-message",
  1218. "keywords": [
  1219. "http",
  1220. "http-message",
  1221. "psr",
  1222. "psr-7",
  1223. "request",
  1224. "response"
  1225. ],
  1226. "support": {
  1227. "source": "https://github.com/php-fig/http-message/tree/2.0"
  1228. },
  1229. "time": "2023-04-04T09:54:51+00:00"
  1230. },
  1231. {
  1232. "name": "psr/log",
  1233. "version": "3.0.0",
  1234. "source": {
  1235. "type": "git",
  1236. "url": "https://github.com/php-fig/log.git",
  1237. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  1238. },
  1239. "dist": {
  1240. "type": "zip",
  1241. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  1242. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  1243. "shasum": ""
  1244. },
  1245. "require": {
  1246. "php": ">=8.0.0"
  1247. },
  1248. "type": "library",
  1249. "extra": {
  1250. "branch-alias": {
  1251. "dev-master": "3.x-dev"
  1252. }
  1253. },
  1254. "autoload": {
  1255. "psr-4": {
  1256. "Psr\\Log\\": "src"
  1257. }
  1258. },
  1259. "notification-url": "https://packagist.org/downloads/",
  1260. "license": [
  1261. "MIT"
  1262. ],
  1263. "authors": [
  1264. {
  1265. "name": "PHP-FIG",
  1266. "homepage": "https://www.php-fig.org/"
  1267. }
  1268. ],
  1269. "description": "Common interface for logging libraries",
  1270. "homepage": "https://github.com/php-fig/log",
  1271. "keywords": [
  1272. "log",
  1273. "psr",
  1274. "psr-3"
  1275. ],
  1276. "support": {
  1277. "source": "https://github.com/php-fig/log/tree/3.0.0"
  1278. },
  1279. "time": "2021-07-14T16:46:02+00:00"
  1280. },
  1281. {
  1282. "name": "ralouphie/getallheaders",
  1283. "version": "3.0.3",
  1284. "source": {
  1285. "type": "git",
  1286. "url": "https://github.com/ralouphie/getallheaders.git",
  1287. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1288. },
  1289. "dist": {
  1290. "type": "zip",
  1291. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1292. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1293. "shasum": ""
  1294. },
  1295. "require": {
  1296. "php": ">=5.6"
  1297. },
  1298. "require-dev": {
  1299. "php-coveralls/php-coveralls": "^2.1",
  1300. "phpunit/phpunit": "^5 || ^6.5"
  1301. },
  1302. "type": "library",
  1303. "autoload": {
  1304. "files": [
  1305. "src/getallheaders.php"
  1306. ]
  1307. },
  1308. "notification-url": "https://packagist.org/downloads/",
  1309. "license": [
  1310. "MIT"
  1311. ],
  1312. "authors": [
  1313. {
  1314. "name": "Ralph Khattar",
  1315. "email": "ralph.khattar@gmail.com"
  1316. }
  1317. ],
  1318. "description": "A polyfill for getallheaders.",
  1319. "support": {
  1320. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1321. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1322. },
  1323. "time": "2019-03-08T08:55:37+00:00"
  1324. },
  1325. {
  1326. "name": "symfony/deprecation-contracts",
  1327. "version": "v3.4.0",
  1328. "source": {
  1329. "type": "git",
  1330. "url": "https://github.com/symfony/deprecation-contracts.git",
  1331. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
  1332. },
  1333. "dist": {
  1334. "type": "zip",
  1335. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
  1336. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
  1337. "shasum": ""
  1338. },
  1339. "require": {
  1340. "php": ">=8.1"
  1341. },
  1342. "type": "library",
  1343. "extra": {
  1344. "branch-alias": {
  1345. "dev-main": "3.4-dev"
  1346. },
  1347. "thanks": {
  1348. "name": "symfony/contracts",
  1349. "url": "https://github.com/symfony/contracts"
  1350. }
  1351. },
  1352. "autoload": {
  1353. "files": [
  1354. "function.php"
  1355. ]
  1356. },
  1357. "notification-url": "https://packagist.org/downloads/",
  1358. "license": [
  1359. "MIT"
  1360. ],
  1361. "authors": [
  1362. {
  1363. "name": "Nicolas Grekas",
  1364. "email": "p@tchwork.com"
  1365. },
  1366. {
  1367. "name": "Symfony Community",
  1368. "homepage": "https://symfony.com/contributors"
  1369. }
  1370. ],
  1371. "description": "A generic function and convention to trigger deprecation notices",
  1372. "homepage": "https://symfony.com",
  1373. "support": {
  1374. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
  1375. },
  1376. "funding": [
  1377. {
  1378. "url": "https://symfony.com/sponsor",
  1379. "type": "custom"
  1380. },
  1381. {
  1382. "url": "https://github.com/fabpot",
  1383. "type": "github"
  1384. },
  1385. {
  1386. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1387. "type": "tidelift"
  1388. }
  1389. ],
  1390. "time": "2023-05-23T14:45:45+00:00"
  1391. },
  1392. {
  1393. "name": "symfony/polyfill-mbstring",
  1394. "version": "v1.28.0",
  1395. "source": {
  1396. "type": "git",
  1397. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1398. "reference": "42292d99c55abe617799667f454222c54c60e229"
  1399. },
  1400. "dist": {
  1401. "type": "zip",
  1402. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
  1403. "reference": "42292d99c55abe617799667f454222c54c60e229",
  1404. "shasum": ""
  1405. },
  1406. "require": {
  1407. "php": ">=7.1"
  1408. },
  1409. "provide": {
  1410. "ext-mbstring": "*"
  1411. },
  1412. "suggest": {
  1413. "ext-mbstring": "For best performance"
  1414. },
  1415. "type": "library",
  1416. "extra": {
  1417. "branch-alias": {
  1418. "dev-main": "1.28-dev"
  1419. },
  1420. "thanks": {
  1421. "name": "symfony/polyfill",
  1422. "url": "https://github.com/symfony/polyfill"
  1423. }
  1424. },
  1425. "autoload": {
  1426. "files": [
  1427. "bootstrap.php"
  1428. ],
  1429. "psr-4": {
  1430. "Symfony\\Polyfill\\Mbstring\\": ""
  1431. }
  1432. },
  1433. "notification-url": "https://packagist.org/downloads/",
  1434. "license": [
  1435. "MIT"
  1436. ],
  1437. "authors": [
  1438. {
  1439. "name": "Nicolas Grekas",
  1440. "email": "p@tchwork.com"
  1441. },
  1442. {
  1443. "name": "Symfony Community",
  1444. "homepage": "https://symfony.com/contributors"
  1445. }
  1446. ],
  1447. "description": "Symfony polyfill for the Mbstring extension",
  1448. "homepage": "https://symfony.com",
  1449. "keywords": [
  1450. "compatibility",
  1451. "mbstring",
  1452. "polyfill",
  1453. "portable",
  1454. "shim"
  1455. ],
  1456. "support": {
  1457. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
  1458. },
  1459. "funding": [
  1460. {
  1461. "url": "https://symfony.com/sponsor",
  1462. "type": "custom"
  1463. },
  1464. {
  1465. "url": "https://github.com/fabpot",
  1466. "type": "github"
  1467. },
  1468. {
  1469. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1470. "type": "tidelift"
  1471. }
  1472. ],
  1473. "time": "2023-07-28T09:04:16+00:00"
  1474. }
  1475. ],
  1476. "packages-dev": [],
  1477. "aliases": [],
  1478. "minimum-stability": "stable",
  1479. "stability-flags": [],
  1480. "prefer-stable": false,
  1481. "prefer-lowest": false,
  1482. "platform": [],
  1483. "platform-dev": [],
  1484. "plugin-api-version": "2.3.0"
  1485. }