From 075e197aa42a95addba564951ddeda4571d938db Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 8 Jul 2021 17:55:47 -0400 Subject: [PATCH] composer --- app.json | 4 +++ composer.json | 1 + composer.lock | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 80 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 96efff9..4f22859 100644 --- a/app.json +++ b/app.json @@ -15,6 +15,10 @@ "description": "The Craft environment for this app.", "value": "production" }, + "DB_SCHEMA": { + "description": "The database schema for this app.", + "value": "public" + }, "CRAFT_LICENSE_KEY": { "description": "The contents of your Craft license key file. Preserve newlines!" }, diff --git a/composer.json b/composer.json index 6417b37..18829cb 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "craftcms/cms": "^3.6.4", "vlucas/phpdotenv": "^3.4.0", "codemix/yii2-streamlog": "^1.3", + "yiisoft/yii2-redis": "~2.0.0", "ext-imagick": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index b935bd6..7ee1ecf 100644 --- a/composer.lock +++ b/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": "70d623fef83157e01df26d6bfbb9f7d4", + "content-hash": "b97d16968a2ee82510050d6db612ccd8", "packages": [ { "name": "cebe/markdown", @@ -5783,6 +5783,80 @@ ], "time": "2021-05-05T22:59:45+00:00" }, + { + "name": "yiisoft/yii2-redis", + "version": "2.0.15", + "source": { + "type": "git", + "url": "https://github.com/yiisoft/yii2-redis.git", + "reference": "2d11252cb9d04091469a08b5ebb1faedc11fb2b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/2d11252cb9d04091469a08b5ebb1faedc11fb2b1", + "reference": "2d11252cb9d04091469a08b5ebb1faedc11fb2b1", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "yiisoft/yii2": "~2.0.39" + }, + "require-dev": { + "phpunit/phpunit": "<7", + "yiisoft/yii2-dev": "~2.0.39" + }, + "type": "yii2-extension", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "yii\\redis\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "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" + ], + "support": { + "forum": "http://www.yiiframework.com/forum/", + "irc": "irc://irc.freenode.net/yii", + "issues": "https://github.com/yiisoft/yii2-redis/issues", + "source": "https://github.com/yiisoft/yii2-redis", + "wiki": "http://www.yiiframework.com/wiki/" + }, + "funding": [ + { + "url": "https://github.com/yiisoft", + "type": "github" + }, + { + "url": "https://opencollective.com/yiisoft", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-redis", + "type": "tidelift" + } + ], + "time": "2021-05-05T22:10:20+00:00" + }, { "name": "yiisoft/yii2-swiftmailer", "version": "2.1.2",