aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json108
1 files changed, 69 insertions, 39 deletions
diff --git a/composer.json b/composer.json
index 0483da1d..55e7f765 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,10 @@
2 "name": "wallabag/wallabag", 2 "name": "wallabag/wallabag",
3 "type": "project", 3 "type": "project",
4 "description": "open source self hostable read-it-later web application", 4 "description": "open source self hostable read-it-later web application",
5 "keywords": ["read-it-later","read it later"], 5 "keywords": [
6 "read-it-later",
7 "read it later"
8 ],
6 "homepage": "https://github.com/wallabag/wallabag", 9 "homepage": "https://github.com/wallabag/wallabag",
7 "license": "MIT", 10 "license": "MIT",
8 "authors": [ 11 "authors": [
@@ -28,7 +31,7 @@
28 "issues": "https://github.com/wallabag/wallabag/issues" 31 "issues": "https://github.com/wallabag/wallabag/issues"
29 }, 32 },
30 "require": { 33 "require": {
31 "php": ">=5.6.0", 34 "php": ">=7.1.3",
32 "ext-pcre": "*", 35 "ext-pcre": "*",
33 "ext-dom": "*", 36 "ext-dom": "*",
34 "ext-curl": "*", 37 "ext-curl": "*",
@@ -44,59 +47,68 @@
44 "ext-tokenizer": "*", 47 "ext-tokenizer": "*",
45 "ext-pdo": "*", 48 "ext-pdo": "*",
46 "ext-tidy": "*", 49 "ext-tidy": "*",
47 "symfony/symfony": "~3.3.13", 50 "symfony/symfony": "3.4.*",
48 "doctrine/orm": "^2.5.12", 51 "doctrine/orm": "^2.6",
49 "doctrine/doctrine-bundle": "^1.8.0", 52 "doctrine/doctrine-bundle": "^1.9",
50 "doctrine/doctrine-cache-bundle": "^1.3.2", 53 "doctrine/doctrine-cache-bundle": "^1.3",
51 "twig/extensions": "^1.5.1", 54 "twig/extensions": "^1.5",
52 "symfony/swiftmailer-bundle": "^2.6.7", 55 "symfony/swiftmailer-bundle": "^3.2",
53 "symfony/monolog-bundle": "^3.1.2", 56 "symfony/monolog-bundle": "^3.1",
54 "sensio/distribution-bundle": "^5.0.21", 57 "sensio/distribution-bundle": "^5.0",
55 "sensio/framework-extra-bundle": "^3.0.28", 58 "sensio/framework-extra-bundle": "^5.2",
56 "incenteev/composer-parameter-handler": "^2.1.2", 59 "incenteev/composer-parameter-handler": "^2.1",
57 "nelmio/cors-bundle": "~1.5", 60 "nelmio/cors-bundle": "~1.5",
58 "friendsofsymfony/rest-bundle": "~2.1", 61 "friendsofsymfony/rest-bundle": "~2.1",
59 "jms/serializer-bundle": "~2.2", 62 "jms/serializer-bundle": "~2.2",
60 "nelmio/api-doc-bundle": "^2.13.2", 63 "nelmio/api-doc-bundle": "^2.13.2",
61 "mgargano/simplehtmldom": "~1.5", 64 "mgargano/simplehtmldom": "~1.5",
62 "wallabag/tcpdf": "^6.2.15", 65 "wallabag/tcpdf": "^6.2.26",
63 "simplepie/simplepie": "~1.5", 66 "simplepie/simplepie": "~1.5",
64 "willdurand/hateoas-bundle": "~1.3", 67 "willdurand/hateoas-bundle": "~1.3",
65 "liip/theme-bundle": "^1.4.6", 68 "liip/theme-bundle": "^1.4.6",
66 "lexik/form-filter-bundle": "^5.0.4", 69 "lexik/form-filter-bundle": "^5.0.4",
67 "j0k3r/graby": "^1.0", 70 "j0k3r/graby": "^2.0",
71 "php-http/guzzle5-adapter": "^2.0",
68 "friendsofsymfony/user-bundle": "2.0.*", 72 "friendsofsymfony/user-bundle": "2.0.*",
69 "friendsofsymfony/oauth-server-bundle": "^1.5.2", 73 "friendsofsymfony/oauth-server-bundle": "^1.5",
70 "stof/doctrine-extensions-bundle": "^1.2", 74 "stof/doctrine-extensions-bundle": "^1.2",
71 "scheb/two-factor-bundle": "^2.14.0", 75 "scheb/two-factor-bundle": "^3.0",
72 "grandt/phpepub": "^4.0.7", 76 "grandt/phpepub": "dev-master",
73 "wallabag/php-mobi": "~1.0.0", 77 "wallabag/php-mobi": "~1.0",
74 "kphoen/rulerz-bundle": "~0.13", 78 "kphoen/rulerz-bundle": "~0.13",
75 "guzzlehttp/guzzle": "^5.3.1", 79 "guzzlehttp/guzzle": "^5.3.1",
76 "doctrine/doctrine-migrations-bundle": "^1.3", 80 "doctrine/doctrine-migrations-bundle": "^1.3",
77 "paragonie/random_compat": "^2.0.11", 81 "craue/config-bundle": "dev-utf8mb4",
78 "craue/config-bundle": "~2.0",
79 "mnapoli/piwik-twig-extension": "^1.0", 82 "mnapoli/piwik-twig-extension": "^1.0",
80 "ocramius/proxy-manager": "^1.0.2", 83 "ocramius/proxy-manager": "^2.1.1",
81 "white-october/pagerfanta-bundle": "^1.1.0", 84 "white-october/pagerfanta-bundle": "^1.1",
82 "php-amqplib/rabbitmq-bundle": "^1.14", 85 "php-amqplib/rabbitmq-bundle": "^1.14",
83 "predis/predis": "^1.1.1", 86 "predis/predis": "v1.1.x-dev",
84 "javibravo/simpleue": "^2.0", 87 "javibravo/simpleue": "^2.0",
85 "symfony/dom-crawler": "^3.3.13", 88 "symfony/dom-crawler": "^3.4",
86 "friendsofsymfony/jsrouting-bundle": "^1.6.3", 89 "friendsofsymfony/jsrouting-bundle": "^2.2",
87 "bdunogier/guzzle-site-authenticator": "^1.0.0", 90 "bdunogier/guzzle-site-authenticator": "^1.0.0",
88 "defuse/php-encryption": "^2.1", 91 "defuse/php-encryption": "^2.1",
89 "html2text/html2text": "^4.1", 92 "html2text/html2text": "^4.1",
90 "sulu/symfony-intl-fix": "^1.0" 93 "pragmarx/recovery": "^0.1.0",
94 "php-http/httplug-bundle": "^1.14"
91 }, 95 },
92 "require-dev": { 96 "require-dev": {
93 "doctrine/doctrine-fixtures-bundle": "~2.2", 97 "doctrine/doctrine-fixtures-bundle": "~3.0",
94 "doctrine/data-fixtures": "~1.1",
95 "sensio/generator-bundle": "^3.0", 98 "sensio/generator-bundle": "^3.0",
96 "symfony/phpunit-bridge": "^4.2", 99 "symfony/phpunit-bridge": "^4.2",
97 "friendsofphp/php-cs-fixer": "~2.0", 100 "friendsofphp/php-cs-fixer": "~2.13",
98 "m6web/redis-mock": "^2.0", 101 "m6web/redis-mock": "^4.1",
99 "dama/doctrine-test-bundle": "^4.0" 102 "dama/doctrine-test-bundle": "^5.0",
103 "phpstan/phpstan": "^0.11.0",
104 "phpstan/phpstan-phpunit": "^0.11.0",
105 "phpstan/phpstan-symfony": "^0.11.0",
106 "phpstan/phpstan-doctrine": "^0.11.0",
107 "php-http/mock-client": "^1.0",
108 "guzzlehttp/psr7": "^1.0"
109 },
110 "suggest": {
111 "ext-imagick": "To keep GIF animation when downloading image is enabled"
100 }, 112 },
101 "scripts": { 113 "scripts": {
102 "post-cmd": [ 114 "post-cmd": [
@@ -125,22 +137,40 @@
125 } 137 }
126 }, 138 },
127 "autoload": { 139 "autoload": {
128 "psr-4": { "Wallabag\\": "src/Wallabag/" }, 140 "psr-4": {
129 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ], 141 "Wallabag\\": "src/Wallabag/"
130 "exclude-from-classmap": [ 142 },
131 "vendor/symfony/intl/Locale.php", 143 "classmap": [
132 "vendor/symfony/symfony/src/Symfony/Component/Intl/Locale.php" 144 "app/AppKernel.php",
145 "app/AppCache.php"
133 ] 146 ]
134 }, 147 },
135 "autoload-dev": { 148 "autoload-dev": {
136 "psr-4": { "Tests\\": "tests/" } 149 "psr-4": {
150 "Tests\\": "tests/"
151 },
152 "files": [
153 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
154 ]
137 }, 155 },
138 "config": { 156 "config": {
139 "bin-dir": "bin", 157 "bin-dir": "bin",
140 "platform": { 158 "platform": {
141 "php": "5.6.0" 159 "php": "7.1.3"
142 } 160 }
143 }, 161 },
144 "minimum-stability": "dev", 162 "minimum-stability": "dev",
145 "prefer-stable": true 163 "prefer-stable": true,
164 "repositories": [
165 {
166 "type": "vcs",
167 "url": "https://github.com/Daniel-KM/PHPePub",
168 "comment": "The most up-to-date PHPePub as of now"
169 },
170 {
171 "type": "vcs",
172 "url": "https://github.com/wallabag/CraueConfigBundle",
173 "comment": "To handle utf8mb4 field size"
174 }
175 ]
146} 176}