Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
heathdutton committed Apr 26, 2018
1 parent 2a3d041 commit 623b2f3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 623b2f3

Please sign in to comment.