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.

23 lines
455 B

8 years ago
8 years ago
8 years ago
  1. {
  2. "require": {
  3. "php": ">=5.5",
  4. "mf2/mf2": "0.2.*",
  5. "indieweb/mention-client": "1.*",
  6. "indieauth/client": "0.1.*",
  7. "firebase/php-jwt": "~3.0",
  8. "league/route": "~1.2",
  9. "league/plates": "~3.1"
  10. },
  11. "require-dev": {
  12. "phpunit/phpunit": "*"
  13. },
  14. "autoload": {
  15. "files": [
  16. "config.php",
  17. "lib/helpers.php",
  18. "controllers/Controller.php",
  19. "controllers/Auth.php",
  20. "controllers/API.php"
  21. ]
  22. }
  23. }