We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d13d0 commit a40a5f5Copy full SHA for a40a5f5
composer.json
@@ -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