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.

21 lines
350 B

  1. {
  2. "require": {
  3. "league/plates": "3.*",
  4. "league/route": "1.*",
  5. "mf2/mf2": "0.2.*"
  6. },
  7. "autoload": {
  8. "files": [
  9. "lib/helpers.php",
  10. "controllers/Main.php",
  11. "controllers/Parse.php",
  12. "lib/HTTP.php",
  13. "lib/Formats/Mf2.php"
  14. ]
  15. },
  16. "autoload-dev": {
  17. "files": [
  18. "lib/HTTPTest.php"
  19. ]
  20. }
  21. }