Init
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "rmphp/var-damper",
|
||||
"license": "proprietary",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Yuri Zuev",
|
||||
"email": "y_zuev@mail.ru"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.1"
|
||||
},
|
||||
"autoload": {
|
||||
"files": ["src/functions.php"],
|
||||
"psr-4": {
|
||||
"Rmphp\\Vardumper\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user