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

use bash inline command #387

Merged
merged 4 commits into from
May 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Documentation/Minor/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ There are two ways to check if a patch/bugfix update is available for an install

All supported versions of TYPO3 and their version numbers are published on `get.typo3.org <https://get.typo3.org>`_.

Alternatively, running `composer outdated -m "typo3/*"` will present a list of any TYPO3 packages that have patch/bugfix updates.
Alternatively, running :bash:`composer outdated -m "typo3/*"` will present a list of any TYPO3 packages that have patch/bugfix updates.

Execute the update
==================

To execute the update, run `composer update --with-all-dependencies "typo3/*"`.
To execute the update, run :bash:`composer update --with-all-dependencies "typo3/*"`.

This will update all TYPO3 packages, the `--with-all-dependencies` signals that any dependencies of TYPO3 should also be updated.
This will update all TYPO3 packages, the :bash:`--with-all-dependencies` signals that any dependencies of TYPO3 should also be updated.
garvinhicking marked this conversation as resolved.
Show resolved Hide resolved

Post update
===========
Expand Down