mirror of
https://github.com/pgmr3/synologySsoClientExamplePage.git
synced 2025-12-13 13:35:49 +01:00
29 lines
580 B
JSON
29 lines
580 B
JSON
{
|
|
"name": "metaregistrar/rdap-client",
|
|
"description": "A php client to query rdap (formerly whois) services",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"ext-json": "*"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Ewout de Graaf",
|
|
"email": "ewout@metaregistrar.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Metaregistrar\\RDAP\\": "src"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8",
|
|
"psr/simple-cache": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"psr/simple-cache": "For using the metadata cache."
|
|
}
|
|
}
|