composer.json 714 B

1234567891011121314151617181920212223242526
  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. "require": {
  14. "marienfressinaud/lib_opml": "0.5.1",
  15. "phpgt/cssxpath": "v1.3.0",
  16. "phpmailer/phpmailer": "6.10.0",
  17. "simplepie/simplepie": "dev-freshrss#24fc939c10b3b8d3d486a4f467bbb9d8c98a6878"
  18. },
  19. "config": {
  20. "sort-packages": true,
  21. "vendor-dir": "./"
  22. },
  23. "scripts": {
  24. "post-update-cmd": "git clean -d -f -X ."
  25. }
  26. }