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.

19 lines
331 B

8 years ago
  1. {
  2. "require": {
  3. "php": ">=5.5",
  4. "mf2/mf2": "0.2.*",
  5. "indieweb/mention-client": "1.*",
  6. "league/route": "~1.2",
  7. "league/plates": "~3.1"
  8. },
  9. "require-dev": {
  10. "phpunit/phpunit": "*"
  11. },
  12. "autoload": {
  13. "files": [
  14. "config.php",
  15. "lib/helpers.php",
  16. "controllers/Controller.php"
  17. ]
  18. }
  19. }