diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6f5b96c --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "frdl/oidplus-io4-bridge-plugin", + "type": "oiplus-plugin-adminPages", + "description": "Bridge from OIDplus to Webfat/IO4", + "keywords": ["oiplus", "io4"], + "license": ["MIT"], + "autoload" : { + "classmap" : ["OIDplusPagePublicIO4.class.php"] + } +}