From b39df79a6db02bca0ade3a9b720d3981835c9eba Mon Sep 17 00:00:00 2001 From: Jared Trouth Date: Tue, 19 Dec 2023 18:19:32 -0600 Subject: [PATCH] fix dep --- api/composer.lock | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/api/composer.lock b/api/composer.lock index 6bd5d113..29c8fa73 100644 --- a/api/composer.lock +++ b/api/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": "60ef3417ee155e314e4721aa96f83c8d", + "content-hash": "5e9f57c4830738a8f2a7912d3bd67682", "packages": [ { "name": "abraham/twitteroauth", @@ -9226,6 +9226,49 @@ ], "time": "2022-11-18T17:16:47+00:00" }, + { + "name": "yiisoft/yii2-redis", + "version": "2.0.18", + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/08aecdf44e091c5fae3411e719ac0fdb803ef594", + "reference": "08aecdf44e091c5fae3411e719ac0fdb803ef594", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "yiisoft/yii2": "~2.0.39" + }, + "type": "yii2-extension", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "yii\\redis\\": "src" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Carsten Brandt", + "email": "mail@cebe.cc" + } + ], + "description": "Redis Cache, Session and ActiveRecord for the Yii framework", + "keywords": [ + "active-record", + "cache", + "redis", + "session", + "yii2" + ], + "time": "2022-09-04T10:34:42+00:00" + }, { "name": "yiisoft/yii2-symfonymailer", "version": "2.0.4", @@ -9511,5 +9554,5 @@ "platform-overrides": { "php": "8.1.10" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }