mirror of
https://codeberg.org/reflect/reflect-client-php.git
synced 2025-09-13 17:43:42 +02:00
19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"name": "reflect/client",
|
|
"description": "Extendable PHP interface for communicating with Reflect API over HTTP or UNIX sockets",
|
|
"type": "library",
|
|
"license": "GPL-2.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor.vesterlund@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Reflect\\": "src/Reflect/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|