diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/composer.json b/composer.json index b1c144c7..44ac3474 100644 --- a/composer.json +++ b/composer.json | |||
@@ -63,11 +63,11 @@ | |||
63 | "nelmio/api-doc-bundle": "^2.13.2", | 63 | "nelmio/api-doc-bundle": "^2.13.2", |
64 | "mgargano/simplehtmldom": "~1.5", | 64 | "mgargano/simplehtmldom": "~1.5", |
65 | "wallabag/tcpdf": "^6.2.26", | 65 | "wallabag/tcpdf": "^6.2.26", |
66 | "simplepie/simplepie": "~1.5", | ||
67 | "willdurand/hateoas-bundle": "~1.3", | 66 | "willdurand/hateoas-bundle": "~1.3", |
68 | "liip/theme-bundle": "^1.4.6", | 67 | "liip/theme-bundle": "^1.4.6", |
69 | "lexik/form-filter-bundle": "^5.0", | 68 | "lexik/form-filter-bundle": "^5.0.4", |
70 | "j0k3r/graby": "^1.0", | 69 | "j0k3r/graby": "^2.0", |
70 | "php-http/guzzle5-adapter": "^2.0", | ||
71 | "friendsofsymfony/user-bundle": "2.0.*", | 71 | "friendsofsymfony/user-bundle": "2.0.*", |
72 | "friendsofsymfony/oauth-server-bundle": "^1.5", | 72 | "friendsofsymfony/oauth-server-bundle": "^1.5", |
73 | "stof/doctrine-extensions-bundle": "^1.2", | 73 | "stof/doctrine-extensions-bundle": "^1.2", |
@@ -89,7 +89,9 @@ | |||
89 | "bdunogier/guzzle-site-authenticator": "^1.0.0", | 89 | "bdunogier/guzzle-site-authenticator": "^1.0.0", |
90 | "defuse/php-encryption": "^2.1", | 90 | "defuse/php-encryption": "^2.1", |
91 | "html2text/html2text": "^4.1", | 91 | "html2text/html2text": "^4.1", |
92 | "pragmarx/recovery": "^0.1.0" | 92 | "pragmarx/recovery": "^0.1.0", |
93 | "php-http/httplug-bundle": "^1.14", | ||
94 | "sentry/sentry-symfony": "^3.0" | ||
93 | }, | 95 | }, |
94 | "require-dev": { | 96 | "require-dev": { |
95 | "doctrine/doctrine-fixtures-bundle": "~3.0", | 97 | "doctrine/doctrine-fixtures-bundle": "~3.0", |
@@ -101,7 +103,9 @@ | |||
101 | "phpstan/phpstan": "^0.11.0", | 103 | "phpstan/phpstan": "^0.11.0", |
102 | "phpstan/phpstan-phpunit": "^0.11.0", | 104 | "phpstan/phpstan-phpunit": "^0.11.0", |
103 | "phpstan/phpstan-symfony": "^0.11.0", | 105 | "phpstan/phpstan-symfony": "^0.11.0", |
104 | "phpstan/phpstan-doctrine": "^0.11.0" | 106 | "phpstan/phpstan-doctrine": "^0.11.0", |
107 | "php-http/mock-client": "^1.0", | ||
108 | "guzzlehttp/psr7": "^1.0" | ||
105 | }, | 109 | }, |
106 | "suggest": { | 110 | "suggest": { |
107 | "ext-imagick": "To keep GIF animation when downloading image is enabled" | 111 | "ext-imagick": "To keep GIF animation when downloading image is enabled" |