diff --git a/composer.json b/composer.json index b38adda..7c7ca2d 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,7 @@ }, "require": { "typo3/cms-core": "^12.4.0", - "typo3/cms-frontend": "^12.4.0", - "georgringer/numbered-pagination": "^1.0.2" + "typo3/cms-frontend": "^12.4.0" }, "extra": { "typo3/cms": { diff --git a/ext_emconf.php b/ext_emconf.php index 7ea2e73..118be93 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,18 +10,14 @@ * writing. "version" and "dependencies" must not be touched! ***************************************************************/ -$EM_CONF[$_EXTKEY] = [ +$EM_CONF['a21glossary'] = [ 'title' => 'A21 Glossary', 'description' => 'A21 Glossary - automatic conversion of all abbreviations and acronyms in the special tags for accessibility issues', - 'version' => '11.0.4', + 'version' => '12.0.0', 'category' => 'fe', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-11.5.99', - ], - 'conflicts' => [ - ], - 'suggests' => [ + 'typo3' => '12.4.0-12.4.99', ], ], 'state' => 'stable',