This commit is contained in:
User
2023-05-29 02:45:49 +03:00
commit abfb1bc532
7 changed files with 375 additions and 0 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "rmphp/storage",
"license": "proprietary",
"authors": [
{
"name": "Yuri Zuev",
"email": "y_zuev@mail.ru"
}
],
"require": {
"php": "^8.1",
"ext-mysqli": "*"
},
"autoload": {
"psr-4": {
"Rmphp\\Storage\\": "src/"
}
}
}