Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/manual/guides/install-test-versions.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ installieren zu lassen, _inklusive_ den neuesten Release Candidates (wenn vorhan
Die angeforderten Versionen der anderen Contao Bundles muss nicht unbedingt von
deren ursprünglichen Angaben geändert werden. Zum Beispiel erlaubt eine Angabe von
`^5.3` (wie es der Fall wäre, wenn man von einer Contao 5.3 LTS Version aktualisieren
würde) auch die Installation aller `{{% siteparam "currentReleaseCandidate" %}}` Versionen (oder höher). Siehe dazu auch
würde) auch die Installation aller `5.7` Versionen (oder höher). Siehe dazu auch
die Dokumentation von Composer über diese spezielle [Versions Syntax](https://getcomposer.org/doc/articles/versions.md).
Nur die Version des `contao/manager-bundle` muss angepasst werden.
{{% /notice %}}
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/guides/install-test-versions.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ _including_ its latest release candidates (if there are any):
{{% notice tip %}}
The version requirement of the other bundles do not need to be changed from their
default value. For example, a version requirement of `^5.3` (like if you would update
from the Contao 5.3 LTS version) also allows any `{{% siteparam "currentReleaseCandidate" %}}` version. See Composer's
from the Contao 5.3 LTS version) also allows any `5.7` version. See Composer's
documentation on the [version requirement syntax](https://getcomposer.org/doc/articles/versions.md).
Only the requested version of the `contao/manager-bundle` needs to be adjusted.
{{% /notice %}}
Expand Down