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.

36 lines
825 B

8 years ago
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.3",
  5. "indieweb/mention-client": "~1.1",
  6. "indieweb/representative-h-card": "0.1.*",
  7. "indieauth/client": "0.2.*",
  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. "emgiezet/errbit-php": "1.1.*",
  18. "p3k/utils": "^1.2"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "*"
  22. },
  23. "autoload": {
  24. "psr-4": {
  25. "Telegraph\\": "lib/Telegraph/"
  26. },
  27. "files": [
  28. "lib/helpers.php",
  29. "controllers/Controller.php",
  30. "controllers/Auth.php",
  31. "controllers/API.php"
  32. ]
  33. },
  34. "autoload-dev": {
  35. }
  36. }