]> git.immae.eu Git - github/wallabag/wallabag.git/blob - composer.json
Merge pull request #4363 from wallabag/piwik-to-matomo
[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-pcre": "*",
36 "ext-dom": "*",
37 "ext-curl": "*",
38 "ext-gd": "*",
39 "ext-session": "*",
40 "ext-ctype": "*",
41 "ext-hash": "*",
42 "ext-simplexml": "*",
43 "ext-json": "*",
44 "ext-mbstring": "*",
45 "ext-xml": "*",
46 "ext-iconv": "*",
47 "ext-tokenizer": "*",
48 "ext-pdo": "*",
49 "ext-tidy": "*",
50 "symfony/symfony": "3.4.*",
51 "doctrine/orm": "^2.6",
52 "doctrine/doctrine-bundle": "^1.9",
53 "doctrine/doctrine-cache-bundle": "^1.3",
54 "doctrine/dbal": "2.9.2",
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",
61 "nelmio/cors-bundle": "~1.5",
62 "friendsofsymfony/rest-bundle": "~2.1",
63 "jms/serializer-bundle": "~2.2",
64 "nelmio/api-doc-bundle": "^2.13.2",
65 "mgargano/simplehtmldom": "~1.5",
66 "tecnickcom/tcpdf": "^6.3.0",
67 "willdurand/hateoas-bundle": "~1.3",
68 "liip/theme-bundle": "^1.4.6",
69 "lexik/form-filter-bundle": "^5.0.4",
70 "j0k3r/graby": "^2.0",
71 "php-http/guzzle5-adapter": "^2.0",
72 "friendsofsymfony/user-bundle": "2.0.*",
73 "friendsofsymfony/oauth-server-bundle": "^1.5",
74 "stof/doctrine-extensions-bundle": "^1.2",
75 "scheb/two-factor-bundle": "^4.4",
76 "wallabag/phpepub": "^4.0.7.2",
77 "wallabag/php-mobi": "~1.0",
78 "kphoen/rulerz-bundle": "~0.13",
79 "guzzlehttp/guzzle": "^5.3.1",
80 "doctrine/doctrine-migrations-bundle": "^1.3",
81 "craue/config-bundle": "^2.3.0",
82 "mnapoli/piwik-twig-extension": "^3.0",
83 "ocramius/proxy-manager": "^2.1.1",
84 "white-october/pagerfanta-bundle": "^1.1",
85 "php-amqplib/rabbitmq-bundle": "^1.14",
86 "predis/predis": "v1.1.x-dev",
87 "javibravo/simpleue": "^2.0",
88 "symfony/dom-crawler": "^3.4",
89 "friendsofsymfony/jsrouting-bundle": "^2.2",
90 "bdunogier/guzzle-site-authenticator": "^1.0.0",
91 "defuse/php-encryption": "^2.1",
92 "html2text/html2text": "^4.1",
93 "pragmarx/recovery": "^0.1.0",
94 "php-http/httplug-bundle": "^1.14",
95 "sentry/sentry-symfony": "^3.0"
96 },
97 "require-dev": {
98 "doctrine/doctrine-fixtures-bundle": "~3.0",
99 "sensio/generator-bundle": "^3.0",
100 "symfony/phpunit-bridge": "~4.3.8",
101 "friendsofphp/php-cs-fixer": "~2.13",
102 "m6web/redis-mock": "^5.0",
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",
107 "phpstan/phpstan-doctrine": "^0.11.0",
108 "php-http/mock-client": "^1.0",
109 "guzzlehttp/psr7": "^1.0"
110 },
111 "suggest": {
112 "ext-imagick": "To keep GIF animation when downloading image is enabled"
113 },
114 "scripts": {
115 "post-cmd": [
116 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
117 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
118 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
119 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
120 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
121 ],
122 "post-install-cmd": [
123 "@post-cmd"
124 ],
125 "post-update-cmd": [
126 "@post-cmd"
127 ]
128 },
129 "extra": {
130 "symfony-app-dir": "app",
131 "symfony-bin-dir": "bin",
132 "symfony-var-dir": "var",
133 "symfony-web-dir": "web",
134 "symfony-tests-dir": "tests",
135 "symfony-assets-install": "relative",
136 "incenteev-parameters": {
137 "file": "app/config/parameters.yml"
138 }
139 },
140 "autoload": {
141 "psr-4": {
142 "Wallabag\\": "src/Wallabag/"
143 },
144 "classmap": [
145 "app/AppKernel.php",
146 "app/AppCache.php"
147 ]
148 },
149 "autoload-dev": {
150 "psr-4": {
151 "Tests\\": "tests/"
152 },
153 "files": [
154 "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
155 ]
156 },
157 "config": {
158 "bin-dir": "bin",
159 "platform": {
160 "php": "7.1.3"
161 }
162 },
163 "minimum-stability": "dev",
164 "prefer-stable": true
165 }