Skip to content

Commit 804dc0a

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 7dec415 commit 804dc0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "hyperf/watcher",
3-
"type": "library",
3+
"description": "Hot reload watcher for Hyperf",
44
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"dev",
78
"php",
89
"hyperf"
910
],
10-
"description": "Hot reload watcher for Hyperf",
1111
"require": {
1212
"php": ">=8.1",
1313
"ext-posix": "*",
@@ -18,12 +18,12 @@
1818
"hyperf/support": "~3.1.0"
1919
},
2020
"autoload": {
21-
"files": [
22-
"src/Functions.php"
23-
],
2421
"psr-4": {
2522
"Hyperf\\Watcher\\": "src/"
26-
}
23+
},
24+
"files": [
25+
"src/Functions.php"
26+
]
2727
},
2828
"autoload-dev": {
2929
"psr-4": {

0 commit comments

Comments
 (0)