Skip to content

Commit 2c4c056

Browse files
committed
chore: Update packages and php-cs-fixer
1 parent cfff58c commit 2c4c056

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

Classes/Updates/PluginListTypeToCTypeUpdate.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
//use TYPO3\CMS\Core\Attribute\UpgradeWizard;
1212
// v13 path, works for v13 and v14
1313
use TYPO3\CMS\Install\Attribute\UpgradeWizard;
14-
1514
// v14
1615
//use TYPO3\CMS\Core\Upgrades\AbstractListTypeToCTypeUpdate;
1716
// v13 path, works for v13 and v14
1817
use TYPO3\CMS\Install\Updates\AbstractListTypeToCTypeUpdate;
1918

20-
2119
#[UpgradeWizard('calendarize_pluginListTypeToCTypeUpdate')]
2220
class PluginListTypeToCTypeUpdate extends AbstractListTypeToCTypeUpdate
2321
{

Classes/Updates/PluginUpdater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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": {

0 commit comments

Comments
 (0)