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.

21 lines
472 B

  1. {
  2. "require": {
  3. "slim/slim": "2.2.*",
  4. "saltybeagle/savant3": "dev-master",
  5. "j4mie/idiorm": "1.4.*",
  6. "mf2/mf2": "0.3.*",
  7. "indieweb/date-formatter": "0.1.*",
  8. "indieauth/client": "0.2.*",
  9. "mpratt/relativetime": ">=1.0",
  10. "firebase/php-jwt": "^4.0",
  11. "p3k/multipart": "*",
  12. "minicodemonkey/amazon-alexa-php": "^0.1.5"
  13. },
  14. "autoload": {
  15. "files": [
  16. "lib/Savant.php",
  17. "lib/config.php",
  18. "lib/helpers.php"
  19. ]
  20. }
  21. }