mirror of
https://github.com/kvazar-network/index-php.git
synced 2025-01-22 12:54:15 +00:00
init composer
This commit is contained in:
parent
43ff7fbd76
commit
1f7f210617
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/vendor/
|
||||||
|
composer.lock
|
14
composer.json
Normal file
14
composer.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "kvazar/index",
|
||||||
|
"description": "Manticore Database API",
|
||||||
|
"type": "library",
|
||||||
|
"require": {
|
||||||
|
"manticoresoftware/manticoresearch-php": "^3.1"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Kvazar\\Index\\": "src/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user