diff options
Diffstat (limited to 'lib/composer.json')
| -rw-r--r-- | lib/composer.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/composer.json b/lib/composer.json new file mode 100644 index 000000000..3d307f6e8 --- /dev/null +++ b/lib/composer.json @@ -0,0 +1,17 @@ +{ + "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 ." + } +} |
