File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111//use TYPO3\CMS\Core\Attribute\UpgradeWizard;
1212// v13 path, works for v13 and v14
1313use TYPO3 \CMS \Install \Attribute \UpgradeWizard ;
14-
1514// v14
1615//use TYPO3\CMS\Core\Upgrades\AbstractListTypeToCTypeUpdate;
1716// v13 path, works for v13 and v14
1817use TYPO3 \CMS \Install \Updates \AbstractListTypeToCTypeUpdate ;
1918
20-
2119#[UpgradeWizard('calendarize_pluginListTypeToCTypeUpdate ' )]
2220class PluginListTypeToCTypeUpdate extends AbstractListTypeToCTypeUpdate
2321{
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function __construct(
4747 protected readonly QueryBuilder $ contentElementsQueryBuilder ,
4848 protected readonly QueryBuilder $ backendGroupsQueryBuilder ,
4949 protected readonly FlexFormTools $ flexFormTools ,
50- protected readonly Typo3Version $ typo3Version
50+ protected readonly Typo3Version $ typo3Version,
5151 ) {}
5252
5353 /**
Original file line number Diff line number Diff line change 2424 "php" : " ^8.2" ,
2525 "ext-json" : " *" ,
2626 "ext-pdo" : " *" ,
27- "sabre/vobject" : " ^4.2 " ,
27+ "sabre/vobject" : " ^5.0 " ,
2828 "typo3/cms-core" : " ^13.4 || ^14.1"
2929 },
3030 "require-dev" : {
You can’t perform that action at this time.
0 commit comments