| 1234567891011121314151617 |
- {
- "name": "freshrss.org/freshrss",
- "description": "A free, self-hostable aggregator",
- "type": "project",
- "homepage": "https://freshrss.org/",
- "license": "AGPL-3.0",
- "require": {
- "php": ">=7.0.0",
- "phpmailer/phpmailer": "6.6.0"
- },
- "config": {
- "vendor-dir": "./"
- },
- "scripts": {
- "post-update-cmd": "git clean -d -f -X ."
- }
- }
|