installed.json 14 KB

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