aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json100
1 files changed, 64 insertions, 36 deletions
diff --git a/composer.json b/composer.json
index 56ae3f23..b28404e3 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,58 +47,61 @@
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",
67 "j0k3r/graby": "^1.0", 70 "j0k3r/graby": "^1.0",
68 "friendsofsymfony/user-bundle": "2.0.*", 71 "friendsofsymfony/user-bundle": "2.0.*",
69 "friendsofsymfony/oauth-server-bundle": "^1.5.2", 72 "friendsofsymfony/oauth-server-bundle": "^1.5",
70 "stof/doctrine-extensions-bundle": "^1.2", 73 "stof/doctrine-extensions-bundle": "^1.2",
71 "scheb/two-factor-bundle": "^2.14.0", 74 "scheb/two-factor-bundle": "^3.0",
72 "grandt/phpepub": "^4.0.7", 75 "grandt/phpepub": "dev-master",
73 "wallabag/php-mobi": "~1.0.0", 76 "wallabag/php-mobi": "~1.0",
74 "kphoen/rulerz-bundle": "~0.13", 77 "kphoen/rulerz-bundle": "~0.13",
75 "guzzlehttp/guzzle": "^5.3.1", 78 "guzzlehttp/guzzle": "^5.3.1",
76 "doctrine/doctrine-migrations-bundle": "^1.3", 79 "doctrine/doctrine-migrations-bundle": "^1.3",
77 "paragonie/random_compat": "^2.0.11", 80 "craue/config-bundle": "dev-utf8mb4",
78 "craue/config-bundle": "~2.0",
79 "mnapoli/piwik-twig-extension": "^1.0", 81 "mnapoli/piwik-twig-extension": "^1.0",
80 "ocramius/proxy-manager": "^1.0.2", 82 "ocramius/proxy-manager": "^2.1.1",
81 "white-october/pagerfanta-bundle": "^1.1.0", 83 "white-october/pagerfanta-bundle": "^1.1",
82 "php-amqplib/rabbitmq-bundle": "^1.14", 84 "php-amqplib/rabbitmq-bundle": "^1.14",
83 "predis/predis": "^1.1.1", 85 "predis/predis": "v1.1.x-dev",
84 "javibravo/simpleue": "^2.0", 86 "javibravo/simpleue": "^2.0",
85 "symfony/dom-crawler": "^3.3.13", 87 "symfony/dom-crawler": "^3.4",
86 "friendsofsymfony/jsrouting-bundle": "^1.6.3", 88 "friendsofsymfony/jsrouting-bundle": "^2.2",
87 "bdunogier/guzzle-site-authenticator": "^1.0.0", 89 "bdunogier/guzzle-site-authenticator": "^1.0.0",
88 "defuse/php-encryption": "^2.1", 90 "defuse/php-encryption": "^2.1",
89 "html2text/html2text": "^4.1" 91 "html2text/html2text": "^4.1",
92 "pragmarx/recovery": "^0.1.0"
90 }, 93 },
91 "require-dev": { 94 "require-dev": {
92 "doctrine/doctrine-fixtures-bundle": "~2.2", 95 "doctrine/doctrine-fixtures-bundle": "~3.0",
93 "doctrine/data-fixtures": "~1.1",
94 "sensio/generator-bundle": "^3.0", 96 "sensio/generator-bundle": "^3.0",
95 "symfony/phpunit-bridge": "^4.2", 97 "symfony/phpunit-bridge": "^4.2",
96 "friendsofphp/php-cs-fixer": "~2.0", 98 "friendsofphp/php-cs-fixer": "~2.13",
97 "m6web/redis-mock": "^2.0", 99 "m6web/redis-mock": "^4.1",
98 "dama/doctrine-test-bundle": "^4.0" 100 "dama/doctrine-test-bundle": "^5.0",
101 "phpstan/phpstan": "^0.11.0",
102 "phpstan/phpstan-phpunit": "^0.11.0",
103 "phpstan/phpstan-symfony": "^0.11.0",
104 "phpstan/phpstan-doctrine": "^0.11.0"
99 }, 105 },
100 "scripts": { 106 "scripts": {
101 "post-cmd": [ 107 "post-cmd": [
@@ -124,18 +130,40 @@
124 } 130 }
125 }, 131 },
126 "autoload": { 132 "autoload": {
127 "psr-4": { "Wallabag\\": "src/Wallabag/" }, 133 "psr-4": {
128 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] 134 "Wallabag\\": "src/Wallabag/"
135 },
136 "classmap": [
137 "app/AppKernel.php",
138 "app/AppCache.php"
139 ]
129 }, 140 },
130 "autoload-dev": { 141 "autoload-dev": {
131 "psr-4": { "Tests\\": "tests/" } 142 "psr-4": {
143 "Tests\\": "tests/"
144 },
145 "files": [
146 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
147 ]
132 }, 148 },
133 "config": { 149 "config": {
134 "bin-dir": "bin", 150 "bin-dir": "bin",
135 "platform": { 151 "platform": {
136 "php": "5.6.0" 152 "php": "7.1.3"
137 } 153 }
138 }, 154 },
139 "minimum-stability": "dev", 155 "minimum-stability": "dev",
140 "prefer-stable": true 156 "prefer-stable": true,
157 "repositories": [
158 {
159 "type": "vcs",
160 "url": "https://github.com/Daniel-KM/PHPePub",
161 "comment": "The most up-to-date PHPePub as of now"
162 },
163 {
164 "type": "vcs",
165 "url": "https://github.com/wallabag/CraueConfigBundle",
166 "comment": "To handle utf8mb4 field size"
167 }
168 ]
141} 169}