installed.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [
  2. {
  3. "name": "eleirbag89/telegrambotphp",
  4. "version": "1.3.8",
  5. "version_normalized": "1.3.8.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/Eleirbag89/TelegramBotPHP.git",
  9. "reference": "aec5bc4f5873595d1b4f03fd0d955549ba4cfab3"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://files.phpcomposer.com/files/Eleirbag89/TelegramBotPHP/aec5bc4f5873595d1b4f03fd0d955549ba4cfab3.zip",
  14. "reference": "aec5bc4f5873595d1b4f03fd0d955549ba4cfab3",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.0"
  19. },
  20. "time": "2017-12-27T13:46:04+00:00",
  21. "type": "library",
  22. "installation-source": "dist",
  23. "autoload": {
  24. "files": [
  25. "Telegram.php",
  26. "TelegramErrorLogger.php"
  27. ]
  28. },
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "MIT"
  32. ],
  33. "authors": [
  34. {
  35. "name": "Gabriele Grillo",
  36. "email": "gabry.grillo@alice.it"
  37. }
  38. ],
  39. "description": "A very simple PHP Telegram Bot API"
  40. }
  41. ]