diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..79d9ffe --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "indikator/blogstat-plugin", + "type": "october-plugin", + "description": "This plugin extend the RainLab Blog to beautiful graphs and useful dashboard widgets.", + "homepage": "https://octobercms.com/plugin/indikator-blogstat", + "keywords": ["october", "octobercms", "blog"], + "license": "MIT", + "require": { + "composer/installers": "~1.0" + } +} \ No newline at end of file