From ca8e4272bc62e52582b96decc66dab061feb701c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Thu, 27 Jun 2024 17:22:14 +0200 Subject: [PATCH] IBX-8136: Dropped "guzzlehttp/guzzle" and "php-http/guzzle6-adapter" dependencies (#392) --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 8520aa2168..340243fe97 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "friendsofphp/proxy-manager-lts": "^1.0", "friendsofsymfony/http-cache-bundle": "^2.8", "friendsofsymfony/jsrouting-bundle": "^2.5", - "guzzlehttp/guzzle": "^6.5", "ibexa/doctrine-schema": "~5.0.x-dev", "jms/translation-bundle": "^1.5", "league/flysystem-memory": "^2.0.6", @@ -33,7 +32,6 @@ "nelmio/cors-bundle": "^2.0", "oneup/flysystem-bundle": "^4.4.2", "pagerfanta/pagerfanta": "^2.1", - "php-http/guzzle6-adapter": "^2.0", "psr/event-dispatcher": "^1.0", "sensio/framework-extra-bundle": "^6.1", "symfony-cmf/routing": "^2.3",