mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-15 09:30:00 +00:00
init composer
This commit is contained in:
parent
2d1178cb31
commit
5e46d0db69
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/vendor/
|
||||||
|
/composer.lock
|
24
composer.json
Normal file
24
composer.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "kevachat/npsapp",
|
||||||
|
"description": "KevaChat App for NPS Protocol",
|
||||||
|
"keywords": [ "kevachat", "kevacoin", "blockchain", "chat", "nps", "nps-protocol", "server" ],
|
||||||
|
"homepage": "https://github.com/kevachat/npsapp",
|
||||||
|
"type": "project",
|
||||||
|
"license": "MIT",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Kevachat\\Npsapp\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "KevaChat"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"kevachat/kevacoin": "^1.10",
|
||||||
|
"gregwar/captcha": "^1.2",
|
||||||
|
"ixnode/php-cli-image": "^0.1.2",
|
||||||
|
"yggverse/nps": "^1.3"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user