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.

23 lines
404 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/HTTPCurl.php",
  13. "lib/HTTPStream.php",
  14. "lib/HTTP.php",
  15. "lib/Formats/Mf2.php"
  16. ]
  17. },
  18. "autoload-dev": {
  19. "files": [
  20. "lib/HTTPTest.php"
  21. ]
  22. }
  23. }