FreshRSS/lib/composer.json

26 lines
666 B
JSON
Raw Permalink Normal View History

{
"name": "freshrss.org/freshrss",
"description": "A free, self-hostable aggregator",
"type": "project",
"homepage": "https://freshrss.org/",
"license": "AGPL-3.0",
"repositories": [
{
"type": "git",
"url": "https://github.com/PhpGt/CssXPath.git"
}
],
"require": {
2023-03-10 20:04:46 +01:00
"marienfressinaud/lib_opml": "0.5.1",
"phpgt/cssxpath": "dev-master#d99d35f7194bac19fb3f8726b70c1bc83de3e931",
2024-01-05 08:45:07 +01:00
"phpmailer/phpmailer": "6.9.1"
},
"config": {
"sort-packages": true,
"vendor-dir": "./"
},
"scripts": {
"post-update-cmd": "git clean -d -f -X ."
}
}