feat: add composer package

This commit is contained in:
Victor Westerlund 2023-01-05 14:26:22 +01:00
parent 1026c94730
commit 5f38cf572f

14
composer.json Normal file
View file

@ -0,0 +1,14 @@
{
"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": {}
}