mirror of
https://codeberg.org/reflect/reflect-client-php.git
synced 2025-09-13 17:43:42 +02:00
feat: add composer package
This commit is contained in:
parent
1026c94730
commit
5f38cf572f
1 changed files with 14 additions and 0 deletions
14
composer.json
Normal file
14
composer.json
Normal 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": {}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue