Skip to content

Commit a40a5f5

Browse files
authored
Create composer.json
1 parent 20d13d0 commit a40a5f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name" : "workerman/gatewayclient",
3+
"type" : "library",
4+
"homepage": "http://www.workerman.net",
5+
"license" : "MIT",
6+
"autoload": {
7+
"psr-4": {"GatewayClient\\": "./"}
8+
}
9+
}

0 commit comments

Comments
 (0)