Skip to content

Commit 55fd07a

Browse files
authored
Merge pull request #2 from xiaochengfu/develop
修改composer.json
2 parents 1d0a31e + 23b79ed commit 55fd07a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "xiaochengfu/swoole-websocket",
33
"description": "Swoole 扩展,整合websocket通信、服务端实时推送等服务",
44
"type": "php-extension",
5-
"keywords": ["yii2","thinkphp5","extension","swoole","yii2-swoole","thinkphp5-swoole"],
5+
"keywords": ["yii2","thinkphp5","laravel","extension","swoole","yii2-swoole","thinkphp5-swoole","laravel-swoole"],
66
"license": "BSD-3-Clause",
77
"minimum-stability": "stable",
88
"support": {
@@ -17,11 +17,6 @@
1717
],
1818
"require": {
1919
"curl/curl": "^1.8"
20-
},
21-
"autoload": {
22-
"psr-4": {
23-
"xiaochengfu\\swoole\\": "src"
24-
}
2520
}
2621
}
2722

0 commit comments

Comments
 (0)