Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fabarea committed Jun 17, 2022
1 parent 90cdc70 commit 0ba09b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@
}
},
"replace": {
"fab/natural_carousel": "self.version",
"typo3-ter/natural_carousel": "self.version"
"fab/natural_carousel": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "natural_carousel"
}
},
"require": {
"typo3/cms-core": "^11.5",
"fab/vidi": "*"
}
}
16 changes: 0 additions & 16 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,8 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Natural Carousel',
'description' => 'Carousel gallery with few dependency and mobile support',
'category' => 'plugin',
'author' => 'Fabien Udriot, Samuel Baptista',
'author_email' => '[email protected], [email protected]',
'author_company' => 'Ecodev',
'state' => 'stable',
'version' => '2.3.0-dev',
'constraints' =>
[
'depends' =>
[
'typo3' => '10.0.0-10.4.99',
'vidi' => '5.0.0-0.0.0',
],
'conflicts' =>
[
],
'suggests' =>
[
],
],
];

0 comments on commit 0ba09b0

Please sign in to comment.