From 78b8a8ca57a5b3d8686dbf318882e8b665070b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:26:03 +0100 Subject: [PATCH] fix: correct repository links in composer.json --- .gitignore | 2 +- composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5632118..ac2e838 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .Build .idea composer.lock -Documentation/_build +*-GENERATED-* diff --git a/composer.json b/composer.json index 26643a1..d66871f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "brotkrueml/typo3-jobrouter-base", + "name": "jobrouter/typo3-base", "description": "Base extension for the TYPO3 JobRouter® extensions", "license": "GPL-2.0-or-later", "type": "typo3-cms-extension", @@ -15,8 +15,8 @@ } ], "support": { - "issues": "https://github.com/brotkrueml/typo3-jobrouter-base/issues", - "source": "https://github.com/brotkrueml/typo3-jobrouter-base", + "issues": "https://github.com/jobrouter/typo3-base/issues", + "source": "https://github.com/jobrouter/typo3-base", "docs": "https://typo3-jobrouter.readthedocs.io/projects/base/" }, "require": { @@ -39,8 +39,8 @@ "typo3/cms-form": "^11.5.3 || ^12.4" }, "suggest": { - "brotkrueml/typo3-jobrouter-data": "Synchronise and transmit to JobData tables", - "brotkrueml/typo3-jobrouter-process": "Start instances in JobRouter®" + "jobrouter/typo3-data": "Synchronise and transmit to JobData tables", + "jobrouter/typo3-process": "Start instances in JobRouter®" }, "autoload": { "psr-4": {