composer
This commit is contained in:
4
app.json
4
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!"
|
||||
},
|
||||
|
||||
@@ -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": {
|
||||
|
||||
76
composer.lock
generated
76
composer.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user