This commit is contained in:
2024-11-20 15:53:48 +03:00
commit 1c9aaecf36
2 changed files with 549 additions and 0 deletions

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dominion/cache",
"description": "Функционал для работы с кеш",
"type": "yii2-extension",
"keywords": ["yii2","extension"],
"license": "MIT",
"authors": [
{
"name": "Rybkin Sasha",
"email": "ribkin@dominion.ru"
}
],
"require": {
"yiisoft/yii2": "~2.0.0"
},
"autoload": {
"psr-4": {
"dominion\\cache\\": ""
}
}
}