You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
687 B

  1. {
  2. "require": {
  3. "slim/slim": "2.2.*",
  4. "saltybeagle/savant3": "dev-master",
  5. "j4mie/idiorm": "1.4.*",
  6. "mf2/mf2": "^0.4",
  7. "indieweb/date-formatter": "0.3.*",
  8. "indieauth/client": ">=0.4.0",
  9. "mpratt/relativetime": ">=1.0",
  10. "firebase/php-jwt": "2.*",
  11. "abraham/twitteroauth": "*",
  12. "andreyco/instagram": "3.*",
  13. "ezyang/htmlpurifier": "4.*",
  14. "p3k/multipart": ">=0.2.0",
  15. "tantek/cassis": "*",
  16. "p3k/timezone": "*",
  17. "gajus/dindent": "^2.0",
  18. "p3k/xray": ">=1.6.5",
  19. "p3k/utils": "^1.2"
  20. },
  21. "autoload": {
  22. "files": [
  23. "lib/Savant.php",
  24. "lib/config.php",
  25. "lib/helpers.php",
  26. "lib/markdown.php"
  27. ]
  28. }
  29. }