composer.json 399 B

1234567891011121314151617
  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. "require": {
  8. "php": ">=7.0.0",
  9. "phpmailer/phpmailer": "6.6.0"
  10. },
  11. "config": {
  12. "vendor-dir": "./"
  13. },
  14. "scripts": {
  15. "post-update-cmd": "git clean -d -f -X ."
  16. }
  17. }