diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 105 |
1 files changed, 54 insertions, 51 deletions
diff --git a/composer.json b/composer.json index 03b030a7..6133f5e8 100644 --- a/composer.json +++ b/composer.json | |||
@@ -32,81 +32,83 @@ | |||
32 | }, | 32 | }, |
33 | "require": { | 33 | "require": { |
34 | "php": ">=7.1.3", | 34 | "php": ">=7.1.3", |
35 | "ext-pcre": "*", | 35 | "ext-ctype": "*", |
36 | "ext-dom": "*", | ||
37 | "ext-curl": "*", | 36 | "ext-curl": "*", |
37 | "ext-dom": "*", | ||
38 | "ext-gd": "*", | 38 | "ext-gd": "*", |
39 | "ext-session": "*", | ||
40 | "ext-ctype": "*", | ||
41 | "ext-hash": "*", | 39 | "ext-hash": "*", |
42 | "ext-simplexml": "*", | 40 | "ext-iconv": "*", |
43 | "ext-json": "*", | 41 | "ext-json": "*", |
44 | "ext-mbstring": "*", | 42 | "ext-mbstring": "*", |
45 | "ext-xml": "*", | 43 | "ext-pcre": "*", |
46 | "ext-iconv": "*", | ||
47 | "ext-tokenizer": "*", | ||
48 | "ext-pdo": "*", | 44 | "ext-pdo": "*", |
45 | "ext-session": "*", | ||
46 | "ext-simplexml": "*", | ||
49 | "ext-tidy": "*", | 47 | "ext-tidy": "*", |
50 | "symfony/symfony": "3.4.*", | 48 | "ext-tokenizer": "*", |
51 | "doctrine/orm": "^2.6", | 49 | "ext-xml": "*", |
50 | "bdunogier/guzzle-site-authenticator": "^1.0.0", | ||
51 | "craue/config-bundle": "^2.3.0", | ||
52 | "defuse/php-encryption": "^2.1", | ||
53 | "doctrine/dbal": "2.9.2", | ||
52 | "doctrine/doctrine-bundle": "^1.9", | 54 | "doctrine/doctrine-bundle": "^1.9", |
53 | "doctrine/doctrine-cache-bundle": "^1.3", | 55 | "doctrine/doctrine-cache-bundle": "^1.3", |
54 | "doctrine/dbal": "2.9.2", | 56 | "doctrine/doctrine-migrations-bundle": "^1.3", |
55 | "twig/extensions": "^1.5", | 57 | "doctrine/orm": "^2.6", |
56 | "symfony/swiftmailer-bundle": "^3.2", | 58 | "friendsofsymfony/jsrouting-bundle": "^2.2", |
57 | "symfony/monolog-bundle": "^3.1", | 59 | "friendsofsymfony/oauth-server-bundle": "^1.5", |
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", | 60 | "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.*", | 61 | "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", | 62 | "guzzlehttp/guzzle": "^5.3.1", |
80 | "doctrine/doctrine-migrations-bundle": "^1.3", | 63 | "html2text/html2text": "^4.1", |
81 | "craue/config-bundle": "^2.3.0", | 64 | "incenteev/composer-parameter-handler": "^2.1", |
65 | "j0k3r/graby": "^2.0", | ||
66 | "javibravo/simpleue": "^2.0", | ||
67 | "jms/serializer-bundle": "~2.2", | ||
68 | "kphoen/rulerz-bundle": "~0.13", | ||
69 | "laminas/laminas-code": "^3.4", | ||
70 | "laminas/laminas-diactoros": "^2.3", | ||
71 | "lexik/form-filter-bundle": "^5.0.4", | ||
72 | "liip/theme-bundle": "^1.4.6", | ||
73 | "mgargano/simplehtmldom": "~1.5", | ||
82 | "mnapoli/piwik-twig-extension": "^3.0", | 74 | "mnapoli/piwik-twig-extension": "^3.0", |
75 | "nelmio/api-doc-bundle": "^2.13.2", | ||
76 | "nelmio/cors-bundle": "~1.5", | ||
83 | "ocramius/proxy-manager": "^2.1.1", | 77 | "ocramius/proxy-manager": "^2.1.1", |
84 | "white-october/pagerfanta-bundle": "^1.1", | ||
85 | "php-amqplib/rabbitmq-bundle": "^1.14", | 78 | "php-amqplib/rabbitmq-bundle": "^1.14", |
79 | "php-http/guzzle5-adapter": "^2.0", | ||
80 | "php-http/httplug-bundle": "^1.14", | ||
81 | "pragmarx/recovery": "^0.1.0", | ||
86 | "predis/predis": "v1.1.x-dev", | 82 | "predis/predis": "v1.1.x-dev", |
87 | "javibravo/simpleue": "^2.0", | 83 | "scheb/two-factor-bundle": "4.5.0", |
84 | "sensio/distribution-bundle": "^5.0", | ||
85 | "sensio/framework-extra-bundle": "^5.2", | ||
86 | "sentry/sentry-symfony": "^3.0", | ||
87 | "stof/doctrine-extensions-bundle": "^1.2", | ||
88 | "symfony/dom-crawler": "^3.4", | 88 | "symfony/dom-crawler": "^3.4", |
89 | "friendsofsymfony/jsrouting-bundle": "^2.2", | 89 | "symfony/monolog-bundle": "^3.1", |
90 | "bdunogier/guzzle-site-authenticator": "^1.0.0", | 90 | "symfony/swiftmailer-bundle": "^3.2", |
91 | "defuse/php-encryption": "^2.1", | 91 | "symfony/symfony": "3.4.*", |
92 | "html2text/html2text": "^4.1", | 92 | "tecnickcom/tcpdf": "^6.3.0", |
93 | "pragmarx/recovery": "^0.1.0", | 93 | "twig/extensions": "^1.5", |
94 | "php-http/httplug-bundle": "^1.14", | 94 | "wallabag/php-mobi": "~1.0", |
95 | "sentry/sentry-symfony": "^3.0" | 95 | "wallabag/phpepub": "^4.0.7.2", |
96 | "white-october/pagerfanta-bundle": "^1.1", | ||
97 | "willdurand/hateoas-bundle": "~1.3" | ||
96 | }, | 98 | }, |
97 | "require-dev": { | 99 | "require-dev": { |
100 | "dama/doctrine-test-bundle": "^5.0", | ||
98 | "doctrine/doctrine-fixtures-bundle": "~3.0", | 101 | "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 | "friendsofphp/php-cs-fixer": "~2.13", |
103 | "guzzlehttp/psr7": "^1.0", | ||
102 | "m6web/redis-mock": "^5.0", | 104 | "m6web/redis-mock": "^5.0", |
103 | "dama/doctrine-test-bundle": "^5.0", | 105 | "php-http/mock-client": "^1.0", |
104 | "phpstan/phpstan": "^0.11.0", | 106 | "phpstan/phpstan": "^0.11.0", |
107 | "phpstan/phpstan-doctrine": "^0.11.0", | ||
105 | "phpstan/phpstan-phpunit": "^0.11.0", | 108 | "phpstan/phpstan-phpunit": "^0.11.0", |
106 | "phpstan/phpstan-symfony": "^0.11.0", | 109 | "phpstan/phpstan-symfony": "^0.11.0", |
107 | "phpstan/phpstan-doctrine": "^0.11.0", | 110 | "symfony/maker-bundle": "^1.18", |
108 | "php-http/mock-client": "^1.0", | 111 | "symfony/phpunit-bridge": "~4.3.8" |
109 | "guzzlehttp/psr7": "^1.0" | ||
110 | }, | 112 | }, |
111 | "suggest": { | 113 | "suggest": { |
112 | "ext-imagick": "To keep GIF animation when downloading image is enabled" | 114 | "ext-imagick": "To keep GIF animation when downloading image is enabled" |
@@ -158,7 +160,8 @@ | |||
158 | "bin-dir": "bin", | 160 | "bin-dir": "bin", |
159 | "platform": { | 161 | "platform": { |
160 | "php": "7.1.3" | 162 | "php": "7.1.3" |
161 | } | 163 | }, |
164 | "sort-packages": true | ||
162 | }, | 165 | }, |
163 | "minimum-stability": "dev", | 166 | "minimum-stability": "dev", |
164 | "prefer-stable": true | 167 | "prefer-stable": true |