]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
Merge pull request #4303 from wallabag/fix/cleanup-cookie
[github/wallabag/wallabag.git] / composer.json
CommitLineData
7d2eb7a7 1{
44f1fef0
NL
2 "name": "wallabag/wallabag",
3 "type": "project",
4 "description": "open source self hostable read-it-later web application",
9666fb70
TC
5 "keywords": [
6 "read-it-later",
7 "read it later"
8 ],
44f1fef0
NL
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"
2a2903ce
NL
22 },
23 {
24 "name": "Jérémy Benoist",
4793ee65 25 "homepage": "http://www.j0k3r.net",
2a2903ce 26 "role": "Developer"
44f1fef0
NL
27 }
28 ],
29 "support": {
30 "email": "hello@wallabag.org",
31 "issues": "https://github.com/wallabag/wallabag/issues"
32 },
7d2eb7a7 33 "require": {
a6b242a1 34 "php": ">=7.1.3",
0a7e6959 35 "ext-pcre": "*",
7af794e5 36 "ext-dom": "*",
0a7e6959
TC
37 "ext-curl": "*",
38 "ext-gd": "*",
39 "ext-session": "*",
7af794e5 40 "ext-ctype": "*",
0a7e6959
TC
41 "ext-hash": "*",
42 "ext-simplexml": "*",
43 "ext-json": "*",
44 "ext-mbstring": "*",
45 "ext-xml": "*",
46 "ext-iconv": "*",
0a7e6959 47 "ext-tokenizer": "*",
7af794e5 48 "ext-pdo": "*",
1ec44a34 49 "ext-tidy": "*",
115de64e 50 "symfony/symfony": "3.4.*",
8f2038e5
JB
51 "doctrine/orm": "^2.6",
52 "doctrine/doctrine-bundle": "^1.9",
53 "doctrine/doctrine-cache-bundle": "^1.3",
7f2ae89d 54 "doctrine/dbal": "2.9.2",
8f2038e5
JB
55 "twig/extensions": "^1.5",
56 "symfony/swiftmailer-bundle": "^3.2",
57 "symfony/monolog-bundle": "^3.1",
58 "sensio/distribution-bundle": "^5.0",
59 "sensio/framework-extra-bundle": "^5.2",
60 "incenteev/composer-parameter-handler": "^2.1",
b495929c 61 "nelmio/cors-bundle": "~1.5",
f1c3f68e 62 "friendsofsymfony/rest-bundle": "~2.1",
f40c88eb 63 "jms/serializer-bundle": "~2.2",
b495929c 64 "nelmio/api-doc-bundle": "^2.13.2",
daacffef 65 "mgargano/simplehtmldom": "~1.5",
6fc95673 66 "wallabag/tcpdf": "^6.2.26",
b495929c
KD
67 "willdurand/hateoas-bundle": "~1.3",
68 "liip/theme-bundle": "^1.4.6",
bf9ace06 69 "lexik/form-filter-bundle": "^5.0.4",
70 "j0k3r/graby": "^2.0",
71 "php-http/guzzle5-adapter": "^2.0",
ad77c345 72 "friendsofsymfony/user-bundle": "2.0.*",
8f2038e5 73 "friendsofsymfony/oauth-server-bundle": "^1.5",
a0a4ce31 74 "stof/doctrine-extensions-bundle": "^1.2",
28378675 75 "scheb/two-factor-bundle": "^4.4",
6fc95673 76 "grandt/phpepub": "dev-master",
8f2038e5 77 "wallabag/php-mobi": "~1.0",
177c5510 78 "kphoen/rulerz-bundle": "~0.13",
19738973 79 "guzzlehttp/guzzle": "^5.3.1",
b495929c 80 "doctrine/doctrine-migrations-bundle": "^1.3",
1576905e 81 "craue/config-bundle": "^2.3.0",
a2f4efe6 82 "mnapoli/piwik-twig-extension": "^2.0",
9666fb70 83 "ocramius/proxy-manager": "^2.1.1",
8f2038e5 84 "white-october/pagerfanta-bundle": "^1.1",
b495929c 85 "php-amqplib/rabbitmq-bundle": "^1.14",
9394e809 86 "predis/predis": "v1.1.x-dev",
c8ac32cf 87 "javibravo/simpleue": "^2.0",
8f2038e5
JB
88 "symfony/dom-crawler": "^3.4",
89 "friendsofsymfony/jsrouting-bundle": "^2.2",
8bb381e7 90 "bdunogier/guzzle-site-authenticator": "^1.0.0",
c6608783 91 "defuse/php-encryption": "^2.1",
dfd0a7bc 92 "html2text/html2text": "^4.1",
bf9ace06 93 "pragmarx/recovery": "^0.1.0",
955a3bde
JB
94 "php-http/httplug-bundle": "^1.14",
95 "sentry/sentry-symfony": "^3.0"
f3052b45
NL
96 },
97 "require-dev": {
115de64e 98 "doctrine/doctrine-fixtures-bundle": "~3.0",
31e33fc4 99 "sensio/generator-bundle": "^3.0",
d3847ac1 100 "symfony/phpunit-bridge": "~4.3.8",
8f2038e5 101 "friendsofphp/php-cs-fixer": "~2.13",
501d5fd1 102 "m6web/redis-mock": "^5.0",
1e0d8ad7
JB
103 "dama/doctrine-test-bundle": "^5.0",
104 "phpstan/phpstan": "^0.11.0",
105 "phpstan/phpstan-phpunit": "^0.11.0",
106 "phpstan/phpstan-symfony": "^0.11.0",
bf9ace06 107 "phpstan/phpstan-doctrine": "^0.11.0",
108 "php-http/mock-client": "^1.0",
109 "guzzlehttp/psr7": "^1.0"
f3052b45 110 },
9306c2a3
JB
111 "suggest": {
112 "ext-imagick": "To keep GIF animation when downloading image is enabled"
113 },
19875ef0 114 "scripts": {
516022d6 115 "post-cmd": [
0bb5669c 116 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
93fd4692
NL
117 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
118 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
74216c7c 119 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
1b1cb553 120 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
59507c5b 121 ],
516022d6
JB
122 "post-install-cmd": [
123 "@post-cmd"
124 ],
125 "post-update-cmd": [
126 "@post-cmd"
19875ef0
NL
127 ]
128 },
93fd4692
NL
129 "extra": {
130 "symfony-app-dir": "app",
31e33fc4
JB
131 "symfony-bin-dir": "bin",
132 "symfony-var-dir": "var",
93fd4692 133 "symfony-web-dir": "web",
31e33fc4 134 "symfony-tests-dir": "tests",
f972af3f 135 "symfony-assets-install": "relative",
93fd4692 136 "incenteev-parameters": {
0bb5669c 137 "file": "app/config/parameters.yml"
93fd4692
NL
138 }
139 },
6ad93dff 140 "autoload": {
6fc95673
JB
141 "psr-4": {
142 "Wallabag\\": "src/Wallabag/"
143 },
144 "classmap": [
145 "app/AppKernel.php",
146 "app/AppCache.php"
147 ]
6ad93dff 148 },
23634d5d 149 "autoload-dev": {
6fc95673
JB
150 "psr-4": {
151 "Tests\\": "tests/"
152 },
9666fb70
TC
153 "files": [
154 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
155 ]
23634d5d 156 },
f3052b45 157 "config": {
c396a505
JB
158 "bin-dir": "bin",
159 "platform": {
a6b242a1 160 "php": "7.1.3"
c396a505 161 }
daacffef
J
162 },
163 "minimum-stability": "dev",
6fc95673
JB
164 "prefer-stable": true,
165 "repositories": [
166 {
167 "type": "vcs",
168 "url": "https://github.com/Daniel-KM/PHPePub",
169 "comment": "The most up-to-date PHPePub as of now"
170 }
171 ]
daacffef 172}