diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..265cd6c --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "mibew/boilerplate-plugin", + "description": "An example plugin for Mibew 2.0.", + "license": "Apache-2.0", + "autoload": { + "psr-0": {"Mibew\\Mibew\\Plugin\\Boilerplate\\": ""} + } +} \ No newline at end of file