This commit is contained in:
User
2023-05-29 02:03:21 +03:00
commit 5763db2b54
10 changed files with 1034 additions and 0 deletions

22
composer.json Normal file
View File

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