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.

37 lines
913 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. "masterminds/html5": "^2.3"
  19. },
  20. "autoload": {
  21. "psr-4": {
  22. "p3k\\XRay\\": "lib/XRay"
  23. },
  24. "files": [
  25. "lib/helpers.php",
  26. "lib/XRay.php",
  27. "controllers/Main.php",
  28. "controllers/Parse.php",
  29. "controllers/Token.php",
  30. "controllers/Rels.php",
  31. "controllers/Feeds.php",
  32. "controllers/Certbot.php"
  33. ]
  34. },
  35. "require-dev": {
  36. "phpunit/phpunit": "4.8.*"
  37. }
  38. }