Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

46 строки
1.3 KiB

  1. {
  2. "name": "Eluceo/ical",
  3. "version" : "0.11.3",
  4. "description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 2445 as best as possible.",
  5. "license": "MIT",
  6. "homepage": "https://github.com/markuspoerschke/iCal",
  7. "authors": [
  8. {
  9. "name": "Markus Poerschke",
  10. "email": "markus@eluceo.de",
  11. "role": "Developer"
  12. },
  13. {
  14. "name": "Maciej Łebkowski",
  15. "email": "m.lebkowski@gmail.com",
  16. "role": "Contributor"
  17. }
  18. ],
  19. "keywords": [
  20. "ical",
  21. "php calendar",
  22. "icalendar",
  23. "ics",
  24. "calendar"
  25. ],
  26. "support": {
  27. "issues": "https://github.com/markuspoerschke/iCal/issues",
  28. "source": "https://github.com/markuspoerschke/iCal"
  29. },
  30. "autoload": {
  31. "psr-0": {
  32. "Eluceo\\iCal": "src/"
  33. }
  34. },
  35. "require": {
  36. "php": ">=5.3.0",
  37. "eluceo/ical": "^0.11.3"
  38. },
  39. "require-dev": {
  40. "phpunit/phpunit": "~4.3"
  41. },
  42. "config": {
  43. "bin-dir": "bin"
  44. }
  45. }