mirror of
https://github.com/kvazar-network/crawler.git
synced 2025-01-22 04:45:18 +00:00
init composer
This commit is contained in:
parent
25fbe53d13
commit
1284f675a1
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/vendor/
|
||||
|
||||
composer.lock
|
15
composer.json
Normal file
15
composer.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "kvazar/crawler",
|
||||
"description": "KVAZAR Index Crawler",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"kvazar/index": "dev-main",
|
||||
"kevachat/kevacoin": "^1.6"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Kvazar\\Crawler\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user