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.

37 lines
850 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.4.3",
  5. "indieweb/mention-client": "~1.1",
  6. "indieweb/representative-h-card": "0.1.*",
  7. "indieauth/client": "^1.0",
  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. "p3k/xray": "^1.4"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "*"
  23. },
  24. "autoload": {
  25. "psr-4": {
  26. "Telegraph\\": "lib/Telegraph/"
  27. },
  28. "files": [
  29. "lib/helpers.php",
  30. "controllers/Controller.php",
  31. "controllers/Auth.php",
  32. "controllers/API.php"
  33. ]
  34. },
  35. "autoload-dev": {
  36. }
  37. }