composer.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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": "59b82b3838dd243a812e99a36ade26c8",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v6.8.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/5dbc8959427416b8ee09a100d7a8588c00fb2e26",
  20. "reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26",
  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.8.1"
  69. },
  70. "time": "2023-07-14T18:33:00+00:00"
  71. },
  72. {
  73. "name": "jean85/pretty-package-versions",
  74. "version": "2.0.5",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/Jean85/pretty-package-versions.git",
  78. "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
  83. "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "composer-runtime-api": "^2.0.0",
  88. "php": "^7.1|^8.0"
  89. },
  90. "require-dev": {
  91. "friendsofphp/php-cs-fixer": "^2.17",
  92. "jean85/composer-provided-replaced-stub-package": "^1.0",
  93. "phpstan/phpstan": "^0.12.66",
  94. "phpunit/phpunit": "^7.5|^8.5|^9.4",
  95. "vimeo/psalm": "^4.3"
  96. },
  97. "type": "library",
  98. "extra": {
  99. "branch-alias": {
  100. "dev-master": "1.x-dev"
  101. }
  102. },
  103. "autoload": {
  104. "psr-4": {
  105. "Jean85\\": "src/"
  106. }
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "Alessandro Lai",
  115. "email": "alessandro.lai85@gmail.com"
  116. }
  117. ],
  118. "description": "A library to get pretty versions strings of installed dependencies",
  119. "keywords": [
  120. "composer",
  121. "package",
  122. "release",
  123. "versions"
  124. ],
  125. "support": {
  126. "issues": "https://github.com/Jean85/pretty-package-versions/issues",
  127. "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
  128. },
  129. "time": "2021-10-08T21:21:46+00:00"
  130. },
  131. {
  132. "name": "mongodb/mongodb",
  133. "version": "1.16.0",
  134. "source": {
  135. "type": "git",
  136. "url": "https://github.com/mongodb/mongo-php-library.git",
  137. "reference": "d4cdf057a67cb99a32db8984a16959bfa7ca7eb5"
  138. },
  139. "dist": {
  140. "type": "zip",
  141. "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/d4cdf057a67cb99a32db8984a16959bfa7ca7eb5",
  142. "reference": "d4cdf057a67cb99a32db8984a16959bfa7ca7eb5",
  143. "shasum": ""
  144. },
  145. "require": {
  146. "ext-hash": "*",
  147. "ext-json": "*",
  148. "ext-mongodb": "^1.16.0",
  149. "jean85/pretty-package-versions": "^2.0.1",
  150. "php": "^7.2 || ^8.0",
  151. "symfony/polyfill-php73": "^1.27",
  152. "symfony/polyfill-php80": "^1.27",
  153. "symfony/polyfill-php81": "^1.27"
  154. },
  155. "require-dev": {
  156. "doctrine/coding-standard": "^11.1",
  157. "rector/rector": "^0.16.0",
  158. "squizlabs/php_codesniffer": "^3.7",
  159. "symfony/phpunit-bridge": "^5.2",
  160. "vimeo/psalm": "^4.28"
  161. },
  162. "type": "library",
  163. "extra": {
  164. "branch-alias": {
  165. "dev-master": "1.16.x-dev"
  166. }
  167. },
  168. "autoload": {
  169. "files": [
  170. "src/functions.php"
  171. ],
  172. "psr-4": {
  173. "MongoDB\\": "src/"
  174. }
  175. },
  176. "notification-url": "https://packagist.org/downloads/",
  177. "license": [
  178. "Apache-2.0"
  179. ],
  180. "authors": [
  181. {
  182. "name": "Andreas Braun",
  183. "email": "andreas.braun@mongodb.com"
  184. },
  185. {
  186. "name": "Jeremy Mikola",
  187. "email": "jmikola@gmail.com"
  188. }
  189. ],
  190. "description": "MongoDB driver library",
  191. "homepage": "https://jira.mongodb.org/browse/PHPLIB",
  192. "keywords": [
  193. "database",
  194. "driver",
  195. "mongodb",
  196. "persistence"
  197. ],
  198. "support": {
  199. "issues": "https://github.com/mongodb/mongo-php-library/issues",
  200. "source": "https://github.com/mongodb/mongo-php-library/tree/1.16.0"
  201. },
  202. "time": "2023-06-22T11:04:04+00:00"
  203. },
  204. {
  205. "name": "symfony/polyfill-php73",
  206. "version": "v1.27.0",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/symfony/polyfill-php73.git",
  210. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  215. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "php": ">=7.1"
  220. },
  221. "type": "library",
  222. "extra": {
  223. "branch-alias": {
  224. "dev-main": "1.27-dev"
  225. },
  226. "thanks": {
  227. "name": "symfony/polyfill",
  228. "url": "https://github.com/symfony/polyfill"
  229. }
  230. },
  231. "autoload": {
  232. "files": [
  233. "bootstrap.php"
  234. ],
  235. "psr-4": {
  236. "Symfony\\Polyfill\\Php73\\": ""
  237. },
  238. "classmap": [
  239. "Resources/stubs"
  240. ]
  241. },
  242. "notification-url": "https://packagist.org/downloads/",
  243. "license": [
  244. "MIT"
  245. ],
  246. "authors": [
  247. {
  248. "name": "Nicolas Grekas",
  249. "email": "p@tchwork.com"
  250. },
  251. {
  252. "name": "Symfony Community",
  253. "homepage": "https://symfony.com/contributors"
  254. }
  255. ],
  256. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  257. "homepage": "https://symfony.com",
  258. "keywords": [
  259. "compatibility",
  260. "polyfill",
  261. "portable",
  262. "shim"
  263. ],
  264. "support": {
  265. "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
  266. },
  267. "funding": [
  268. {
  269. "url": "https://symfony.com/sponsor",
  270. "type": "custom"
  271. },
  272. {
  273. "url": "https://github.com/fabpot",
  274. "type": "github"
  275. },
  276. {
  277. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  278. "type": "tidelift"
  279. }
  280. ],
  281. "time": "2022-11-03T14:55:06+00:00"
  282. },
  283. {
  284. "name": "symfony/polyfill-php80",
  285. "version": "v1.27.0",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/symfony/polyfill-php80.git",
  289. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  294. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  295. "shasum": ""
  296. },
  297. "require": {
  298. "php": ">=7.1"
  299. },
  300. "type": "library",
  301. "extra": {
  302. "branch-alias": {
  303. "dev-main": "1.27-dev"
  304. },
  305. "thanks": {
  306. "name": "symfony/polyfill",
  307. "url": "https://github.com/symfony/polyfill"
  308. }
  309. },
  310. "autoload": {
  311. "files": [
  312. "bootstrap.php"
  313. ],
  314. "psr-4": {
  315. "Symfony\\Polyfill\\Php80\\": ""
  316. },
  317. "classmap": [
  318. "Resources/stubs"
  319. ]
  320. },
  321. "notification-url": "https://packagist.org/downloads/",
  322. "license": [
  323. "MIT"
  324. ],
  325. "authors": [
  326. {
  327. "name": "Ion Bazan",
  328. "email": "ion.bazan@gmail.com"
  329. },
  330. {
  331. "name": "Nicolas Grekas",
  332. "email": "p@tchwork.com"
  333. },
  334. {
  335. "name": "Symfony Community",
  336. "homepage": "https://symfony.com/contributors"
  337. }
  338. ],
  339. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  340. "homepage": "https://symfony.com",
  341. "keywords": [
  342. "compatibility",
  343. "polyfill",
  344. "portable",
  345. "shim"
  346. ],
  347. "support": {
  348. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  349. },
  350. "funding": [
  351. {
  352. "url": "https://symfony.com/sponsor",
  353. "type": "custom"
  354. },
  355. {
  356. "url": "https://github.com/fabpot",
  357. "type": "github"
  358. },
  359. {
  360. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  361. "type": "tidelift"
  362. }
  363. ],
  364. "time": "2022-11-03T14:55:06+00:00"
  365. },
  366. {
  367. "name": "symfony/polyfill-php81",
  368. "version": "v1.27.0",
  369. "source": {
  370. "type": "git",
  371. "url": "https://github.com/symfony/polyfill-php81.git",
  372. "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
  373. },
  374. "dist": {
  375. "type": "zip",
  376. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
  377. "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
  378. "shasum": ""
  379. },
  380. "require": {
  381. "php": ">=7.1"
  382. },
  383. "type": "library",
  384. "extra": {
  385. "branch-alias": {
  386. "dev-main": "1.27-dev"
  387. },
  388. "thanks": {
  389. "name": "symfony/polyfill",
  390. "url": "https://github.com/symfony/polyfill"
  391. }
  392. },
  393. "autoload": {
  394. "files": [
  395. "bootstrap.php"
  396. ],
  397. "psr-4": {
  398. "Symfony\\Polyfill\\Php81\\": ""
  399. },
  400. "classmap": [
  401. "Resources/stubs"
  402. ]
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "MIT"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Nicolas Grekas",
  411. "email": "p@tchwork.com"
  412. },
  413. {
  414. "name": "Symfony Community",
  415. "homepage": "https://symfony.com/contributors"
  416. }
  417. ],
  418. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  419. "homepage": "https://symfony.com",
  420. "keywords": [
  421. "compatibility",
  422. "polyfill",
  423. "portable",
  424. "shim"
  425. ],
  426. "support": {
  427. "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
  428. },
  429. "funding": [
  430. {
  431. "url": "https://symfony.com/sponsor",
  432. "type": "custom"
  433. },
  434. {
  435. "url": "https://github.com/fabpot",
  436. "type": "github"
  437. },
  438. {
  439. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  440. "type": "tidelift"
  441. }
  442. ],
  443. "time": "2022-11-03T14:55:06+00:00"
  444. }
  445. ],
  446. "packages-dev": [],
  447. "aliases": [],
  448. "minimum-stability": "stable",
  449. "stability-flags": [],
  450. "prefer-stable": false,
  451. "prefer-lowest": false,
  452. "platform": [],
  453. "platform-dev": [],
  454. "plugin-api-version": "2.3.0"
  455. }