Start work on export

For now:
 - ebook
 - mobi
 - pdf
 - csv
This commit is contained in:
Thomas Citharel
2015-10-15 20:06:59 +02:00
committed by Nicolas Lœuillet
parent f1eccfd63f
commit 03690d1387
8 changed files with 715 additions and 14 deletions

View File

@ -55,7 +55,9 @@
"j0k3r/graby": "~1.0",
"friendsofsymfony/user-bundle": "dev-master",
"friendsofsymfony/oauth-server-bundle": "^1.4@dev",
"scheb/two-factor-bundle": "~1.4"
"scheb/two-factor-bundle": "~1.4",
"grandt/phpepub": "~4.0",
"wallabag/phpMobi": "~1.0.0"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "~2.2.0",
@ -63,6 +65,12 @@
"phpunit/phpunit": "~4.4",
"symfony/phpunit-bridge": "~2.7.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wallabag/phpMobi"
}
],
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",