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

8 years ago
8 years ago
8 years ago
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. "j4mie/idiorm": "1.5.*",
  11. "p3k/caterpillar": "0.1.*"
  12. },
  13. "require-dev": {
  14. "phpunit/phpunit": "*"
  15. },
  16. "autoload": {
  17. "psr-4": {
  18. "Telegraph\\": "lib/Telegraph/"
  19. },
  20. "files": [
  21. "lib/helpers.php",
  22. "controllers/Controller.php",
  23. "controllers/Auth.php",
  24. "controllers/API.php"
  25. ]
  26. },
  27. "autoload-dev": {
  28. }
  29. }