Skip to content

Commit fc5aedf

Browse files
authored
Update the path of swoole ide-helper for 4.8 in autoload-dev (#99)
1 parent 353b45a commit fc5aedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require-dev": {
3131
"guzzlehttp/test-server": "^0.1",
3232
"illuminate/http": "^8.33",
33-
"swoole/ide-helper": "^4.6"
33+
"swoole/ide-helper": "^4.8"
3434
},
3535
"autoload": {
3636
"psr-4": {
@@ -51,7 +51,7 @@
5151
},
5252
"autoload-dev": {
5353
"psr-4": {
54-
"Swoole\\": "vendor/swoole/ide-helper/output/swoole/namespace"
54+
"Swoole\\": "vendor/swoole/ide-helper/src/swoole/Swoole"
5555
}
5656
},
5757
"minimum-stability": "dev",

0 commit comments

Comments
 (0)