composer.lock 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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": "bbea65d27e246663321303ab0c9cd0d5",
  8. "packages": [
  9. {
  10. "name": "google/protobuf",
  11. "version": "v3.25.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/protocolbuffers/protobuf-php.git",
  15. "reference": "6901ac6aed67882732a47d877d4dbd6189cbdcf2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/6901ac6aed67882732a47d877d4dbd6189cbdcf2",
  20. "reference": "6901ac6aed67882732a47d877d4dbd6189cbdcf2",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=7.0.0"
  31. },
  32. "require-dev": {
  33. "phpunit/phpunit": ">=5.0.0"
  34. },
  35. "suggest": {
  36. "ext-bcmath": "Need to support JSON deserialization"
  37. },
  38. "type": "library",
  39. "autoload": {
  40. "psr-4": {
  41. "Google\\Protobuf\\": "src/Google/Protobuf",
  42. "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "BSD-3-Clause"
  48. ],
  49. "description": "proto library for PHP",
  50. "homepage": "https://developers.google.com/protocol-buffers/",
  51. "keywords": [
  52. "proto"
  53. ],
  54. "support": {
  55. "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.7"
  56. },
  57. "time": "2025-04-23T22:37:01+00:00"
  58. }
  59. ],
  60. "packages-dev": [],
  61. "aliases": [],
  62. "minimum-stability": "stable",
  63. "stability-flags": {},
  64. "prefer-stable": false,
  65. "prefer-lowest": false,
  66. "platform": {},
  67. "platform-dev": {},
  68. "plugin-api-version": "2.6.0"
  69. }