composer.lock 13 KB

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