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.

42 lines
962 B

6 years ago
  1. {
  2. "name": "p3k/xray",
  3. "type": "library",
  4. "license": "MIT",
  5. "homepage": "https://github.com/aaronpk/XRay",
  6. "description": "X-Ray returns structured data from any URL",
  7. "require": {
  8. "mf2/mf2": "^0.3.2",
  9. "ezyang/htmlpurifier": "4.10.*",
  10. "indieweb/link-rel-parser": "0.1.*",
  11. "dg/twitter-php": "3.6.*",
  12. "p3k/timezone": "*",
  13. "p3k/http": ">=0.1.7",
  14. "cebe/markdown": "1.1.*",
  15. "p3k/picofeed": ">=0.1.38",
  16. "facebook/graph-sdk": "^5.5"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "p3k\\XRay\\": "lib/XRay"
  21. },
  22. "files": [
  23. "lib/helpers.php",
  24. "lib/XRay.php"
  25. ]
  26. },
  27. "require-dev": {
  28. "league/plates": "3.*",
  29. "league/route": "1.*",
  30. "phpunit/phpunit": "4.8.*"
  31. },
  32. "autoload-dev": {
  33. "files": [
  34. "controllers/Main.php",
  35. "controllers/Parse.php",
  36. "controllers/Token.php",
  37. "controllers/Rels.php",
  38. "controllers/Feeds.php",
  39. "controllers/Certbot.php"
  40. ]
  41. }
  42. }