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
1000 B

3 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||^0.5",
  9. "ezyang/htmlpurifier": "^4.10",
  10. "indieweb/link-rel-parser": "^0.1.0",
  11. "p3k/timezone": "^0.1.0",
  12. "p3k/http": "^0.1.0",
  13. "cebe/markdown": "^1.1.0",
  14. "p3k/picofeed": "^0.1.0",
  15. "masterminds/html5": "^2.3"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "p3k\\XRay\\": "lib/XRay"
  20. },
  21. "files": [
  22. "lib/helpers.php",
  23. "lib/XRay.php"
  24. ]
  25. },
  26. "require-dev": {
  27. "league/plates": "^3.0",
  28. "league/route": "^1.0",
  29. "phpunit/phpunit": "^8.0.0|^9.0.0"
  30. },
  31. "autoload-dev": {
  32. "files": [
  33. "controllers/Main.php",
  34. "controllers/Parse.php",
  35. "controllers/Token.php",
  36. "controllers/Rels.php",
  37. "controllers/Feeds.php",
  38. "controllers/Certbot.php"
  39. ]
  40. },
  41. "scripts": {
  42. "test": "vendor/bin/phpunit"
  43. }
  44. }