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.

24 lines
438 B

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