mirror of
https://github.com/pgmr3/synologySsoClientExamplePage.git
synced 2025-12-13 13:35:49 +01:00
first commit
This commit is contained in:
28
RDAP/composer.json
Normal file
28
RDAP/composer.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user