From 1520cc51880ab5f0c6afab5e7cca92a0a6e7b7b3 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:17:42 +0200 Subject: [PATCH] Update composer.json --- automation/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/composer.json b/automation/composer.json index 6c93cc5..167d95f 100644 --- a/automation/composer.json +++ b/automation/composer.json @@ -8,6 +8,6 @@ "league/flysystem": "^3.23", "league/flysystem-sftp-v3": "^3.22", "peppeocchi/php-cron-scheduler": "^4.0", - "predis/predis": "^2.2", + "predis/predis": "^2.2" } }