This commit is contained in:
User
2023-10-10 16:33:22 +03:00
commit f92c2bbd8b
5 changed files with 194 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "rmphp/cache",
"license": "proprietary",
"authors": [
{
"name": "Yuri Zuev",
"email": "y_zuev@mail.ru"
}
],
"require": {
"php": "^8.1"
},
"autoload": {
"psr-4": {
"Rmphp\\Cache\\": "src/"
}
}
}