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.

44 lines
1.0 KiB

2 years ago
2 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.4",
  9. "ezyang/htmlpurifier": "^4.10",
  10. "indieweb/link-rel-parser": "^0.1.0",
  11. "dg/twitter-php": "^3.0.0",
  12. "p3k/timezone": "^0.1.0",
  13. "p3k/http": "^0.1.0",
  14. "cebe/markdown": "^1.1.0",
  15. "p3k/picofeed": "^0.1.0",
  16. "masterminds/html5": "^2.3"
  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.0",
  29. "league/route": "^1.0",
  30. "phpunit/phpunit": "^8.0.0|^9.0.0"
  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. "scripts": {
  43. "test": "vendor/bin/phpunit"
  44. }
  45. }