From 45495fc54f0587b38a33b97ff34f168c759246e0 Mon Sep 17 00:00:00 2001 From: Mathieu Lu Date: Tue, 20 Aug 2024 14:20:43 -0400 Subject: [PATCH] Add composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 composer.json 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." +}