From 623b2f3f3f9840c6cbbbbd0f7fa66d4dd02ceed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heath=20Dutton=20=E2=98=95?= Date: Thu, 26 Apr 2018 08:30:30 -0400 Subject: [PATCH] Create composer.json --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json 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" + } + ] +}