aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2015-11-09 16:45:48 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2015-11-09 16:45:48 +0100
commit0a0c600887dde4cc755de0862a3301830c415882 (patch)
tree4d82bc16e921248bb6ab1b203a33e1b55b4ff445 /composer.json
parentf1eccfd63f214dcc730ab0d18a694a5465f425db (diff)
parent16bbb4aa417188e7c21eb4a1734adf0f0c9b25f9 (diff)
downloadwallabag-0a0c600887dde4cc755de0862a3301830c415882.tar.gz
wallabag-0a0c600887dde4cc755de0862a3301830c415882.tar.zst
wallabag-0a0c600887dde4cc755de0862a3301830c415882.zip
Merge pull request #1422 from wallabag/v2-ebook
V2 – Export entries
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..b6a9c854 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/php-mobi": "~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",