-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 915 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "drupal/search_api_typesense",
"description": "Provides Typesense server integration for Search API.",
"type": "drupal-module",
"keywords": ["Drupal", "Search", "Search API", "Typesense", "ai", "pinecone", "vector search"],
"homepage": "https://drdupal.org/project/search_api_typesense",
"license": "GPL-2.0+",
"authors": [
{
"name": "Christopher Torgalson",
"email": "[email protected]"
},
{
"name": "Kevin Quillen",
"email": "[email protected]"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/search_api_typesense",
"source": "https://git.drupalcode.org/project/search_api_typesense"
},
"require": {
"drupal/core": "^9 || ^10 || ^11",
"php-http/curl-client": "^2.2",
"typesense/typesense-php": "^4.5"
}
}