31 lines
815 B
JSON
31 lines
815 B
JSON
|
{
|
||
|
"name": "sikofitt/samsung-tv",
|
||
|
"description": "Very simple library to change channels and inputs on old samsung tvs",
|
||
|
"type": "library",
|
||
|
"require": {
|
||
|
"guzzlehttp/guzzle": "^6.3",
|
||
|
"react/socket-client": "^0.7.0",
|
||
|
"guzzlehttp/streams": "^3.0",
|
||
|
"symfony/console": "^3.3||^4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "^2.7",
|
||
|
"squizlabs/php_codesniffer": "^3.1",
|
||
|
"phpunit/phpunit": "^6.4",
|
||
|
"symfony/var-dumper": "^3.3"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Sikofitt\\SamsungTV\\":"src/Sikofitt/SamsungTV"
|
||
|
}
|
||
|
},
|
||
|
"license": "MPL-2.0",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "R. Eric Wheeler",
|
||
|
"email": "sikofitt@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"minimum-stability": "stable"
|
||
|
}
|