Remove compatibility to TYPO3 11
This commit is contained in:
parent
1cbf71637f
commit
9a9b4a7bcb
@ -34,11 +34,6 @@ class GridelementsToContainerMigration implements UpgradeWizardInterface
|
||||
$this->logger = $logManager->getLogger(self::class);
|
||||
}
|
||||
|
||||
public function getIdentifier(): string
|
||||
{
|
||||
return 'gridelementsToContainer';
|
||||
}
|
||||
|
||||
public function getTitle(): string
|
||||
{
|
||||
return 'Migrate gridelements to container';
|
||||
|
||||
@ -34,11 +34,6 @@ class ParentChildToContainerMigration implements UpgradeWizardInterface
|
||||
$this->logger = $logManager->getLogger(self::class);
|
||||
}
|
||||
|
||||
public function getIdentifier(): string
|
||||
{
|
||||
return 'parentChildToContainer';
|
||||
}
|
||||
|
||||
public function getTitle(): string
|
||||
{
|
||||
return 'Migrate parent/child to container';
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
}
|
||||
},
|
||||
"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-extbase": "*",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user