mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 10:43:55 -04:00
* CssXPath: Implement ~ Subsequent-sibling fix https://github.com/FreshRSS/FreshRSS/issues/8143 Upstream PR https://github.com/phpgt/CssXPath/pull/231 * Use CssXPath release v1.4.0 https://github.com/phpgt/CssXPath/releases/tag/v1.4.0
30 lines
808 B
JSON
30 lines
808 B
JSON
{
|
|
"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/FreshRSS/simplepie.git"
|
|
}
|
|
],
|
|
"require": {
|
|
"marienfressinaud/lib_opml": "0.5.1",
|
|
"phpgt/cssxpath": "v1.4.0",
|
|
"phpmailer/phpmailer": "6.11.1",
|
|
"simplepie/simplepie": "dev-freshrss#24cfb0c6d81f81ef110c8257d3464b2649476c77"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"vendor-dir": "./"
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"git clean -d -ff -X .",
|
|
"find . -name '.git' -type d -exec rm -rf {} + || true"
|
|
]
|
|
}
|
|
}
|