From 830cda64e05be31e6bc2f5ae94fe59281924821a Mon Sep 17 00:00:00 2001 From: nobohan Date: Tue, 18 May 2021 10:24:03 +0200 Subject: [PATCH] addresses: add symfony http-client as a dependency --- composer.json | 1 + src/Bundle/ChillMainBundle/composer.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 95074c18f..184e2d28a 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/orm": "^2.7", "symfony/asset": "4.*", + "symfony/http-client": "^4.4 || ^5", "symfony/monolog-bundle": "^3.5", "symfony/security-bundle": "4.*", "symfony/translation": "4.*", diff --git a/src/Bundle/ChillMainBundle/composer.json b/src/Bundle/ChillMainBundle/composer.json index 0c95c432a..0c95ec238 100644 --- a/src/Bundle/ChillMainBundle/composer.json +++ b/src/Bundle/ChillMainBundle/composer.json @@ -26,7 +26,8 @@ ], "require": { "league/csv": "^9.6", - "phpoffice/phpspreadsheet": "~1.2" + "phpoffice/phpspreadsheet": "~1.2", + "symfony/http-client": "^4.4 || ^5" }, "require-dev": { },