mirror of
https://github.com/clitor-is-protocol/kevacoin-php.git
synced 2025-02-05 11:34:36 +00:00
init composer
This commit is contained in:
parent
8b26d3e90d
commit
a4448f2a24
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/vendor/
|
11
composer.json
Normal file
11
composer.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "clitor-is-protocol/kevacoin",
|
||||||
|
"type": "library",
|
||||||
|
"license": "MIT",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"ClitorIsProtocol\\Kevacoin\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"require": {}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user