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.

30 lines
628 B

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  1. {
  2. "require": {
  3. "php": ">=5.5",
  4. "mf2/mf2": "0.2.*",
  5. "indieweb/mention-client": "1.*",
  6. "indieweb/representative-h-card": "0.1.*",
  7. "indieauth/client": "0.1.*",
  8. "firebase/php-jwt": "~3.0",
  9. "league/route": "~1.2",
  10. "league/plates": "~3.1",
  11. "j4mie/idiorm": "1.5.*",
  12. "p3k/caterpillar": "0.1.*"
  13. },
  14. "require-dev": {
  15. "phpunit/phpunit": "*"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "Telegraph\\": "lib/Telegraph/"
  20. },
  21. "files": [
  22. "lib/helpers.php",
  23. "controllers/Controller.php",
  24. "controllers/Auth.php",
  25. "controllers/API.php"
  26. ]
  27. },
  28. "autoload-dev": {
  29. }
  30. }