init composer

This commit is contained in:
ghost 2023-12-13 19:25:15 +02:00
parent 8b26d3e90d
commit a4448f2a24
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": "clitor-is-protocol/kevacoin",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"ClitorIsProtocol\\Kevacoin\\": "src/"
}
},
"require": {}
}