From ae1a996acee9d9bdea4b64745137c81e77f34529 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Fri, 19 Dec 2025 13:40:59 +0100 Subject: [PATCH] update composer.json (guzzle update) --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 84247d1..f24bb0c 100644 --- a/composer.json +++ b/composer.json @@ -1,22 +1,22 @@ { - "name": "abel/keycloak-bearer-only-adapter-bundle", + "name": "tothbt/keycloak-adapter-bundle", "description": "Keycloak security adapter for bearer only clients", "license": "MIT", "type": "symfony-bundle", "authors": [ { - "name": "Abdellah Elmakhroubi", - "email": "abdellah.elmakhroubi@gmail.com" + "name": "Richard Toth", + "email": "info@totbt.com" } ], "minimum-stability": "stable", "require": { - "php": ">=7.2.5", + "php": ">=8.3", "symfony/config": "^6.0", "symfony/dependency-injection": "^6.0", "symfony/http-kernel": "^6.0", "symfony/security-bundle": "^6.0", - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^7", "ext-json": "*" }, "autoload": {