Skip to content

Commit 5964ada

Browse files
committed
4.0 | Wiki/User upgrade guide: update information about branch rename
1 parent 65fdf26 commit 5964ada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wiki/Version-4.0-User-Upgrade-Guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ CI scripts or git pre-commit hooks may be checking explicitly for specific exit
280280
<p align="right"><a href="#table-of-contents">back to top</a></p>
281281

282282

283-
### [Upcoming] Branch rename in the PHP_CodeSniffer repository
283+
### Branch rename in the PHP_CodeSniffer repo
284284

285-
Just before the final 4.0.0 release, the PHP_CodeSniffer `master` branch will be renamed to `3.x` and the default branch will change to `4.x`.
285+
The PHP_CodeSniffer `master` branch has been renamed to `3.x` and the default branch is now the `4.x` branch.
286286

287287
#### Upgrading
288288

@@ -308,7 +308,7 @@ If you reference a development version of PHP_CodeSniffer in your `composer.json
308308
What to update these to, depends on your use-case.
309309

310310
* If you want to use the latest development version of PHP_CodeSniffer, use the `4.x` branch. For Composer, references to the branch will need to look like this: `4.x-dev`.
311-
* If you want the last development version of the `3.x` branch - previously `master`, use `3.x`. For Composer, references to the branch will need to look like this: `3.x-dev`.
311+
* If you want the last development version of the `3.x` branch - previously `master` -, use `3.x`. For Composer, references to the branch will need to look like this: `3.x-dev`.
312312

313313
<p align="right"><a href="#table-of-contents">back to top</a></p>
314314

0 commit comments

Comments
 (0)