installed.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. {
  2. "packages": [
  3. {
  4. "name": "firebase/php-jwt",
  5. "version": "v6.8.1",
  6. "version_normalized": "6.8.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/firebase/php-jwt.git",
  10. "reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/5dbc8959427416b8ee09a100d7a8588c00fb2e26",
  15. "reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": "^7.4||^8.0"
  20. },
  21. "require-dev": {
  22. "guzzlehttp/guzzle": "^6.5||^7.4",
  23. "phpspec/prophecy-phpunit": "^2.0",
  24. "phpunit/phpunit": "^9.5",
  25. "psr/cache": "^1.0||^2.0",
  26. "psr/http-client": "^1.0",
  27. "psr/http-factory": "^1.0"
  28. },
  29. "suggest": {
  30. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  31. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  32. },
  33. "time": "2023-07-14T18:33:00+00:00",
  34. "type": "library",
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-4": {
  38. "Firebase\\JWT\\": "src"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "BSD-3-Clause"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Neuman Vong",
  48. "email": "neuman+pear@twilio.com",
  49. "role": "Developer"
  50. },
  51. {
  52. "name": "Anant Narayanan",
  53. "email": "anant@php.net",
  54. "role": "Developer"
  55. }
  56. ],
  57. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  58. "homepage": "https://github.com/firebase/php-jwt",
  59. "keywords": [
  60. "jwt",
  61. "php"
  62. ],
  63. "support": {
  64. "issues": "https://github.com/firebase/php-jwt/issues",
  65. "source": "https://github.com/firebase/php-jwt/tree/v6.8.1"
  66. },
  67. "install-path": "../firebase/php-jwt"
  68. },
  69. {
  70. "name": "jean85/pretty-package-versions",
  71. "version": "2.0.5",
  72. "version_normalized": "2.0.5.0",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/Jean85/pretty-package-versions.git",
  76. "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
  81. "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "composer-runtime-api": "^2.0.0",
  86. "php": "^7.1|^8.0"
  87. },
  88. "require-dev": {
  89. "friendsofphp/php-cs-fixer": "^2.17",
  90. "jean85/composer-provided-replaced-stub-package": "^1.0",
  91. "phpstan/phpstan": "^0.12.66",
  92. "phpunit/phpunit": "^7.5|^8.5|^9.4",
  93. "vimeo/psalm": "^4.3"
  94. },
  95. "time": "2021-10-08T21:21:46+00:00",
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "1.x-dev"
  100. }
  101. },
  102. "installation-source": "dist",
  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. "install-path": "../jean85/pretty-package-versions"
  130. },
  131. {
  132. "name": "mongodb/mongodb",
  133. "version": "1.16.0",
  134. "version_normalized": "1.16.0.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/mongodb/mongo-php-library.git",
  138. "reference": "d4cdf057a67cb99a32db8984a16959bfa7ca7eb5"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/d4cdf057a67cb99a32db8984a16959bfa7ca7eb5",
  143. "reference": "d4cdf057a67cb99a32db8984a16959bfa7ca7eb5",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "ext-hash": "*",
  148. "ext-json": "*",
  149. "ext-mongodb": "^1.16.0",
  150. "jean85/pretty-package-versions": "^2.0.1",
  151. "php": "^7.2 || ^8.0",
  152. "symfony/polyfill-php73": "^1.27",
  153. "symfony/polyfill-php80": "^1.27",
  154. "symfony/polyfill-php81": "^1.27"
  155. },
  156. "require-dev": {
  157. "doctrine/coding-standard": "^11.1",
  158. "rector/rector": "^0.16.0",
  159. "squizlabs/php_codesniffer": "^3.7",
  160. "symfony/phpunit-bridge": "^5.2",
  161. "vimeo/psalm": "^4.28"
  162. },
  163. "time": "2023-06-22T11:04:04+00:00",
  164. "type": "library",
  165. "extra": {
  166. "branch-alias": {
  167. "dev-master": "1.16.x-dev"
  168. }
  169. },
  170. "installation-source": "dist",
  171. "autoload": {
  172. "files": [
  173. "src/functions.php"
  174. ],
  175. "psr-4": {
  176. "MongoDB\\": "src/"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "Apache-2.0"
  182. ],
  183. "authors": [
  184. {
  185. "name": "Andreas Braun",
  186. "email": "andreas.braun@mongodb.com"
  187. },
  188. {
  189. "name": "Jeremy Mikola",
  190. "email": "jmikola@gmail.com"
  191. }
  192. ],
  193. "description": "MongoDB driver library",
  194. "homepage": "https://jira.mongodb.org/browse/PHPLIB",
  195. "keywords": [
  196. "database",
  197. "driver",
  198. "mongodb",
  199. "persistence"
  200. ],
  201. "support": {
  202. "issues": "https://github.com/mongodb/mongo-php-library/issues",
  203. "source": "https://github.com/mongodb/mongo-php-library/tree/1.16.0"
  204. },
  205. "install-path": "../mongodb/mongodb"
  206. },
  207. {
  208. "name": "symfony/polyfill-php73",
  209. "version": "v1.27.0",
  210. "version_normalized": "1.27.0.0",
  211. "source": {
  212. "type": "git",
  213. "url": "https://github.com/symfony/polyfill-php73.git",
  214. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
  215. },
  216. "dist": {
  217. "type": "zip",
  218. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  219. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  220. "shasum": ""
  221. },
  222. "require": {
  223. "php": ">=7.1"
  224. },
  225. "time": "2022-11-03T14:55:06+00:00",
  226. "type": "library",
  227. "extra": {
  228. "branch-alias": {
  229. "dev-main": "1.27-dev"
  230. },
  231. "thanks": {
  232. "name": "symfony/polyfill",
  233. "url": "https://github.com/symfony/polyfill"
  234. }
  235. },
  236. "installation-source": "dist",
  237. "autoload": {
  238. "files": [
  239. "bootstrap.php"
  240. ],
  241. "psr-4": {
  242. "Symfony\\Polyfill\\Php73\\": ""
  243. },
  244. "classmap": [
  245. "Resources/stubs"
  246. ]
  247. },
  248. "notification-url": "https://packagist.org/downloads/",
  249. "license": [
  250. "MIT"
  251. ],
  252. "authors": [
  253. {
  254. "name": "Nicolas Grekas",
  255. "email": "p@tchwork.com"
  256. },
  257. {
  258. "name": "Symfony Community",
  259. "homepage": "https://symfony.com/contributors"
  260. }
  261. ],
  262. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  263. "homepage": "https://symfony.com",
  264. "keywords": [
  265. "compatibility",
  266. "polyfill",
  267. "portable",
  268. "shim"
  269. ],
  270. "support": {
  271. "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
  272. },
  273. "funding": [
  274. {
  275. "url": "https://symfony.com/sponsor",
  276. "type": "custom"
  277. },
  278. {
  279. "url": "https://github.com/fabpot",
  280. "type": "github"
  281. },
  282. {
  283. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  284. "type": "tidelift"
  285. }
  286. ],
  287. "install-path": "../symfony/polyfill-php73"
  288. },
  289. {
  290. "name": "symfony/polyfill-php80",
  291. "version": "v1.27.0",
  292. "version_normalized": "1.27.0.0",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/symfony/polyfill-php80.git",
  296. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  301. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "php": ">=7.1"
  306. },
  307. "time": "2022-11-03T14:55:06+00:00",
  308. "type": "library",
  309. "extra": {
  310. "branch-alias": {
  311. "dev-main": "1.27-dev"
  312. },
  313. "thanks": {
  314. "name": "symfony/polyfill",
  315. "url": "https://github.com/symfony/polyfill"
  316. }
  317. },
  318. "installation-source": "dist",
  319. "autoload": {
  320. "files": [
  321. "bootstrap.php"
  322. ],
  323. "psr-4": {
  324. "Symfony\\Polyfill\\Php80\\": ""
  325. },
  326. "classmap": [
  327. "Resources/stubs"
  328. ]
  329. },
  330. "notification-url": "https://packagist.org/downloads/",
  331. "license": [
  332. "MIT"
  333. ],
  334. "authors": [
  335. {
  336. "name": "Ion Bazan",
  337. "email": "ion.bazan@gmail.com"
  338. },
  339. {
  340. "name": "Nicolas Grekas",
  341. "email": "p@tchwork.com"
  342. },
  343. {
  344. "name": "Symfony Community",
  345. "homepage": "https://symfony.com/contributors"
  346. }
  347. ],
  348. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  349. "homepage": "https://symfony.com",
  350. "keywords": [
  351. "compatibility",
  352. "polyfill",
  353. "portable",
  354. "shim"
  355. ],
  356. "support": {
  357. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  358. },
  359. "funding": [
  360. {
  361. "url": "https://symfony.com/sponsor",
  362. "type": "custom"
  363. },
  364. {
  365. "url": "https://github.com/fabpot",
  366. "type": "github"
  367. },
  368. {
  369. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  370. "type": "tidelift"
  371. }
  372. ],
  373. "install-path": "../symfony/polyfill-php80"
  374. },
  375. {
  376. "name": "symfony/polyfill-php81",
  377. "version": "v1.27.0",
  378. "version_normalized": "1.27.0.0",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/symfony/polyfill-php81.git",
  382. "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
  387. "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "php": ">=7.1"
  392. },
  393. "time": "2022-11-03T14:55:06+00:00",
  394. "type": "library",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-main": "1.27-dev"
  398. },
  399. "thanks": {
  400. "name": "symfony/polyfill",
  401. "url": "https://github.com/symfony/polyfill"
  402. }
  403. },
  404. "installation-source": "dist",
  405. "autoload": {
  406. "files": [
  407. "bootstrap.php"
  408. ],
  409. "psr-4": {
  410. "Symfony\\Polyfill\\Php81\\": ""
  411. },
  412. "classmap": [
  413. "Resources/stubs"
  414. ]
  415. },
  416. "notification-url": "https://packagist.org/downloads/",
  417. "license": [
  418. "MIT"
  419. ],
  420. "authors": [
  421. {
  422. "name": "Nicolas Grekas",
  423. "email": "p@tchwork.com"
  424. },
  425. {
  426. "name": "Symfony Community",
  427. "homepage": "https://symfony.com/contributors"
  428. }
  429. ],
  430. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  431. "homepage": "https://symfony.com",
  432. "keywords": [
  433. "compatibility",
  434. "polyfill",
  435. "portable",
  436. "shim"
  437. ],
  438. "support": {
  439. "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
  440. },
  441. "funding": [
  442. {
  443. "url": "https://symfony.com/sponsor",
  444. "type": "custom"
  445. },
  446. {
  447. "url": "https://github.com/fabpot",
  448. "type": "github"
  449. },
  450. {
  451. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  452. "type": "tidelift"
  453. }
  454. ],
  455. "install-path": "../symfony/polyfill-php81"
  456. }
  457. ],
  458. "dev": true,
  459. "dev-package-names": []
  460. }