]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.json
Update deps
[github/wallabag/wallabag.git] / composer.json
1 {
2 "name": "wallabag/wallabag",
3 "type": "project",
4 "description": "open source self hostable read-it-later web application",
5 "keywords": [
6 "read-it-later",
7 "read it later"
8 ],
9 "homepage": "https://github.com/wallabag/wallabag",
10 "license": "MIT",
11 "authors": [
12 {
13 "name": "Nicolas Lœuillet",
14 "email": "nicolas@loeuillet.org",
15 "homepage": "http://www.cdetc.fr",
16 "role": "Developer"
17 },
18 {
19 "name": "Thomas Citharel",
20 "homepage": "http://tcit.fr",
21 "role": "Developer"
22 },
23 {
24 "name": "Jérémy Benoist",
25 "homepage": "http://www.j0k3r.net",
26 "role": "Developer"
27 }
28 ],
29 "support": {
30 "email": "hello@wallabag.org",
31 "issues": "https://github.com/wallabag/wallabag/issues"
32 },
33 "require": {
34 "php": ">=7.1.3",
35 "ext-ctype": "*",
36 "ext-curl": "*",
37 "ext-dom": "*",
38 "ext-gd": "*",
39 "ext-hash": "*",
40 "ext-iconv": "*",
41 "ext-json": "*",
42 "ext-mbstring": "*",
43 "ext-pcre": "*",
44 "ext-pdo": "*",
45 "ext-session": "*",
46 "ext-simplexml": "*",
47 "ext-tidy": "*",
48 "ext-tokenizer": "*",
49 "ext-xml": "*",
50 "bdunogier/guzzle-site-authenticator": "^1.0.0",
51 "craue/config-bundle": "^2.3.0",
52 "defuse/php-encryption": "^2.1",
53 "doctrine/dbal": "2.9.2",
54 "doctrine/doctrine-bundle": "^1.9",
55 "doctrine/doctrine-cache-bundle": "^1.3",
56 "doctrine/doctrine-migrations-bundle": "^1.3",
57 "doctrine/orm": "^2.6",
58 "friendsofsymfony/jsrouting-bundle": "^2.2",
59 "friendsofsymfony/oauth-server-bundle": "^1.5",
60 "friendsofsymfony/rest-bundle": "~2.1",
61 "friendsofsymfony/user-bundle": "2.0.*",
62 "guzzlehttp/guzzle": "^5.3.1",
63 "html2text/html2text": "^4.1",
64 "incenteev/composer-parameter-handler": "^2.1",
65 "j0k3r/graby": "^2.0",
66 "javibravo/simpleue": "^2.0",
67 "jms/serializer-bundle": "~2.2",
68 "kphoen/rulerz-bundle": "~0.13",
69 "laminas/laminas-code": "^3.4",
70 "laminas/laminas-diactoros": "^2.3",
71 "lexik/form-filter-bundle": "^5.0.4",
72 "liip/theme-bundle": "^1.4.6",
73 "mgargano/simplehtmldom": "~1.5",
74 "mnapoli/piwik-twig-extension": "^3.0",
75 "nelmio/api-doc-bundle": "^2.13.2",
76 "nelmio/cors-bundle": "~1.5",
77 "ocramius/proxy-manager": "^2.1.1",
78 "php-amqplib/rabbitmq-bundle": "^1.14",
79 "php-http/guzzle5-adapter": "^2.0",
80 "php-http/httplug-bundle": "^1.14",
81 "pragmarx/recovery": "^0.1.0",
82 "predis/predis": "v1.1.x-dev",
83 "scheb/two-factor-bundle": "^4.4",
84 "sensio/distribution-bundle": "^5.0",
85 "sensio/framework-extra-bundle": "^5.2",
86 "sentry/sentry-symfony": "^3.0",
87 "stof/doctrine-extensions-bundle": "^1.2",
88 "symfony/dom-crawler": "^3.4",
89 "symfony/monolog-bundle": "^3.1",
90 "symfony/swiftmailer-bundle": "^3.2",
91 "symfony/symfony": "3.4.*",
92 "tecnickcom/tcpdf": "^6.3.0",
93 "twig/extensions": "^1.5",
94 "wallabag/php-mobi": "~1.0",
95 "wallabag/phpepub": "^4.0.7.2",
96 "white-october/pagerfanta-bundle": "^1.1",
97 "willdurand/hateoas-bundle": "~1.3"
98 },
99 "require-dev": {
100 "dama/doctrine-test-bundle": "^5.0",
101 "doctrine/doctrine-fixtures-bundle": "~3.0",
102 "friendsofphp/php-cs-fixer": "~2.13",
103 "guzzlehttp/psr7": "^1.0",
104 "m6web/redis-mock": "^5.0",
105 "php-http/mock-client": "^1.0",
106 "phpstan/phpstan": "^0.11.0",
107 "phpstan/phpstan-doctrine": "^0.11.0",
108 "phpstan/phpstan-phpunit": "^0.11.0",
109 "phpstan/phpstan-symfony": "^0.11.0",
110 "symfony/maker-bundle": "^1.18",
111 "symfony/phpunit-bridge": "~4.3.8"
112 },
113 "suggest": {
114 "ext-imagick": "To keep GIF animation when downloading image is enabled"
115 },
116 "scripts": {
117 "post-cmd": [
118 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
119 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
120 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
121 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
122 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
123 ],
124 "post-install-cmd": [
125 "@post-cmd"
126 ],
127 "post-update-cmd": [
128 "@post-cmd"
129 ]
130 },
131 "extra": {
132 "symfony-app-dir": "app",
133 "symfony-bin-dir": "bin",
134 "symfony-var-dir": "var",
135 "symfony-web-dir": "web",
136 "symfony-tests-dir": "tests",
137 "symfony-assets-install": "relative",
138 "incenteev-parameters": {
139 "file": "app/config/parameters.yml"
140 }
141 },
142 "autoload": {
143 "psr-4": {
144 "Wallabag\\": "src/Wallabag/"
145 },
146 "classmap": [
147 "app/AppKernel.php",
148 "app/AppCache.php"
149 ]
150 },
151 "autoload-dev": {
152 "psr-4": {
153 "Tests\\": "tests/"
154 },
155 "files": [
156 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
157 ]
158 },
159 "config": {
160 "bin-dir": "bin",
161 "platform": {
162 "php": "7.1.3"
163 },
164 "sort-packages": true
165 },
166 "minimum-stability": "dev",
167 "prefer-stable": true
168 }