Skip to content

Commit

Permalink
[TASK] Update rector/rector
Browse files Browse the repository at this point in the history
    composer remove --dev rector/rector
    composer require --dev rector/rector:~0.6

The update of rector brings important bugfixes and
enables the installation of the latest version of
phpstan/phpstan.

Releases: master
Resolves: #89918
Change-Id: I406aa56b19e88db23260033023e2c785425aef5e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62599
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
alexanderschnitzler authored and maddy2101 committed Dec 19, 2019
1 parent 9052f92 commit 41d48e2
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 529 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -77,7 +77,7 @@
"codeception/codeception": "^2.5.4 || ^3",
"friendsofphp/php-cs-fixer": "^2.16.1",
"phpspec/prophecy": "^1.7.5",
"rector/rector": "^0.5.0",
"rector/rector": "~0.6",
"typo3/cms-styleguide": "~10.0.2",
"typo3/testing-framework": "~6.1.0"
},
Expand Down

0 comments on commit 41d48e2

Please sign in to comment.