index-php/composer.json
2024-02-12 03:41:07 +02:00

15 lines
298 B
JSON

{
"name": "kvazar/index",
"description": "Common Index API (DB model)",
"type": "library",
"require": {
"manticoresoftware/manticoresearch-php": "^3.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Kvazar\\Index\\": "src/"
}
}
}