]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
Merge pull request #3223 from wallabag/rss2atom
[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",
54 "twig/extensions": "^1.5",
55 "symfony/swiftmailer-bundle": "^3.2",
56 "symfony/monolog-bundle": "^3.1",
57 "sensio/distribution-bundle": "^5.0",
58 "sensio/framework-extra-bundle": "^5.2",
59 "incenteev/composer-parameter-handler": "^2.1",
b495929c 60 "nelmio/cors-bundle": "~1.5",
f1c3f68e 61 "friendsofsymfony/rest-bundle": "~2.1",
f40c88eb 62 "jms/serializer-bundle": "~2.2",
b495929c 63 "nelmio/api-doc-bundle": "^2.13.2",
daacffef 64 "mgargano/simplehtmldom": "~1.5",
6fc95673 65 "wallabag/tcpdf": "^6.2.26",
f40c88eb 66 "simplepie/simplepie": "~1.5",
b495929c
KD
67 "willdurand/hateoas-bundle": "~1.3",
68 "liip/theme-bundle": "^1.4.6",
8f2038e5 69 "lexik/form-filter-bundle": "^5.0",
4368a271 70 "j0k3r/graby": "^1.0",
ad77c345 71 "friendsofsymfony/user-bundle": "2.0.*",
8f2038e5 72 "friendsofsymfony/oauth-server-bundle": "^1.5",
a0a4ce31 73 "stof/doctrine-extensions-bundle": "^1.2",
a6b242a1 74 "scheb/two-factor-bundle": "^3.0",
6fc95673 75 "grandt/phpepub": "dev-master",
8f2038e5 76 "wallabag/php-mobi": "~1.0",
177c5510 77 "kphoen/rulerz-bundle": "~0.13",
19738973 78 "guzzlehttp/guzzle": "^5.3.1",
b495929c 79 "doctrine/doctrine-migrations-bundle": "^1.3",
9a8a1bdf 80 "craue/config-bundle": "dev-utf8mb4",
fbbda941 81 "mnapoli/piwik-twig-extension": "^1.0",
9666fb70 82 "ocramius/proxy-manager": "^2.1.1",
8f2038e5 83 "white-october/pagerfanta-bundle": "^1.1",
b495929c 84 "php-amqplib/rabbitmq-bundle": "^1.14",
9394e809 85 "predis/predis": "v1.1.x-dev",
c8ac32cf 86 "javibravo/simpleue": "^2.0",
8f2038e5
JB
87 "symfony/dom-crawler": "^3.4",
88 "friendsofsymfony/jsrouting-bundle": "^2.2",
8bb381e7 89 "bdunogier/guzzle-site-authenticator": "^1.0.0",
c6608783 90 "defuse/php-encryption": "^2.1",
dfd0a7bc
JB
91 "html2text/html2text": "^4.1",
92 "pragmarx/recovery": "^0.1.0"
f3052b45
NL
93 },
94 "require-dev": {
115de64e 95 "doctrine/doctrine-fixtures-bundle": "~3.0",
31e33fc4 96 "sensio/generator-bundle": "^3.0",
a5e9a98a 97 "symfony/phpunit-bridge": "^4.2",
8f2038e5
JB
98 "friendsofphp/php-cs-fixer": "~2.13",
99 "m6web/redis-mock": "^4.1",
1e0d8ad7
JB
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"
f3052b45 105 },
19875ef0 106 "scripts": {
516022d6 107 "post-cmd": [
0bb5669c 108 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
93fd4692
NL
109 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
110 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
74216c7c 111 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
1b1cb553 112 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
59507c5b 113 ],
516022d6
JB
114 "post-install-cmd": [
115 "@post-cmd"
116 ],
117 "post-update-cmd": [
118 "@post-cmd"
19875ef0
NL
119 ]
120 },
93fd4692
NL
121 "extra": {
122 "symfony-app-dir": "app",
31e33fc4
JB
123 "symfony-bin-dir": "bin",
124 "symfony-var-dir": "var",
93fd4692 125 "symfony-web-dir": "web",
31e33fc4 126 "symfony-tests-dir": "tests",
f972af3f 127 "symfony-assets-install": "relative",
93fd4692 128 "incenteev-parameters": {
0bb5669c 129 "file": "app/config/parameters.yml"
93fd4692
NL
130 }
131 },
6ad93dff 132 "autoload": {
6fc95673
JB
133 "psr-4": {
134 "Wallabag\\": "src/Wallabag/"
135 },
136 "classmap": [
137 "app/AppKernel.php",
138 "app/AppCache.php"
139 ]
6ad93dff 140 },
23634d5d 141 "autoload-dev": {
6fc95673
JB
142 "psr-4": {
143 "Tests\\": "tests/"
144 },
9666fb70
TC
145 "files": [
146 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
147 ]
23634d5d 148 },
f3052b45 149 "config": {
c396a505
JB
150 "bin-dir": "bin",
151 "platform": {
a6b242a1 152 "php": "7.1.3"
c396a505 153 }
daacffef
J
154 },
155 "minimum-stability": "dev",
6fc95673
JB
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"
9a8a1bdf
JB
162 },
163 {
164 "type": "vcs",
165 "url": "https://github.com/wallabag/CraueConfigBundle",
166 "comment": "To handle utf8mb4 field size"
6fc95673
JB
167 }
168 ]
daacffef 169}