Skip to content

Commit 2b82a38

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 831d968 commit 2b82a38

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"name": "hyperf/db",
3-
"type": "library",
3+
"description": "",
44
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"php",
78
"hyperf"
89
],
9-
"description": "",
10-
"autoload": {
11-
"psr-4": {
12-
"Hyperf\\DB\\": "src/"
13-
}
14-
},
15-
"autoload-dev": {
16-
"psr-4": {
17-
"HyperfTest\\DB\\": "tests/"
18-
}
19-
},
2010
"require": {
2111
"php": ">=8.1",
2212
"hyperf/config": "~3.1.0",
2313
"hyperf/contract": "~3.1.0",
2414
"hyperf/pool": "~3.1.0",
2515
"hyperf/support": "~3.1.0",
2616
"hyperf/utils": "~3.1.0",
27-
"psr/container": "^1.0|^2.0"
17+
"psr/container": "^1.0 || ^2.0"
2818
},
2919
"suggest": {
3020
"ext-swoole": "Required to use Swoole Coroutine MySQL."
3121
},
22+
"autoload": {
23+
"psr-4": {
24+
"Hyperf\\DB\\": "src/"
25+
}
26+
},
27+
"autoload-dev": {
28+
"psr-4": {
29+
"HyperfTest\\DB\\": "tests/"
30+
}
31+
},
3232
"config": {
3333
"sort-packages": true
3434
},

0 commit comments

Comments
 (0)