]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
Replace continue; with break; to avoid PHP 7.3 warnings
[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",
5 "keywords": ["read-it-later","read it later"],
6 "homepage": "https://github.com/wallabag/wallabag",
7 "license": "MIT",
8 "authors": [
9 {
10 "name": "Nicolas Lœuillet",
11 "email": "nicolas@loeuillet.org",
12 "homepage": "http://www.cdetc.fr",
13 "role": "Developer"
14 },
15 {
16 "name": "Thomas Citharel",
17 "homepage": "http://tcit.fr",
18 "role": "Developer"
2a2903ce
NL
19 },
20 {
21 "name": "Jérémy Benoist",
4793ee65 22 "homepage": "http://www.j0k3r.net",
2a2903ce 23 "role": "Developer"
44f1fef0
NL
24 }
25 ],
26 "support": {
27 "email": "hello@wallabag.org",
28 "issues": "https://github.com/wallabag/wallabag/issues"
29 },
7d2eb7a7 30 "require": {
3c7900d0 31 "php": ">=7.1.0",
0a7e6959 32 "ext-pcre": "*",
7af794e5 33 "ext-dom": "*",
0a7e6959
TC
34 "ext-curl": "*",
35 "ext-gd": "*",
36 "ext-session": "*",
7af794e5 37 "ext-ctype": "*",
0a7e6959
TC
38 "ext-hash": "*",
39 "ext-simplexml": "*",
40 "ext-json": "*",
41 "ext-mbstring": "*",
42 "ext-xml": "*",
43 "ext-iconv": "*",
0a7e6959 44 "ext-tokenizer": "*",
7af794e5 45 "ext-pdo": "*",
115de64e 46 "symfony/symfony": "3.4.*",
8f2038e5
JB
47 "doctrine/orm": "^2.6",
48 "doctrine/doctrine-bundle": "^1.9",
49 "doctrine/doctrine-cache-bundle": "^1.3",
50 "twig/extensions": "^1.5",
51 "symfony/swiftmailer-bundle": "^3.2",
52 "symfony/monolog-bundle": "^3.1",
53 "sensio/distribution-bundle": "^5.0",
54 "sensio/framework-extra-bundle": "^5.2",
55 "incenteev/composer-parameter-handler": "^2.1",
b495929c 56 "nelmio/cors-bundle": "~1.5",
f1c3f68e 57 "friendsofsymfony/rest-bundle": "~2.1",
f40c88eb 58 "jms/serializer-bundle": "~2.2",
b495929c 59 "nelmio/api-doc-bundle": "^2.13.2",
daacffef 60 "mgargano/simplehtmldom": "~1.5",
6fc95673 61 "wallabag/tcpdf": "^6.2.26",
f40c88eb 62 "simplepie/simplepie": "~1.5",
b495929c
KD
63 "willdurand/hateoas-bundle": "~1.3",
64 "liip/theme-bundle": "^1.4.6",
8f2038e5 65 "lexik/form-filter-bundle": "^5.0",
4368a271 66 "j0k3r/graby": "^1.0",
ad77c345 67 "friendsofsymfony/user-bundle": "2.0.*",
8f2038e5 68 "friendsofsymfony/oauth-server-bundle": "^1.5",
a0a4ce31 69 "stof/doctrine-extensions-bundle": "^1.2",
8f2038e5 70 "scheb/two-factor-bundle": "^2.14",
6fc95673 71 "grandt/phpepub": "dev-master",
8f2038e5 72 "wallabag/php-mobi": "~1.0",
177c5510 73 "kphoen/rulerz-bundle": "~0.13",
19738973 74 "guzzlehttp/guzzle": "^5.3.1",
b495929c 75 "doctrine/doctrine-migrations-bundle": "^1.3",
9a8a1bdf 76 "craue/config-bundle": "dev-utf8mb4",
fbbda941 77 "mnapoli/piwik-twig-extension": "^1.0",
b495929c 78 "ocramius/proxy-manager": "^1.0.2",
8f2038e5 79 "white-october/pagerfanta-bundle": "^1.1",
b495929c 80 "php-amqplib/rabbitmq-bundle": "^1.14",
9394e809 81 "predis/predis": "v1.1.x-dev",
c8ac32cf 82 "javibravo/simpleue": "^2.0",
8f2038e5
JB
83 "symfony/dom-crawler": "^3.4",
84 "friendsofsymfony/jsrouting-bundle": "^2.2",
906424c1 85 "bdunogier/guzzle-site-authenticator": "^1.0.0@dev",
c6608783
NH
86 "defuse/php-encryption": "^2.1",
87 "html2text/html2text": "^4.1"
f3052b45
NL
88 },
89 "require-dev": {
115de64e 90 "doctrine/doctrine-fixtures-bundle": "~3.0",
31e33fc4 91 "sensio/generator-bundle": "^3.0",
8f2038e5
JB
92 "symfony/phpunit-bridge": "^3.4",
93 "friendsofphp/php-cs-fixer": "~2.13",
94 "m6web/redis-mock": "^4.1",
95 "dama/doctrine-test-bundle": "^5.0"
f3052b45 96 },
19875ef0 97 "scripts": {
516022d6 98 "post-cmd": [
0bb5669c 99 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
93fd4692
NL
100 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
74216c7c 102 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
1b1cb553 103 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
59507c5b 104 ],
516022d6
JB
105 "post-install-cmd": [
106 "@post-cmd"
107 ],
108 "post-update-cmd": [
109 "@post-cmd"
19875ef0
NL
110 ]
111 },
93fd4692
NL
112 "extra": {
113 "symfony-app-dir": "app",
31e33fc4
JB
114 "symfony-bin-dir": "bin",
115 "symfony-var-dir": "var",
93fd4692 116 "symfony-web-dir": "web",
31e33fc4 117 "symfony-tests-dir": "tests",
f972af3f 118 "symfony-assets-install": "relative",
93fd4692 119 "incenteev-parameters": {
0bb5669c 120 "file": "app/config/parameters.yml"
93fd4692
NL
121 }
122 },
6ad93dff 123 "autoload": {
6fc95673
JB
124 "psr-4": {
125 "Wallabag\\": "src/Wallabag/"
126 },
127 "classmap": [
128 "app/AppKernel.php",
129 "app/AppCache.php"
130 ]
6ad93dff 131 },
23634d5d 132 "autoload-dev": {
6fc95673
JB
133 "psr-4": {
134 "Tests\\": "tests/"
135 },
136 "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
23634d5d 137 },
f3052b45 138 "config": {
c396a505
JB
139 "bin-dir": "bin",
140 "platform": {
6fc95673 141 "php": "7.1"
c396a505 142 }
daacffef
J
143 },
144 "minimum-stability": "dev",
6fc95673
JB
145 "prefer-stable": true,
146 "repositories": [
147 {
148 "type": "vcs",
149 "url": "https://github.com/Daniel-KM/PHPePub",
150 "comment": "The most up-to-date PHPePub as of now"
9a8a1bdf
JB
151 },
152 {
153 "type": "vcs",
154 "url": "https://github.com/wallabag/CraueConfigBundle",
155 "comment": "To handle utf8mb4 field size"
6fc95673
JB
156 }
157 ]
daacffef 158}