Skip to content

Commit 9795ef0

Browse files
author
Samu Juvonen
committed
Add composer.json
1 parent d77ec3f commit 9795ef0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "libraries-fi/kifisearch",
3+
"description": "Better search built with Elasticsearch.",
4+
"type": "drupal-module",
5+
"license": "GPL-2.0+",
6+
"require": {
7+
"html2text/html2text": "^4.0",
8+
"elasticsearch/elasticsearch": "^5.3"
9+
}
10+
}

0 commit comments

Comments
 (0)