installed.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "packages": [
  3. {
  4. "name": "google/protobuf",
  5. "version": "v3.25.7",
  6. "version_normalized": "3.25.7.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/protocolbuffers/protobuf-php.git",
  10. "reference": "6901ac6aed67882732a47d877d4dbd6189cbdcf2"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/6901ac6aed67882732a47d877d4dbd6189cbdcf2",
  15. "reference": "6901ac6aed67882732a47d877d4dbd6189cbdcf2",
  16. "shasum": "",
  17. "mirrors": [
  18. {
  19. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  20. "preferred": true
  21. }
  22. ]
  23. },
  24. "require": {
  25. "php": ">=7.0.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": ">=5.0.0"
  29. },
  30. "suggest": {
  31. "ext-bcmath": "Need to support JSON deserialization"
  32. },
  33. "time": "2025-04-23T22:37:01+00:00",
  34. "type": "library",
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-4": {
  38. "Google\\Protobuf\\": "src/Google/Protobuf",
  39. "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "BSD-3-Clause"
  45. ],
  46. "description": "proto library for PHP",
  47. "homepage": "https://developers.google.com/protocol-buffers/",
  48. "keywords": [
  49. "proto"
  50. ],
  51. "support": {
  52. "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.7"
  53. },
  54. "install-path": "../google/protobuf"
  55. }
  56. ],
  57. "dev": true,
  58. "dev-package-names": []
  59. }