diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7985ce4 --- /dev/null +++ b/composer.json @@ -0,0 +1,21 @@ +{ + "name": "thedmsgroup/mautic-usstate-normalizer-bundle", + "description": "Normalize US States to their abbreviations", + "keywords": [ + "mautic", + "marketing", + "marketing automation", + "plugin" + ], + "type": "mautic-plugin", + "require": { + "mautic/composer-plugin": "^1.0" + }, + "license": "GPL-3.0-only", + "authors": [ + { + "name": "Nicholai Bush", + "email": "nicholaibush@yahoo.com" + } + ] +}