We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dec415 commit 804dc0aCopy full SHA for 804dc0a
composer.json
@@ -1,13 +1,13 @@
1
{
2
"name": "hyperf/watcher",
3
- "type": "library",
+ "description": "Hot reload watcher for Hyperf",
4
"license": "MIT",
5
+ "type": "library",
6
"keywords": [
7
"dev",
8
"php",
9
"hyperf"
10
],
- "description": "Hot reload watcher for Hyperf",
11
"require": {
12
"php": ">=8.1",
13
"ext-posix": "*",
@@ -18,12 +18,12 @@
18
"hyperf/support": "~3.1.0"
19
},
20
"autoload": {
21
- "files": [
22
- "src/Functions.php"
23
- ],
24
"psr-4": {
25
"Hyperf\\Watcher\\": "src/"
26
- }
+ },
+ "files": [
+ "src/Functions.php"
+ ]
27
28
"autoload-dev": {
29
0 commit comments