This commit is contained in:
User
2023-05-29 02:28:08 +03:00
commit dfb3986075
5 changed files with 197 additions and 0 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "rmphp/content",
"license": "proprietary",
"authors": [
{
"name": "Yuri Zuev",
"email": "y_zuev@mail.ru"
}
],
"require": {
"php": "^8.1",
"rmphp/foundation": "1.0.x-dev"
},
"autoload": {
"psr-4": {
"Rmphp\\Content\\": "src/"
}
}
}