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.

39 lines
948 B

  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. "league/plates": "3.*",
  9. "league/route": "1.*",
  10. "mf2/mf2": "^0.4",
  11. "ezyang/htmlpurifier": "4.10.*",
  12. "indieweb/link-rel-parser": "0.1.*",
  13. "dg/twitter-php": "3.6.*",
  14. "p3k/timezone": "*",
  15. "p3k/http": ">=0.1.8",
  16. "cebe/markdown": "1.1.*",
  17. "p3k/picofeed": ">=0.1.35",
  18. "facebook/graph-sdk": "^5.5",
  19. "masterminds/html5": "^2.3"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "p3k\\XRay\\": "lib/XRay"
  24. },
  25. "files": [
  26. "lib/helpers.php",
  27. "lib/XRay.php",
  28. "controllers/Main.php",
  29. "controllers/Parse.php",
  30. "controllers/Token.php",
  31. "controllers/Rels.php",
  32. "controllers/Feeds.php",
  33. "controllers/Certbot.php"
  34. ]
  35. },
  36. "require-dev": {
  37. "phpunit/phpunit": "4.8.*"
  38. }
  39. }