aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-10-15 20:06:59 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-11-09 16:32:48 +0100
commit03690d138792dde6405e3d2eb3c53f6572eb3c43 (patch)
treea2700157311b8e83dac9c3bdbe26a8719a4a3ad2 /composer.json
parentf1eccfd63f214dcc730ab0d18a694a5465f425db (diff)
downloadwallabag-03690d138792dde6405e3d2eb3c53f6572eb3c43.tar.gz
wallabag-03690d138792dde6405e3d2eb3c53f6572eb3c43.tar.zst
wallabag-03690d138792dde6405e3d2eb3c53f6572eb3c43.zip
Start work on export
For now: - ebook - mobi - pdf - csv
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a46e990a..a25e143a 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,9 @@
55 "j0k3r/graby": "~1.0", 55 "j0k3r/graby": "~1.0",
56 "friendsofsymfony/user-bundle": "dev-master", 56 "friendsofsymfony/user-bundle": "dev-master",
57 "friendsofsymfony/oauth-server-bundle": "^1.4@dev", 57 "friendsofsymfony/oauth-server-bundle": "^1.4@dev",
58 "scheb/two-factor-bundle": "~1.4" 58 "scheb/two-factor-bundle": "~1.4",
59 "grandt/phpepub": "~4.0",
60 "wallabag/phpMobi": "~1.0.0"
59 }, 61 },
60 "require-dev": { 62 "require-dev": {
61 "doctrine/doctrine-fixtures-bundle": "~2.2.0", 63 "doctrine/doctrine-fixtures-bundle": "~2.2.0",
@@ -63,6 +65,12 @@
63 "phpunit/phpunit": "~4.4", 65 "phpunit/phpunit": "~4.4",
64 "symfony/phpunit-bridge": "~2.7.0" 66 "symfony/phpunit-bridge": "~2.7.0"
65 }, 67 },
68 "repositories": [
69 {
70 "type": "vcs",
71 "url": "https://github.com/wallabag/phpMobi"
72 }
73 ],
66 "scripts": { 74 "scripts": {
67 "post-install-cmd": [ 75 "post-install-cmd": [
68 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", 76 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",