Skip to content

Commit ccabaeb

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "hyperf/database-sqlite",
3-
"type": "library",
43
"description": "The sqlite driver for hyperf/database.",
54
"license": "MIT",
5+
"type": "library",
66
"keywords": [
77
"php",
88
"swoole",
@@ -12,17 +12,17 @@
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",
2222
"hyperf/collection": "~3.1.0",
2323
"hyperf/database": "~3.1.0",
24-
"hyperf/support": "~3.1.0",
25-
"hyperf/stringable": "~3.1.0"
24+
"hyperf/stringable": "~3.1.0",
25+
"hyperf/support": "~3.1.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)