diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json index b1c144c7..55e7f765 100644 --- a/composer.json +++ b/composer.json | |||
@@ -66,8 +66,9 @@ | |||
66 | "simplepie/simplepie": "~1.5", | 66 | "simplepie/simplepie": "~1.5", |
67 | "willdurand/hateoas-bundle": "~1.3", | 67 | "willdurand/hateoas-bundle": "~1.3", |
68 | "liip/theme-bundle": "^1.4.6", | 68 | "liip/theme-bundle": "^1.4.6", |
69 | "lexik/form-filter-bundle": "^5.0", | 69 | "lexik/form-filter-bundle": "^5.0.4", |
70 | "j0k3r/graby": "^1.0", | 70 | "j0k3r/graby": "^2.0", |
71 | "php-http/guzzle5-adapter": "^2.0", | ||
71 | "friendsofsymfony/user-bundle": "2.0.*", | 72 | "friendsofsymfony/user-bundle": "2.0.*", |
72 | "friendsofsymfony/oauth-server-bundle": "^1.5", | 73 | "friendsofsymfony/oauth-server-bundle": "^1.5", |
73 | "stof/doctrine-extensions-bundle": "^1.2", | 74 | "stof/doctrine-extensions-bundle": "^1.2", |
@@ -89,7 +90,8 @@ | |||
89 | "bdunogier/guzzle-site-authenticator": "^1.0.0", | 90 | "bdunogier/guzzle-site-authenticator": "^1.0.0", |
90 | "defuse/php-encryption": "^2.1", | 91 | "defuse/php-encryption": "^2.1", |
91 | "html2text/html2text": "^4.1", | 92 | "html2text/html2text": "^4.1", |
92 | "pragmarx/recovery": "^0.1.0" | 93 | "pragmarx/recovery": "^0.1.0", |
94 | "php-http/httplug-bundle": "^1.14" | ||
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" |