This commit is contained in:
User
2024-12-30 02:26:17 +03:00
commit 8f96569b68
3 changed files with 43 additions and 0 deletions

19
composer.json Normal file
View File

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