composer.json 666 B

12345678910111213141516171819202122232425
  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. "marienfressinaud/lib_opml": "0.5.1",
  15. "phpgt/cssxpath": "dev-master#d99d35f7194bac19fb3f8726b70c1bc83de3e931",
  16. "phpmailer/phpmailer": "6.9.1"
  17. },
  18. "config": {
  19. "sort-packages": true,
  20. "vendor-dir": "./"
  21. },
  22. "scripts": {
  23. "post-update-cmd": "git clean -d -f -X ."
  24. }
  25. }