Add composer.json

This commit is contained in:
Dmitriy Simushev 2014-05-29 16:49:55 +04:00
parent ca3311ade7
commit fe48ae7667

8
composer.json Normal file
View File

@ -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\\": ""}
}
}