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
575 B

  1. {
  2. "require": {
  3. "slim/slim": "2.2.*",
  4. "simplepie/simplepie": "*",
  5. "saltybeagle/savant3": "dev-master",
  6. "j4mie/idiorm": "1.4.*",
  7. "mf2/mf2": "0.2.*",
  8. "barnabywalters/mf-cleaner": "0.*",
  9. "indieauth/client": "0.1.*",
  10. "pda/pheanstalk": "dev-master",
  11. "mpratt/relativetime": ">=1.0"
  12. },
  13. "autoload": {
  14. "files": [
  15. "lib/Savant.php",
  16. "lib/config.php",
  17. "lib/helpers.php",
  18. "lib/db_helpers.php",
  19. "lib/mf2_feed_parser.php",
  20. "lib/DeferredTask.php",
  21. "lib/PushTask.php",
  22. "lib/request.php"
  23. ]
  24. }
  25. }