-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
24 lines (24 loc) · 907 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "frdl/oidplus-frdlweb-rdap",
"type": "oiplus-plugin-public-pages",
"description": "OIDplus Plugin for RDAP whois for OIDs and other OIDplus Object-Types.",
"keywords": ["oiplus", "rdap", "oid-connect"],
"license": ["MIT"],
"autoload" : {
"classmap" : ["."]
},
"extra" : {
"installer-name" : "1276945_rdap"
},
"suggest": {
"danielmarschall/oidplus": "The main project, this must be your root composer.json project!",
"frdl/oiplus-composer-plugin": "Composer Plugin for OIDplus Installations, MUST be required first in the root project, enables OIDplus composer bridges/plugins/admin-gui...",
"frdl/oidplus-io4-bridge-plugin" : "Composer and Bridges Manager",
"doctrine/cache" : "caching tools"
},
"require" : {
"frdl/oidplus-io4-bridge-plugin" : "*",
"frdl/oid-connect-rdap" : "*",
"symfony/cache" : "*"
}
}