Skip to content

Commit e204e7e

Browse files
authored
Merge pull request #3 from xiaochengfu/develop
edit composer.json
2 parents 55fd07a + cb92fa0 commit e204e7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
],
1818
"require": {
1919
"curl/curl": "^1.8"
20+
},
21+
"autoload": {
22+
"psr-4": {
23+
"xiaochengfu\\swoole\\": "src"
24+
}
2025
}
2126
}
2227

0 commit comments

Comments
 (0)