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.

35 lines
695 B

  1. {
  2. "name": "p3k/xray",
  3. "type": "library",
  4. "require": {
  5. "mf2/mf2": "~0.3",
  6. "ezyang/htmlpurifier": "4.*",
  7. "indieweb/link-rel-parser": "0.1.*",
  8. "dg/twitter-php": "3.6.*",
  9. "p3k/timezone": "*",
  10. "p3k/http": "*",
  11. "cebe/markdown": "1.1.*"
  12. },
  13. "require-dev": {
  14. "league/plates": "3.*",
  15. "league/route": "1.*",
  16. "phpunit/phpunit": "5.7.*"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "XRay\\": "lib/XRay"
  21. },
  22. "files": [
  23. "lib/helpers.php"
  24. ]
  25. },
  26. "autoload-dev": {
  27. "files": [
  28. "controllers/Main.php",
  29. "controllers/Parse.php",
  30. "controllers/Token.php",
  31. "controllers/Rels.php",
  32. "controllers/Certbot.php"
  33. ]
  34. }
  35. }