Skip to content

Commit 8e2242c

Browse files
authored
Added composer.json normalize support (#6887)
1 parent af4b032 commit 8e2242c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "hyperf/database-pgsql",
3-
"type": "library",
43
"description": "A pgsql handler for hyperf/database.",
54
"license": "MIT",
5+
"type": "library",
66
"keywords": [
77
"php",
88
"swoole",
@@ -12,10 +12,10 @@
1212
],
1313
"homepage": "https://hyperf.io",
1414
"support": {
15-
"docs": "https://hyperf.wiki",
1615
"issues": "https://github.com/hyperf/hyperf/issues",
17-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
18-
"source": "https://github.com/hyperf/hyperf"
16+
"source": "https://github.com/hyperf/hyperf",
17+
"docs": "https://hyperf.wiki",
18+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1919
},
2020
"require": {
2121
"php": ">=8.1",

0 commit comments

Comments
 (0)