-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename bundle to mautic-extended-field-bundle for consistency
- Loading branch information
heathdutton
committed
Feb 7, 2018
1 parent
829d2fc
commit ed74fc7
Showing
1 changed file
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
} | ||
] | ||
} |