Files
synologySsoClientExamplePage/RDAP/composer.json
2023-12-22 17:21:31 +01:00

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."
}
}