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.

20 lines
321 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. ]
  14. },
  15. "autoload-dev": {
  16. "files": [
  17. "lib/HTTPTest.php"
  18. ]
  19. }
  20. }