composer.json 815 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "freshrss.org/freshrss",
  3. "description": "A free, self-hostable aggregator",
  4. "type": "project",
  5. "homepage": "https://freshrss.org/",
  6. "license": "AGPL-3.0",
  7. "repositories": [
  8. {
  9. "type": "git",
  10. "url": "https://github.com/FreshRSS/simplepie.git"
  11. },
  12. {
  13. "type": "git",
  14. "url": "https://framagit.org/Alkarex/lib_opml.git"
  15. }
  16. ],
  17. "require": {
  18. "marienfressinaud/lib_opml": "dev-relax-non-fatal-errors#f0e850b6394af90b898daf0e65fcc7363457b844",
  19. "phpgt/cssxpath": "v1.5.0",
  20. "phpmailer/phpmailer": "7.0.2",
  21. "simplepie/simplepie": "dev-freshrss#33e4bcf5685192b0fa4c9819f0813b47c3d22424"
  22. },
  23. "config": {
  24. "sort-packages": true,
  25. "vendor-dir": "./"
  26. },
  27. "scripts": {
  28. "post-update-cmd": [
  29. "git clean -d -ff -X .",
  30. "find . -name '.git' -type d -exec rm -rf {} + || true"
  31. ]
  32. }
  33. }