installed.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. [
  2. {
  3. "name": "workerman/workerman",
  4. "version": "v3.5.20",
  5. "version_normalized": "3.5.20.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/walkor/Workerman.git",
  9. "reference": "4d590130310a8d7632f807120c3ca1c0f55ed0d7"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/walkor/Workerman/zipball/4d590130310a8d7632f807120c3ca1c0f55ed0d7",
  14. "reference": "4d590130310a8d7632f807120c3ca1c0f55ed0d7",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3"
  19. },
  20. "suggest": {
  21. "ext-event": "For better performance. "
  22. },
  23. "time": "2019-07-02T10:23:18+00:00",
  24. "type": "library",
  25. "installation-source": "dist",
  26. "autoload": {
  27. "psr-4": {
  28. "Workerman\\": "./"
  29. }
  30. },
  31. "notification-url": "https://packagist.org/downloads/",
  32. "license": [
  33. "MIT"
  34. ],
  35. "authors": [
  36. {
  37. "name": "walkor",
  38. "role": "Developer",
  39. "email": "walkor@workerman.net",
  40. "homepage": "http://www.workerman.net"
  41. }
  42. ],
  43. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  44. "homepage": "http://www.workerman.net",
  45. "keywords": [
  46. "asynchronous",
  47. "event-loop"
  48. ]
  49. },
  50. {
  51. "name": "workerman/mqtt",
  52. "version": "v1.0",
  53. "version_normalized": "1.0.0.0",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/walkor/mqtt.git",
  57. "reference": "1f64f384bce8a6598e021f10585129ebda21b551"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/walkor/mqtt/zipball/1f64f384bce8a6598e021f10585129ebda21b551",
  62. "reference": "1f64f384bce8a6598e021f10585129ebda21b551",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "workerman/workerman": ">=3.3.0"
  67. },
  68. "time": "2018-07-19T07:06:12+00:00",
  69. "type": "library",
  70. "installation-source": "dist",
  71. "autoload": {
  72. "psr-4": {
  73. "Workerman\\Mqtt\\": "./src"
  74. }
  75. },
  76. "notification-url": "https://packagist.org/downloads/",
  77. "license": [
  78. "MIT"
  79. ],
  80. "homepage": "http://www.workerman.net"
  81. }
  82. ]