diff --git a/composer.json b/composer.json index 14f3f94..694ec42 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,15 @@ { + "name": "multiwebinc/oc-recaptcha-plugin", + "type": "october-plugin", + "description": "reCAPTCHA plugin for OctoberCMS", + "keywords": [ + "october", + "octobercms", + "recaptcha" + ], + "license": "MIT", "require": { + "composer/installers": "~1.0", "google/recaptcha": "^1.2" } -} \ No newline at end of file +}