Skip to content

Commit f734851

Browse files
Version 13.0.0
1 parent 91bab31 commit f734851

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require": {
3333
"typo3/cms-core": "^12.4 || ^13.4",
34-
"digedag/rn-base": "dev-upgrade/typo3_13"
34+
"digedag/rn-base": "~1.20.0"
3535
},
3636
"require-dev": {
3737
"captainhook/captainhook": "^5.10",

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
'author' => 'Rene Nitzsche, Michael Wagner, Hannes Bochmann, Mario Seidel',
4242
'author_email' => 'dev@dmk-ebusiness.de',
4343
'author_company' => 'DMK E-BUSINESS GmbH',
44-
'version' => '12.0.0',
45-
'state' => 'beta',
44+
'version' => '13.0.0',
45+
'state' => 'stable',
4646
'constraints' => [
4747
'depends' => [
48-
'rn_base' => '1.17.0-',
48+
'rn_base' => '1.20.0-',
4949
'typo3' => '12.4.0-13.4.99',
5050
],
5151
'conflicts' => [

rector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@
8989
],
9090

9191
__DIR__.'/Resources/Private/PHP/**/*.php',
92+
93+
// deprecated
94+
Rector\Transform\Rector\Assign\PropertyFetchToMethodCallRector::class,
9295
]);
9396
};

0 commit comments

Comments
 (0)