Skip to content

Commit

Permalink
Rename bundle to mautic-extended-field-bundle for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
heathdutton committed Feb 7, 2018
1 parent 829d2fc commit ed74fc7
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "heathdutton/mautic-extended-fields",
"name": "thedmsgroup/mautic-extended-field-bundle",
"description": "Extend Mautic custom fields for scalability and HIPAA/PCI compliance.",
"keywords": ["mautic","marketing","marketing automation","plugin"],
"type": "mautic-plugin",
"license": "GPL v3",
"require": {
"mautic/composer-plugin": "^1.0"
},
"license": "GPL-3.0-only",
"authors": [
{
"name": "heathdutton",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {},
"repositories": [
"name": "Nicholai Bush",
"email": "[email protected]"
},
{
"type": "vcs",
"url": "https://github.com/TheDMSGroup/mautic-extended-fields"
"name": "Scott Shipman",
"email": "[email protected]"
},
{
"name": "Heath Dutton",
"email": "[email protected]"
}
]
}

0 comments on commit ed74fc7

Please sign in to comment.