Remove compatibility to TYPO3 11

This commit is contained in:
Sebastian Fischer 2024-02-09 17:32:09 +01:00
parent 1cbf71637f
commit 9a9b4a7bcb
3 changed files with 1 additions and 11 deletions

View File

@ -34,11 +34,6 @@ class GridelementsToContainerMigration implements UpgradeWizardInterface
$this->logger = $logManager->getLogger(self::class); $this->logger = $logManager->getLogger(self::class);
} }
public function getIdentifier(): string
{
return 'gridelementsToContainer';
}
public function getTitle(): string public function getTitle(): string
{ {
return 'Migrate gridelements to container'; return 'Migrate gridelements to container';

View File

@ -34,11 +34,6 @@ class ParentChildToContainerMigration implements UpgradeWizardInterface
$this->logger = $logManager->getLogger(self::class); $this->logger = $logManager->getLogger(self::class);
} }
public function getIdentifier(): string
{
return 'parentChildToContainer';
}
public function getTitle(): string public function getTitle(): string
{ {
return 'Migrate parent/child to container'; return 'Migrate parent/child to container';

View File

@ -7,7 +7,7 @@
} }
}, },
"require": { "require": {
"typo3/cms-core": "^11.5 || ^12.4 || dev-main", "typo3/cms-core": "^12.4 || 12.4.x-dev || dev-main",
"typo3/cms-backend": "*", "typo3/cms-backend": "*",
"typo3/cms-extbase": "*", "typo3/cms-extbase": "*",