Skip to content

Commit

Permalink
Fix wrong version depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Suter committed May 5, 2023
1 parent d8f83fb commit 850d7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"typo3/cms-core": "^12.4",
"typo3/cms-core": "^11.5 || ^12.4",
"cobweb/external_import": "^7.0 || dev-develop",
"cobweb/svconnector_csv": "^4.0 || dev-develop || dev-master",
"cobweb/svconnector_feed": "^4.0 || dev-develop || dev-master",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'clearCacheOnLoad' => 1,
'lockType' => '',
'author_company' => '',
'version' => '0.12.0',
'version' => '0.12.1',
'constraints' =>
[
'depends' =>
Expand All @@ -26,7 +26,7 @@
'svconnector_feed' => '4.0.0-0.0.0',
'svconnector_csv' => '4.0.0-0.0.0',
'svconnector_json' => '4.0.0-0.0.0',
'typo3' => '12.4.0-12.4.99',
'typo3' => '11.5.0-12.4.99',
],
'conflicts' =>
[
Expand Down

0 comments on commit 850d7f1

Please sign in to comment.