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,