From 8a93a5744bd79eb1f043c8cf48c19eac2e78e415 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Fri, 23 Feb 2024 22:47:03 +0100 Subject: [PATCH] Add symfony/http-client as direct dependency --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c8c891455..c2641e791 100644 --- a/composer.json +++ b/composer.json @@ -133,6 +133,7 @@ "symfony/form": "^5.4.35", "symfony/framework-bundle": "^5.4.35", "symfony/google-mailer": "^5.4.35", + "symfony/http-client": "^5.4.35", "symfony/http-foundation": "^5.4.35", "symfony/http-kernel": "^5.4.35", "symfony/intl": "^5.4.35", diff --git a/composer.lock b/composer.lock index bf97dbe2d..39a38bdd8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e24502e80161b6e1559cb75bf6f299fb", + "content-hash": "6f92d88470d37168d3f3a7ea88f5ed5f", "packages": [ { "name": "babdev/pagerfanta-bundle",