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.

35 lines
797 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. "emgiezet/errbit-php": "1.1.*"
  18. },
  19. "require-dev": {
  20. "phpunit/phpunit": "*"
  21. },
  22. "autoload": {
  23. "psr-4": {
  24. "Telegraph\\": "lib/Telegraph/"
  25. },
  26. "files": [
  27. "lib/helpers.php",
  28. "controllers/Controller.php",
  29. "controllers/Auth.php",
  30. "controllers/API.php"
  31. ]
  32. },
  33. "autoload-dev": {
  34. }
  35. }