-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 988 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
25
26
27
{
"name": "frdl/oidplus-io4-bridge-plugin",
"type": "oiplus-plugin-admin-pages",
"description": "Bridge from OIDplus to Webfat/IO4, OIDplus Composer (Plugins) GUI, Admin-/Devtools, OIDplus Setup",
"keywords": ["oiplus", "io4"],
"license": ["MIT"],
"autoload" : {
"classmap" : ["."]
},
"extra" : {
"installer-name" : "io4"
},
"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..."
},
"require" : {
"frdl/composer-adapter" : "*",
"frdl/oiplus-composer-plugin": "*",
"frdl/event-module" : "*",
"yosymfony/resource-watcher" : "*",
"doctrine/cache" : "*",
"knplabs/packagist-api" : "*",
"frdl/oidplus-frdljs-cdn-proxy-plugin" : "*",
"hellogerard/jobby" :"*"
}
}