70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "miniflux/miniflux",
|
|
"description": "Minimalist RSS reader",
|
|
"license": "AGPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot"
|
|
}
|
|
],
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"optimize-autoloader": true
|
|
},
|
|
"require": {
|
|
"fguillot/simple-validator": "v1.0.0",
|
|
"fguillot/json-rpc": "v1.2.1",
|
|
"fguillot/picodb": "v1.0.14 ",
|
|
"fguillot/picofeed": "v0.1.25",
|
|
"pda/pheanstalk": "v3.1.0",
|
|
"ircmaxell/password-compat": "^1.0.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.3",
|
|
"phpunit/phpunit-selenium": "1.4.2",
|
|
"phpunit/dbunit": "1.4.1"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"app/schemas/sqlite.php",
|
|
"app/helpers/app.php",
|
|
"app/helpers/csrf.php",
|
|
"app/helpers/favicon.php",
|
|
"app/helpers/form.php",
|
|
"app/helpers/template.php",
|
|
"app/core/translator.php",
|
|
"app/core/request.php",
|
|
"app/core/response.php",
|
|
"app/core/router.php",
|
|
"app/core/session.php",
|
|
"app/core/template.php",
|
|
"app/handlers/scraper.php",
|
|
"app/handlers/service.php",
|
|
"app/handlers/opml.php",
|
|
"app/handlers/proxy.php",
|
|
"app/models/config.php",
|
|
"app/models/search.php",
|
|
"app/models/user.php",
|
|
"app/models/feed.php",
|
|
"app/models/item.php",
|
|
"app/models/item_feed.php",
|
|
"app/models/item_group.php",
|
|
"app/models/bookmark.php",
|
|
"app/models/auto_update.php",
|
|
"app/models/database.php",
|
|
"app/models/remember_me.php",
|
|
"app/models/group.php",
|
|
"app/models/favicon.php",
|
|
"app/validators/config.php",
|
|
"app/validators/feed.php",
|
|
"app/validators/user.php"
|
|
],
|
|
"classmap": [
|
|
"vendor/fguillot/json-rpc/src/",
|
|
"vendor/fguillot/picodb/lib/",
|
|
"vendor/fguillot/picofeed/lib/",
|
|
"vendor/fguillot/simple-validator/src/"
|
|
]
|
|
}
|
|
}
|