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 1164a42 commit 86bfba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/Major/UpgradeCore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ package and does not need to be installed for TYPO3 to work correctly.
Prior to upgrading, check which packages are currently installed and make a note
of them.

Running `composer info "typo3/*"` will output a list of all TYPO3 packages that
Running :bash:`composer info "typo3/*"` will output a list of all TYPO3 packages that
are currently installed.


Running `composer require`
--------------------------
Running :bash:`composer require`
--------------------------------

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

0 comments on commit 86bfba5

Please sign in to comment.