-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
36 lines (36 loc) · 945 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
28
29
30
31
32
33
34
35
36
{
"name": "drupal/search_api",
"description": "Provides a generic framework for modules offering search capabilities.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/search_api",
"authors": [
{
"name": "Thomas Seidl",
"homepage": "https://www.drupal.org/u/drunken-monkey"
},
{
"name": "Nick Veenhof",
"homepage": "https://www.drupal.org/u/nick_vh"
},
{
"name": "See other contributors",
"homepage":"https://www.drupal.org/node/790418/committers"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/search_api",
"irc": "irc://irc.freenode.org/drupal-search-api",
"source": "http://git.drupal.org/project/search_api.git"
},
"license": "GPL-2.0+",
"require-dev": {
"drupal/search_api_autocomplete": "@dev"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
}
}