composer.json 692 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/PhpGt/CssXPath.git"
  11. }
  12. ],
  13. "require": {
  14. "php": ">=7.2.0",
  15. "marienfressinaud/lib_opml": "0.5.0",
  16. "phpgt/cssxpath": "dev-master#4fbe420aba3d9e729940107ded4236a835a1a132",
  17. "phpmailer/phpmailer": "6.6.0"
  18. },
  19. "config": {
  20. "sort-packages": true,
  21. "vendor-dir": "./"
  22. },
  23. "scripts": {
  24. "post-update-cmd": "git clean -d -f -X ."
  25. }
  26. }