From 25bd12ad6e64a909c9ecb025bb1d1a1ac686f6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= Date: Mon, 15 May 2023 19:52:09 +0200 Subject: [PATCH] [DOCS] Remove section using version constraint installing EXT:linkvalidator This section is not necessary as the version best suitable is installed by Composer automatically. Therefore, it is removed. This also relieves us from adjusting outdated versions. Resolves: #100881 Releases: main, 12.4 Change-Id: Id7f65c743159ebb3715f3bfa3b01aa38d052f843 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79076 Tested-by: Lina Wolf <112@linawolf.de> Tested-by: core-ci Reviewed-by: Lina Wolf <112@linawolf.de> --- .../linkvalidator/Documentation/Administration/Index.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst b/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst index 4cd18686c8ca..7769b928b9b8 100644 --- a/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst +++ b/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst @@ -15,13 +15,6 @@ requiring the package `typo3/cms-linkvalidator`: composer require typo3/cms-linkvalidator -If you are using Composer and not working with the latest version of TYPO3 -you will need to add a version constraint: - -.. code-block:: bash - - composer require typo3/cms-linkvalidator:"^10.4" - If you want to use the LinkValidator in the Scheduler, the system extension :file:`scheduler` also needs to be installed: