client-php/composer.json

14 lines
381 B
JSON

{
"name": "reflect/socket-client",
"description": "Extendable PHP interface for communicating with Reflect API over UNIX sockets",
"type": "library",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Victor Westerlund",
"email": "victor.vesterlund@gmail.com"
}
],
"minimum-stability": "dev",
"require": {}
}