composer.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "kenlog/docpht",
  3. "type": "project",
  4. "description": "With DocPHT you can take notes and quickly document anything and without the use of any database.",
  5. "homepage": "https://docpht.org",
  6. "keywords": [
  7. "Docpht",
  8. "Note-taking",
  9. "Documentation",
  10. "Markdown"
  11. ],
  12. "license": "MIT",
  13. "authors": [
  14. {
  15. "name": "Valentino Pesce",
  16. "email": "valentino@iltuobrand.it",
  17. "role": "Developer"
  18. },
  19. {
  20. "name": "Craig Crosby",
  21. "email": "creecros@gmail.com",
  22. "role": "Developer"
  23. }
  24. ],
  25. "require": {
  26. "php": "^7.4",
  27. "nezamy/route": "^1.2",
  28. "symfony/translation": "^4.3",
  29. "nette/forms": "^3.0",
  30. "erusev/parsedown":"^1.7",
  31. "emojione/emojione": "^4.5",
  32. "tracy/tracy": "^2.6",
  33. "nette/robot-loader": "^3.2",
  34. "plasticbrain/php-flash-messages": "^1.0",
  35. "leblanc-simon/parsedown-checkbox": "^0.0.4",
  36. "nette/mail": "^3.0",
  37. "latte/latte": "^2.5",
  38. "geertw/ip-anonymizer": "^1.1",
  39. "cbschuld/browser.php": "^1.9",
  40. "ezimuel/php-secure-session": "^1.1",
  41. "php-curl-class/php-curl-class": "^8.6"
  42. },
  43. "autoload": {
  44. "classmap": ["src/"]
  45. },
  46. "config": {
  47. "optimize-autoloader": true
  48. },
  49. "prefer-stable": true
  50. }