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.

34 lines
761 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. "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. "predis/predis": "1.*",
  14. "michelf/php-markdown": "1.6.*",
  15. "camspiers/json-pretty": "1.0.*",
  16. "monolog/monolog": "1.*"
  17. },
  18. "require-dev": {
  19. "phpunit/phpunit": "*"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "Telegraph\\": "lib/Telegraph/"
  24. },
  25. "files": [
  26. "lib/helpers.php",
  27. "controllers/Controller.php",
  28. "controllers/Auth.php",
  29. "controllers/API.php"
  30. ]
  31. },
  32. "autoload-dev": {
  33. }
  34. }