Files
rmphp-cache-file/composer.json
2023-10-10 17:00:51 +03:00

20 lines
238 B
JSON

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