diff --git a/composer.json b/composer.json index d7affe7..aac1a79 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "GPL-2.0-or-later" ], "require": { - "typo3/cms-core": "^10.4 || ^11", - "georgringer/news": "^9" + "typo3/cms-core": "^12.4", + "georgringer/news": "^11" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index ffcb7bf..69c4c55 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,6 +1,6 @@ 'News pid check', 'description' => 'Check if record is allowed on current page by comparing current page to category category', 'category' => 'fe', diff --git a/ext_localconf.php b/ext_localconf.php index 7a92edb..a4abe2d 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -1,10 +1,2 @@ connect( - \GeorgRinger\News\Controller\NewsController::class, - 'detailAction', - \GeorgRinger\NewsCategoryPidConstraint\Event\PidConstraintEvent::class, - 'connectSignalSlot', - TRUE -); \ No newline at end of file