From ff76fd1d0cd6f85a5331a11c5d00b09f2b239874 Mon Sep 17 00:00:00 2001 From: Ralf Zimmermann Date: Tue, 28 May 2024 12:00:15 +0200 Subject: [PATCH] [TASK] Change package namespace --- Documentation/Installation/Index.rst | 2 +- composer.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 69ee313..8834e5c 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -10,7 +10,7 @@ Installation .. code:: - composer require waldhacker/hcaptcha + composer require dreistromland/typo3-hcaptcha - Activate the extension in the TYPO3 Extension Manager (TER Version) diff --git a/composer.json b/composer.json index fce1ed3..ad43ef1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "waldhacker/hcaptcha", + "name": "dreistromland/typo3-hcaptcha", "type": "typo3-cms-extension", "description": "TYPO3 Extension to add hCaptcha to EXT:form - The privacy friendly captcha alternative.", "license": ["GPL-2.0-or-later"], @@ -13,6 +13,12 @@ "email": "hello@waldhacker.dev", "homepage": "https://waldhacker.dev", "role": "Developer" + }, + { + "name": "dreistrom.land AG", + "email": "hello@dreistrom.land", + "homepage": "https://dreistrom.land", + "role": "Developer" } ], "prefer-stable": true,