Skip to content

Commit f8437cb

Browse files
authored
Added composer.json normalize support (#6887)
1 parent e7be713 commit f8437cb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "hyperf/elasticsearch",
3-
"type": "library",
3+
"description": "Elasticsearch client for hyperf",
44
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"php",
78
"swoole",
89
"elasticsearch"
910
],
10-
"description": "Elasticsearch client for hyperf",
11+
"require": {
12+
"php": ">=8.1",
13+
"elasticsearch/elasticsearch": "^7.0",
14+
"hyperf/guzzle": "~3.1.0"
15+
},
1116
"autoload": {
1217
"psr-4": {
1318
"Hyperf\\Elasticsearch\\": "src/"
@@ -18,11 +23,6 @@
1823
"HyperfTest\\Elasticsearch\\": "tests/"
1924
}
2025
},
21-
"require": {
22-
"php": ">=8.1",
23-
"elasticsearch/elasticsearch": "^7.0",
24-
"hyperf/guzzle": "~3.1.0"
25-
},
2626
"config": {
2727
"sort-packages": true
2828
},

0 commit comments

Comments
 (0)