Skip to content

Commit 448f3da

Browse files
Update rector/rector requirement from ~2.0.0 to ~2.1.0 (#321)
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@2.0.0...2.1.0) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f19970 commit 448f3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": "^8.1",
99
"cakephp/console": "^5.0",
1010
"nette/utils": "^4.0",
11-
"rector/rector": "~2.0.0",
11+
"rector/rector": "~2.1.0",
1212
"symfony/string": "^6.0 || ^7.0"
1313
},
1414
"autoload": {

0 commit comments

Comments
 (0)