From 72ba3f0e87e8b84b3b84f40115089861a97ad56e Mon Sep 17 00:00:00 2001 From: Cristiano Urban <cristiano.urban@inaf.it> Date: Wed, 21 Aug 2024 11:33:37 +0200 Subject: [PATCH] Minor changes in deps. Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it> --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 827a1b8..bd2b7d2 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,12 @@ "description": "Remote Authentication Portal", "license": "GPL-3.0-or-later", "require": { - "mikecao/flight": "1.3.7", - "google/apiclient": "2.1.3", - "monolog/monolog": "^1.22" + "mikecao/flight": "3.11.1", + "google/apiclient": "2.17.0", + "monolog/monolog": "^3.7.0" }, "require-dev": { - "phpunit/phpunit": "^8.2" + "phpunit/phpunit": "^9.0" }, "autoload": { "classmap": [ -- GitLab