Skip to content

Commit eb70b1d

Browse files
authored
Create composer.json
1 parent 9121599 commit eb70b1d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "karpy47/php-mqtt-client",
3+
"description": "MQTT 3.1.1 library for PHP with TLS support",
4+
"keywords": [ "mqtt", "client", "php" ],
5+
"version": "1.0.1",
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "karpy47",
10+
}
11+
],
12+
"autoload": {
13+
"psr-4": { "karpy47\\php-mqtt-client\\": "" }
14+
},
15+
"minimum-stability": "dev",
16+
"require": {
17+
}
18+
}

0 commit comments

Comments
 (0)