Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
more bash
Browse files Browse the repository at this point in the history
  • Loading branch information
franzholz authored May 31, 2024
1 parent 1a6c674 commit 1164a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Major/UpgradeCore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ are currently installed.
Running `composer require`
--------------------------

To upgrade a Composer package, run `composer require` with the package name and
To upgrade a Composer package, run :bash:`composer require` with the package name and
version number.

For example, to upgrade `typo3/cms-backend` run
`composer require typo3/cms-backend:^12.4`.
:bash:`composer require typo3/cms-backend:^12.4`.

When upgrading to a new major release, each of TYPO3's packages will need to be
upgraded.
Expand Down

0 comments on commit 1164a42

Please sign in to comment.