Skip to content

Commit

Permalink
[TASK] Change package namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
waldhacker1 committed May 28, 2024
1 parent 3964b51 commit ff76fd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand All @@ -13,6 +13,12 @@
"email": "[email protected]",
"homepage": "https://waldhacker.dev",
"role": "Developer"
},
{
"name": "dreistrom.land AG",
"email": "[email protected]",
"homepage": "https://dreistrom.land",
"role": "Developer"
}
],
"prefer-stable": true,
Expand Down

0 comments on commit ff76fd1

Please sign in to comment.