composer.lock 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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": "01ce31168c500b1b58dd70117c2fa941",
  8. "packages": [
  9. {
  10. "name": "eleirbag89/telegrambotphp",
  11. "version": "1.3.8",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Eleirbag89/TelegramBotPHP.git",
  15. "reference": "aec5bc4f5873595d1b4f03fd0d955549ba4cfab3"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://files.phpcomposer.com/files/Eleirbag89/TelegramBotPHP/aec5bc4f5873595d1b4f03fd0d955549ba4cfab3.zip",
  20. "reference": "aec5bc4f5873595d1b4f03fd0d955549ba4cfab3",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "files": [
  29. "Telegram.php",
  30. "TelegramErrorLogger.php"
  31. ]
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Gabriele Grillo",
  40. "email": "gabry.grillo@alice.it"
  41. }
  42. ],
  43. "description": "A very simple PHP Telegram Bot API",
  44. "time": "2017-12-27T13:46:04+00:00"
  45. }
  46. ],
  47. "packages-dev": [],
  48. "aliases": [],
  49. "minimum-stability": "stable",
  50. "stability-flags": [],
  51. "prefer-stable": false,
  52. "prefer-lowest": false,
  53. "platform": [],
  54. "platform-dev": []
  55. }