From a233e6a3a3b1db3a0d09f80685372bcb4343f9ef Mon Sep 17 00:00:00 2001 From: Joe Devine Date: Thu, 22 Jan 2026 11:20:32 -0700 Subject: [PATCH] corrected branch name in installation instructions of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d13489..9c7794c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add this library to your project using Composer. Add this snippet to your projec } ], "require": { - "onoffice/php8migrationtools": "dev-master" + "onoffice/php8migrationtools": "dev-main" }, "require-dev": { "rector/rector": "^0.14.2"