We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7be713 commit f8437cbCopy full SHA for f8437cb
composer.json
@@ -1,13 +1,18 @@
1
{
2
"name": "hyperf/elasticsearch",
3
- "type": "library",
+ "description": "Elasticsearch client for hyperf",
4
"license": "MIT",
5
+ "type": "library",
6
"keywords": [
7
"php",
8
"swoole",
9
"elasticsearch"
10
],
- "description": "Elasticsearch client for hyperf",
11
+ "require": {
12
+ "php": ">=8.1",
13
+ "elasticsearch/elasticsearch": "^7.0",
14
+ "hyperf/guzzle": "~3.1.0"
15
+ },
16
"autoload": {
17
"psr-4": {
18
"Hyperf\\Elasticsearch\\": "src/"
@@ -18,11 +23,6 @@
23
"HyperfTest\\Elasticsearch\\": "tests/"
19
24
}
20
25
},
21
- "require": {
22
- "php": ">=8.1",
- "elasticsearch/elasticsearch": "^7.0",
- "hyperf/guzzle": "~3.1.0"
- },
26
"config": {
27
"sort-packages": true
28
0 commit comments