Skip to content

Commit

Permalink
[TASK] ready release v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekNitsan committed Feb 1, 2024
1 parent fad0151 commit b22ca41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit b22ca41

Please sign in to comment.