-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 849 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 849 Bytes
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
{
"name": "wp-redisearch/wp-redisearch",
"description": "RediSearch plugin for Wordpress",
"keywords": ["wordpress", "redis", "redisearch"],
"homepage": "http://github.com/7kmco/wp-redisearch",
"license": "MIT",
"support": {
"issues": "https://github.com/7kmco/wp-redisearch/issues"
},
"authors": [
{
"name": "Foad Yousefi",
"email": "foadyousefi@gmail.com",
"homepage": "https://7km.co"
}
],
"autoload": {
"psr-4": {
"WpRediSearch\\": "src/"
}
},
"minimum-stability": "dev",
"require": {
"predis/predis": "^1.1",
"foadyousefi/seven-fields": "dev-master",
"asika/pdf2text": "dev-master",
"vaites/php-apache-tika": "dev-master",
"front/redisearch": "dev-master"
}
}