composer.lock 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "631e987e1a028be7f48c6dc1e9be745f",
  8. "packages": [
  9. {
  10. "name": "workerman/workerman",
  11. "version": "v3.5.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/walkor/Workerman.git",
  15. "reference": "f6e129079e5f5398bffc218024f2dd95678fc564"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/walkor/Workerman/zipball/f6e129079e5f5398bffc218024f2dd95678fc564",
  20. "reference": "f6e129079e5f5398bffc218024f2dd95678fc564",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3"
  25. },
  26. "suggest": {
  27. "ext-event": "For better performance. "
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Workerman\\": "./"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "authors": [
  40. {
  41. "name": "walkor",
  42. "email": "[email protected]",
  43. "homepage": "http://www.workerman.net",
  44. "role": "Developer"
  45. }
  46. ],
  47. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  48. "homepage": "http://www.workerman.net",
  49. "keywords": [
  50. "asynchronous",
  51. "event-loop"
  52. ],
  53. "time": "2017-12-06T04:17:52+00:00"
  54. }
  55. ],
  56. "packages-dev": [],
  57. "aliases": [],
  58. "minimum-stability": "stable",
  59. "stability-flags": [],
  60. "prefer-stable": false,
  61. "prefer-lowest": false,
  62. "platform": [],
  63. "platform-dev": []
  64. }