From b22ca41ccf34565d8b1f4421403662c3d766235e Mon Sep 17 00:00:00 2001 From: Vivek Solanki Date: Thu, 1 Feb 2024 12:27:03 +0530 Subject: [PATCH] [TASK] ready release v5.1.2 --- composer.json | 4 ++-- ext_emconf.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7dc121b..b3c69c8 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "issues": "https://github.com/nitsan-technologies/ns_news_comments/issues" }, "require": { - "typo3/cms-core": "^8.0 || ^9.0 || ^10.0 || ^11.0 ", - "georgringer/news": ">=3.0.0" + "typo3/cms-core": "^8.0 || ^9.0 || ^10.0 ", + "georgringer/news": ">=3.0.0 || <=10.9.9" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index 2818267..1698340 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -12,10 +12,10 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '5.1.1', + 'version' => '5.1.2', 'constraints' => [ 'depends' => [ - 'typo3' => '8.0.0-11.5.99', + 'typo3' => '8.0.0-10.9.99', 'news' => '3.0.0-10.9.99', ], 'conflicts' => [