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.

25 lines
581 B

  1. {
  2. "require": {
  3. "slim/slim": "2.2.*",
  4. "saltybeagle/savant3": "dev-master",
  5. "j4mie/idiorm": "1.4.*",
  6. "mf2/mf2": "0.2.*",
  7. "indieweb/mention-client": "0.*",
  8. "indieweb/date-formatter": "0.1.*",
  9. "indieauth/client": ">=0.1.11",
  10. "mpratt/relativetime": ">=1.0",
  11. "firebase/php-jwt": "2.*",
  12. "abraham/twitteroauth": "*",
  13. "andreyco/instagram": "3.*",
  14. "p3k/multipart": "*",
  15. "tantek/cassis": "*"
  16. },
  17. "autoload": {
  18. "files": [
  19. "lib/Savant.php",
  20. "lib/config.php",
  21. "lib/helpers.php",
  22. "lib/markdown.php"
  23. ]
  24. }
  25. }