init
This commit is contained in:
51
vendor/binsoul/net-mqtt-client-react/composer.json
vendored
Executable file
51
vendor/binsoul/net-mqtt-client-react/composer.json
vendored
Executable file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"name": "binsoul/net-mqtt-client-react",
|
||||
"description": "Asynchronous MQTT client built on React",
|
||||
"keywords": [
|
||||
"net",
|
||||
"mqtt",
|
||||
"client"
|
||||
],
|
||||
"homepage": "https://github.com/binsoul/net-mqtt-client-react",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sebastian Mößler",
|
||||
"email": "code@binsoul.de",
|
||||
"homepage": "https://github.com/binsoul",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~5.6|~7.0",
|
||||
"binsoul/net-mqtt": "~0.2",
|
||||
"react/promise": "~2.0",
|
||||
"react/socket": "~0.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0||~5.0",
|
||||
"friendsofphp/php-cs-fixer": "~1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"BinSoul\\Net\\Mqtt\\Client\\React\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"BinSoul\\Test\\Net\\Mqtt\\Client\\React\\": "tests"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit",
|
||||
"fix-style": [
|
||||
"php-cs-fixer fix src",
|
||||
"php-cs-fixer fix tests"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user