From 5f38cf572f225a4165c9e0842ba155af4f3b869f Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 5 Jan 2023 14:26:22 +0100 Subject: [PATCH] feat: add composer package --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4b96069 --- /dev/null +++ b/composer.json @@ -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": {} +}