initial commit

This commit is contained in:
ghost 2023-12-04 18:02:51 +02:00
parent 3c63ff8081
commit 790458a4e2
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

11
composer.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "kevachat/kevacoin",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Kevachat\\Kevacoin\\": "src/"
}
},
"require": {}
}