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.

31 lines
656 B

  1. {
  2. "require": {
  3. "league/plates": "3.*",
  4. "league/route": "1.*",
  5. "mf2/mf2": "dev-master#bb02f0ee92de17975da1eec738d75ed0dfb68027",
  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. "lib/Formats/HTMLPurifier_AttrDef_HTML_Microformats2.php"
  18. ]
  19. },
  20. "autoload-dev": {
  21. "files": [
  22. "lib/HTTPTest.php"
  23. ]
  24. },
  25. "repositories": [
  26. {
  27. "type": "vcs",
  28. "url": "http://github.com/aaronpk/php-mf2"
  29. }
  30. ]
  31. }