diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 110 |
1 files changed, 71 insertions, 39 deletions
diff --git a/composer.json b/composer.json index 68cfad05..bfe287c4 100644 --- a/composer.json +++ b/composer.json | |||
@@ -2,7 +2,10 @@ | |||
2 | "name": "wallabag/wallabag", | 2 | "name": "wallabag/wallabag", |
3 | "type": "project", | 3 | "type": "project", |
4 | "description": "open source self hostable read-it-later web application", | 4 | "description": "open source self hostable read-it-later web application", |
5 | "keywords": ["read-it-later","read it later"], | 5 | "keywords": [ |
6 | "read-it-later", | ||
7 | "read it later" | ||
8 | ], | ||
6 | "homepage": "https://github.com/wallabag/wallabag", | 9 | "homepage": "https://github.com/wallabag/wallabag", |
7 | "license": "MIT", | 10 | "license": "MIT", |
8 | "authors": [ | 11 | "authors": [ |
@@ -28,7 +31,7 @@ | |||
28 | "issues": "https://github.com/wallabag/wallabag/issues" | 31 | "issues": "https://github.com/wallabag/wallabag/issues" |
29 | }, | 32 | }, |
30 | "require": { | 33 | "require": { |
31 | "php": ">=5.6.0", | 34 | "php": ">=7.1.3", |
32 | "ext-pcre": "*", | 35 | "ext-pcre": "*", |
33 | "ext-dom": "*", | 36 | "ext-dom": "*", |
34 | "ext-curl": "*", | 37 | "ext-curl": "*", |
@@ -43,58 +46,70 @@ | |||
43 | "ext-iconv": "*", | 46 | "ext-iconv": "*", |
44 | "ext-tokenizer": "*", | 47 | "ext-tokenizer": "*", |
45 | "ext-pdo": "*", | 48 | "ext-pdo": "*", |
46 | "symfony/symfony": "~3.3.13", | 49 | "ext-tidy": "*", |
47 | "doctrine/orm": "^2.5.12", | 50 | "symfony/symfony": "3.4.*", |
48 | "doctrine/doctrine-bundle": "^1.8.0", | 51 | "doctrine/orm": "^2.6", |
49 | "doctrine/doctrine-cache-bundle": "^1.3.2", | 52 | "doctrine/doctrine-bundle": "^1.9", |
50 | "twig/extensions": "^1.5.1", | 53 | "doctrine/doctrine-cache-bundle": "^1.3", |
51 | "symfony/swiftmailer-bundle": "^2.6.7", | 54 | "doctrine/dbal": "2.9.2", |
52 | "symfony/monolog-bundle": "^3.1.2", | 55 | "twig/extensions": "^1.5", |
53 | "sensio/distribution-bundle": "^5.0.21", | 56 | "symfony/swiftmailer-bundle": "^3.2", |
54 | "sensio/framework-extra-bundle": "^3.0.28", | 57 | "symfony/monolog-bundle": "^3.1", |
55 | "incenteev/composer-parameter-handler": "^2.1.2", | 58 | "sensio/distribution-bundle": "^5.0", |
59 | "sensio/framework-extra-bundle": "^5.2", | ||
60 | "incenteev/composer-parameter-handler": "^2.1", | ||
56 | "nelmio/cors-bundle": "~1.5", | 61 | "nelmio/cors-bundle": "~1.5", |
57 | "friendsofsymfony/rest-bundle": "~2.1", | 62 | "friendsofsymfony/rest-bundle": "~2.1", |
58 | "jms/serializer-bundle": "~2.2", | 63 | "jms/serializer-bundle": "~2.2", |
59 | "nelmio/api-doc-bundle": "^2.13.2", | 64 | "nelmio/api-doc-bundle": "^2.13.2", |
60 | "mgargano/simplehtmldom": "~1.5", | 65 | "mgargano/simplehtmldom": "~1.5", |
61 | "wallabag/tcpdf": "^6.2.15", | 66 | "wallabag/tcpdf": "^6.2.26", |
62 | "simplepie/simplepie": "~1.5", | ||
63 | "willdurand/hateoas-bundle": "~1.3", | 67 | "willdurand/hateoas-bundle": "~1.3", |
64 | "liip/theme-bundle": "^1.4.6", | 68 | "liip/theme-bundle": "^1.4.6", |
65 | "lexik/form-filter-bundle": "^5.0.4", | 69 | "lexik/form-filter-bundle": "^5.0.4", |
66 | "j0k3r/graby": "^1.0", | 70 | "j0k3r/graby": "^2.0", |
71 | "php-http/guzzle5-adapter": "^2.0", | ||
67 | "friendsofsymfony/user-bundle": "2.0.*", | 72 | "friendsofsymfony/user-bundle": "2.0.*", |
68 | "friendsofsymfony/oauth-server-bundle": "^1.5.2", | 73 | "friendsofsymfony/oauth-server-bundle": "^1.5", |
69 | "stof/doctrine-extensions-bundle": "^1.2", | 74 | "stof/doctrine-extensions-bundle": "^1.2", |
70 | "scheb/two-factor-bundle": "^2.14.0", | 75 | "scheb/two-factor-bundle": "^4.4", |
71 | "grandt/phpepub": "^4.0.7", | 76 | "grandt/phpepub": "dev-master", |
72 | "wallabag/php-mobi": "~1.0.0", | 77 | "wallabag/php-mobi": "~1.0", |
73 | "kphoen/rulerz-bundle": "~0.13", | 78 | "kphoen/rulerz-bundle": "~0.13", |
74 | "guzzlehttp/guzzle": "^5.3.1", | 79 | "guzzlehttp/guzzle": "^5.3.1", |
75 | "doctrine/doctrine-migrations-bundle": "^1.3", | 80 | "doctrine/doctrine-migrations-bundle": "^1.3", |
76 | "paragonie/random_compat": "^2.0.11", | 81 | "craue/config-bundle": "^2.3.0", |
77 | "craue/config-bundle": "~2.0", | 82 | "mnapoli/piwik-twig-extension": "^2.0", |
78 | "mnapoli/piwik-twig-extension": "^1.0", | 83 | "ocramius/proxy-manager": "^2.1.1", |
79 | "ocramius/proxy-manager": "^1.0.2", | 84 | "white-october/pagerfanta-bundle": "^1.1", |
80 | "white-october/pagerfanta-bundle": "^1.1.0", | ||
81 | "php-amqplib/rabbitmq-bundle": "^1.14", | 85 | "php-amqplib/rabbitmq-bundle": "^1.14", |
82 | "predis/predis": "^1.1.1", | 86 | "predis/predis": "v1.1.x-dev", |
83 | "javibravo/simpleue": "^2.0", | 87 | "javibravo/simpleue": "^2.0", |
84 | "symfony/dom-crawler": "^3.3.13", | 88 | "symfony/dom-crawler": "^3.4", |
85 | "friendsofsymfony/jsrouting-bundle": "^1.6.3", | 89 | "friendsofsymfony/jsrouting-bundle": "^2.2", |
86 | "bdunogier/guzzle-site-authenticator": "^1.0.0", | 90 | "bdunogier/guzzle-site-authenticator": "^1.0.0", |
87 | "defuse/php-encryption": "^2.1", | 91 | "defuse/php-encryption": "^2.1", |
88 | "html2text/html2text": "^4.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" | ||
89 | }, | 96 | }, |
90 | "require-dev": { | 97 | "require-dev": { |
91 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 98 | "doctrine/doctrine-fixtures-bundle": "~3.0", |
92 | "doctrine/data-fixtures": "~1.1", | ||
93 | "sensio/generator-bundle": "^3.0", | 99 | "sensio/generator-bundle": "^3.0", |
94 | "symfony/phpunit-bridge": "3.4.x-dev", | 100 | "symfony/phpunit-bridge": "~4.3.8", |
95 | "friendsofphp/php-cs-fixer": "~2.0", | 101 | "friendsofphp/php-cs-fixer": "~2.13", |
96 | "m6web/redis-mock": "^2.0", | 102 | "m6web/redis-mock": "^5.0", |
97 | "dama/doctrine-test-bundle": "^4.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" | ||
98 | }, | 113 | }, |
99 | "scripts": { | 114 | "scripts": { |
100 | "post-cmd": [ | 115 | "post-cmd": [ |
@@ -123,18 +138,35 @@ | |||
123 | } | 138 | } |
124 | }, | 139 | }, |
125 | "autoload": { | 140 | "autoload": { |
126 | "psr-4": { "Wallabag\\": "src/Wallabag/" }, | 141 | "psr-4": { |
127 | "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] | 142 | "Wallabag\\": "src/Wallabag/" |
143 | }, | ||
144 | "classmap": [ | ||
145 | "app/AppKernel.php", | ||
146 | "app/AppCache.php" | ||
147 | ] | ||
128 | }, | 148 | }, |
129 | "autoload-dev": { | 149 | "autoload-dev": { |
130 | "psr-4": { "Tests\\": "tests/" } | 150 | "psr-4": { |
151 | "Tests\\": "tests/" | ||
152 | }, | ||
153 | "files": [ | ||
154 | "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" | ||
155 | ] | ||
131 | }, | 156 | }, |
132 | "config": { | 157 | "config": { |
133 | "bin-dir": "bin", | 158 | "bin-dir": "bin", |
134 | "platform": { | 159 | "platform": { |
135 | "php": "5.6.0" | 160 | "php": "7.1.3" |
136 | } | 161 | } |
137 | }, | 162 | }, |
138 | "minimum-stability": "dev", | 163 | "minimum-stability": "dev", |
139 | "prefer-stable": true | 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 | ] | ||
140 | } | 172 | } |