diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1c8f965 --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "name": "civicrm/noverwrite", + "type": "civicrm-ext", + "description": "Makes the first and last name fields read only, to prevent users from accidentally overwriting their information when filling out publicly visible forms." +}