From 77d8ad0f4a8d0cf169744896b5fcc1abd1b3eca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochm=C3=BCller?= Date: Wed, 16 Oct 2024 22:20:41 +0200 Subject: [PATCH] Remove EXT:crawler hint, because it is not a problem anymore --- Classes/Controller/BackendController.php | 1 - Resources/Private/Templates/Backend/Support.html | 9 --------- composer.json | 3 --- 3 files changed, 13 deletions(-) diff --git a/Classes/Controller/BackendController.php b/Classes/Controller/BackendController.php index ab00e4e4ebe..45ef1b8281d 100644 --- a/Classes/Controller/BackendController.php +++ b/Classes/Controller/BackendController.php @@ -86,7 +86,6 @@ public function supportAction(): ResponseInterface 'foundHtaccess' => $htaccessConfigurationService->foundConfigurationInHtaccess(), 'htaccessPaths' => $htaccessConfigurationService->getHtaccessPaths(), 'missingModules' => $htaccessConfigurationService->getMissingApacheModules(), - 'useCrawler' => ExtensionManagementUtility::isLoaded('crawler'), 'envInfoLink' => $environmentService->getLink(), 'envInfoMarkdown' => $environmentService->getMarkdown(), ]; diff --git a/Resources/Private/Templates/Backend/Support.html b/Resources/Private/Templates/Backend/Support.html index 68303d42718..b8d204838c6 100644 --- a/Resources/Private/Templates/Backend/Support.html +++ b/Resources/Private/Templates/Backend/Support.html @@ -38,15 +38,6 @@

Configuration Test

- - - - - - - - -

Support the extension development...

diff --git a/composer.json b/composer.json index c6e9eb943c2..407702fd398 100755 --- a/composer.json +++ b/composer.json @@ -57,9 +57,6 @@ "lochmueller/seocli": "Scan websites against SEO criteria and/or trigger the indexing process and cache warming in deployment scripts", "friendsofsymfony/http-cache": "For HTTP proxy cache services like Varnish" }, - "conflict": { - "tomasnorre/crawler": "<11.0.1" - }, "config": { "vendor-dir": ".Build/vendor", "bin-dir": ".Build/bin",