Skip to content

Commit 14b60aa

Browse files
committed
4.0 | Wiki/User upgrade guide: update information about branch rename
1 parent deae009 commit 14b60aa

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
@@ -278,9 +278,9 @@ CI scripts or git pre-commit hooks may be checking explicitly for specific exit
278278
<p align="right"><a href="#table-of-contents">back to top</a></p>
279279

280280

281-
### [Upcoming] Branch rename in the PHP_CodeSniffer repository
281+
### Branch rename in the PHP_CodeSniffer repo
282282

283-
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`.
283+
The PHP_CodeSniffer `master` branch has been renamed to `3.x` and the default branch is now the `4.x` branch.
284284

285285
#### Upgrading
286286

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

308308
* 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`.
309-
* 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`.
309+
* 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`.
310310

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

0 commit comments

Comments
 (0)